summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)AuthorFilesLines
2019-02-06l2tp: fix reading optional fields of L2TPv3Jacob Wen4-0/+30
2019-02-06l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2-18/+27
2019-02-06l2tp: copy 4 more bytes to linear part if necessaryJacob Wen1-3/+2
2018-08-28l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang1-1/+1
2018-05-25l2tp: revert "l2tp: fix missing print session offset info"James Chapman1-2/+0
2018-04-29l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault1-0/+7
2018-04-13l2tp: fix missing print session offset infoHangbin Liu1-0/+2
2018-04-08l2tp: do not accept arbitrary socketsEric Dumazet1-2/+6
2017-11-18l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault1-0/+3
2017-10-21l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2-7/+8
2017-10-21l2tp: Avoid schedule while atomic in exit_netRidge Kennedy1-1/+3
2017-05-08l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2-4/+6
2017-05-08l2tp: purge socket queues in the .destruct() callbackGuillaume Nault1-3/+4
2017-04-18l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-04-18l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
2016-07-12ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan1-3/+5
2016-07-12ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan1-3/+5
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet1-2/+6
2015-11-13l2tp: protect tunnel->del_work by ref_countAlexander Couzens1-2/+9
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou1-14/+10
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-09-06l2tp: fix missing line continuationAndy Zhou1-1/+1
2014-09-06l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault1-1/+2
2014-09-02l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert1-0/+2
2014-08-01net: use inet6_iif instead of IP6CB()->iifDuan Jiong1-1/+1
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-15net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-07-15l2tp: Call udp_sock_createTom Herbert2-59/+28
2014-06-05l2tp: call udp{6}_set_csumTom Herbert1-49/+5
2014-05-24l2tp: Add support for zero IPv6 checksumsTom Herbert3-2/+18
2014-05-24net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2-4/+3
2014-05-24net: Eliminate no_check from protoswTom Herbert2-2/+0
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2014-05-09l2tp: 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-26/+1
2014-04-01Merge 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-15Merge 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-14net: remove unnecessary return'sstephen hemminger2-5/+0
2014-01-22ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa1-0/+3
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle2-5/+4
2014-01-14l2tp: make local functions staticstephen hemminger2-6/+2