aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa1-0/+3
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle2-5/+4
2014-01-13l2tp: make local functions staticstephen hemminger2-6/+2
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot1-1/+0
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-1/+1
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functionsHannes Frederic Sowa1-1/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-6/+1
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa1-3/+1