summaryrefslogtreecommitdiffstats
path: root/net/l2tp
AgeCommit message (Expand)Author
2016-01-04l2tp: rely on ppp layer for skb scrubbingGuillaume Nault
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault
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
2014-09-05l2tp: fix missing line continuationAndy Zhou
2014-09-05l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault
2014-09-01l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-14net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin
2014-07-14l2tp: Call udp_sock_createTom Herbert
2014-06-04l2tp: call udp{6}_set_csumTom Herbert
2014-05-23l2tp: Add support for zero IPv6 checksumsTom Herbert
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-05-08l2tp: Remove UDP checksum verificationTom Herbert
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-04-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-10l2tp: fix unused variable warningEric Dumazet
2014-03-07l2tp: keep original skb ownershipEric Dumazet
2014-03-06l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault
2014-03-06l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault