aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro2-3/+2
2014-11-21l2tp_eth: allow to set a specific mac addressAlexander Couzens1-0/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller3-3/+3
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou1-14/+10
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-09-05l2tp: fix missing line continuationAndy Zhou1-1/+1
2014-09-05l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault1-1/+2
2014-09-01l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert1-0/+2
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong1-1/+1
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-14net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-07-14l2tp: Call udp_sock_createTom Herbert2-59/+28
2014-06-04l2tp: call udp{6}_set_csumTom Herbert1-49/+5
2014-05-23l2tp: Add support for zero IPv6 checksumsTom Herbert3-2/+18
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2-4/+3
2014-05-23net: Eliminate no_check from protoswTom Herbert2-2/+0
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2014-05-08l2tp: Remove UDP checksum verificationTom Herbert1-56/+1
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti1-8/+2
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2-3/+3
2014-04-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov1-2/+2
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-26/+1
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen1-1/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+14
2014-03-10l2tp: fix unused variable warningEric Dumazet1-2/+1
2014-03-07l2tp: keep original skb ownershipEric Dumazet1-21/+2
2014-03-06l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault1-5/+7
2014-03-06l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault4-3/+7
2014-02-13net: remove unnecessary return'sstephen hemminger2-5/+0