summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)Author
2018-04-30Merge 4.4.130 into android-4.4Greg Kroah-Hartman
2018-04-29l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault
2018-04-14Merge 4.4.128 into android-4.4Greg Kroah-Hartman
2018-04-13l2tp: fix missing print session offset infoHangbin Liu
2018-03-31Merge 4.4.126 into android-4.4Greg Kroah-Hartman
2018-03-31l2tp: do not accept arbitrary socketsEric Dumazet
2017-12-20Merge 4.4.107 into android-4.4Greg Kroah-Hartman
2017-12-20l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby
2017-11-18Merge 4.4.99 into android-4.4Greg Kroah-Hartman
2017-11-18l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault
2017-10-22Merge 4.4.94 into android-4.4Greg Kroah-Hartman
2017-10-21l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca
2017-10-21l2tp: Avoid schedule while atomic in exit_netRidge Kennedy
2017-05-03Merge 4.4.66 into android-4.4Greg Kroah-Hartman
2017-05-02l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault
2017-05-02l2tp: take reference on sessions being dumpedGuillaume Nault
2017-05-02l2tp: purge socket queues in the .destruct() callbackGuillaume Nault
2017-03-22l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hber
2017-03-22l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber
2017-03-02Merge branch 'upstream-linux-4.4.y' into android-4.4Todd Kjos
2017-02-18l2tp: do not use udp_ioctl()Eric Dumazet
2017-01-03Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt
2016-12-20net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-12-10l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault
2016-06-24l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault
2016-04-20ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan
2016-04-20ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan
2016-03-03l2tp: Fix error creating L2TP tunnelsMark Tomlinson
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-28l2tp: protect tunnel->del_work by ref_countAlexander Couzens
2015-09-25l2tp: auto load IP modulesstephen hemminger
2015-09-25l2tp: auto load type modulesstephen hemminger
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-03l2tp: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-12-31l2tp : multicast notification to the registered listenersBill Hong
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-21l2tp_eth: allow to set a specific mac addressAlexander Couzens
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller