aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson1-0/+2
2016-09-17l2tp: constify net_device_ops structuresJulia Lawall1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-09-10l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas3-5/+5
2016-09-02l2tp: fix use-after-free during module unloadSabrina Dubroca1-0/+3
2016-09-01l2tp: make nla_policy conststephen hemminger1-1/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-08-23l2tp: Refactor the codes with existing macros instead of literal numberGao Feng1-11/+9
2016-08-21Revert "l2tp: Refactor the codes with existing macros instead of literal number"David S. Miller1-4/+4
2016-08-21l2tp: Refactor the codes with existing macros instead of literal numberGao Feng1-4/+4
2016-08-19l2tp: Fix the connect status check in pppol2tp_getnameGao Feng1-1/+1
2016-07-26l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com1-5/+2
2016-06-11ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa1-3/+5
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-5/+1
2016-06-08l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault1-1/+1
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+4
2016-05-30net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani1-5/+7
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang1-15/+18
2016-05-01net: l2tp: fix reversed udp6 checksum flagsWang Shanker1-2/+2
2016-04-25l2tp: use nla_put_u64_64bit()Nicolas Dichtel1-32/+48
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel1-1/+2
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+10
2016-04-04ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan1-3/+5
2016-04-04ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan1-3/+5
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-1/+1
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh1-3/+5
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+14
2016-02-17l2tp: Fix error creating L2TP tunnelsMark Tomlinson1-4/+14
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek1-1/+2
2016-01-04l2tp: rely on ppp layer for skb scrubbingGuillaume Nault1-16/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault1-1/+1
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-2/+6
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2015-09-28l2tp: protect tunnel->del_work by ref_countAlexander Couzens1-2/+9
2015-09-25l2tp: auto load IP modulesstephen hemminger2-0/+2
2015-09-25l2tp: auto load type modulesstephen hemminger4-0/+12
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman1-9/+6
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-2/+2
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong1-0/+1
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-2/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-6/+8
2015-03-03l2tp: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue3-11/+8
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-4/+6
2014-12-31l2tp : multicast notification to the registered listenersBill Hong1-10/+91