summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* l2tp: fix use-after-free during module unloadSabrina Dubroca2016-09-021-0/+3
* l2tp: Fix the connect status check in pppol2tp_getnameGao Feng2016-08-191-1/+1
* l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com2016-07-261-5/+2
* ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-111-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-1/+1
|\
| * l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault2016-06-081-1/+1
* | net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-091-5/+1
* | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-071-0/+4
|/
* net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani2016-05-301-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-2/+2
|\
| * net: l2tp: fix reversed udp6 checksum flagsWang Shanker2016-05-011-2/+2
* | ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-15/+18
* | l2tp: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-32/+48
* | libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-231-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-092-6/+10
|\|
| * ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan2016-04-041-3/+5
| * ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan2016-04-041-3/+5
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-1/+1
* | ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-3/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-4/+14
|\
| * l2tp: Fix error creating L2TP tunnelsMark Tomlinson2016-02-171-4/+14
* | inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-111-1/+2
|/
* l2tp: rely on ppp layer for skb scrubbingGuillaume Nault2016-01-041-16/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-2/+6
|\
| * ipv6: add complete rcu protection around np->optEric Dumazet2015-12-021-2/+6
* | pppox: use standard module auto-loading featureGuillaume Nault2015-12-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-021-2/+9
|\
| * l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-09-281-2/+9
* | l2tp: auto load IP modulesstephen hemminger2015-09-252-0/+2
* | l2tp: auto load type modulesstephen hemminger2015-09-254-0/+12
|/
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-9/+6
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-0/+1
|\
| * l2tp: unregister l2tp_net_ops on failure pathWANG Cong2015-04-061-0/+1
* | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-6/+8
* | l2tp: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-023-11/+8
|/
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-4/+6
* l2tp : multicast notification to the registered listenersBill Hong2014-12-311-10/+91
* ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-091-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-242-3/+2
* l2tp_eth: allow to set a specific mac addressAlexander Couzens2014-11-211-0/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-053-3/+3
* l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou2014-09-191-14/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-1/+2
|\
| * l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-09-051-1/+2
* | l2tp: fix missing line continuationAndy Zhou2014-09-051-1/+1
* | l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert2014-09-011-0/+2
|/