summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-03-231-3/+1
* l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-02-064-0/+30
* l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2019-02-062-18/+27
* l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-02-061-3/+2
* l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang2018-08-281-1/+1
* l2tp: revert "l2tp: fix missing print session offset info"James Chapman2018-05-251-2/+0
* l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2018-04-291-0/+7
* l2tp: fix missing print session offset infoHangbin Liu2018-04-131-0/+2
* l2tp: do not accept arbitrary socketsEric Dumazet2018-04-081-2/+6
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-11-181-0/+3
* l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2017-10-212-7/+8
* l2tp: Avoid schedule while atomic in exit_netRidge Kennedy2017-10-211-1/+3
* l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2017-05-082-4/+6
* l2tp: purge socket queues in the .destruct() callbackGuillaume Nault2017-05-081-3/+4
* l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-04-181-1/+1
* l2tp: do not use udp_ioctl()Eric Dumazet2017-04-183-2/+28
* ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan2016-07-121-3/+5
* ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan2016-07-121-3/+5
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-141-2/+6
* l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-11-131-2/+9
* l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou2014-09-191-14/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-1/+2
|\
| * l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-09-051-1/+2
* | l2tp: fix missing line continuationAndy Zhou2014-09-051-1/+1
* | l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert2014-09-011-0/+2
|/
* net: use inet6_iif instead of IP6CB()->iifDuan Jiong2014-07-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-2/+2
|\
| * net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2014-07-141-2/+2
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* | l2tp: Call udp_sock_createTom Herbert2014-07-142-59/+28
|/
* l2tp: call udp{6}_set_csumTom Herbert2014-06-041-49/+5
* l2tp: Add support for zero IPv6 checksumsTom Herbert2014-05-233-2/+18
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-232-4/+3
* net: Eliminate no_check from protoswTom Herbert2014-05-232-2/+0
* net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* l2tp: Remove UDP checksum verificationTom Herbert2014-05-081-56/+1
* net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2014-04-301-8/+2
* ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-152-3/+3
* l2tp: take PMTU from tunnel UDP socketDmitry Petukhov2014-04-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-022-26/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-144-8/+14
| |\
| * | l2tp: fix unused variable warningEric Dumazet2014-03-101-2/+1
| * | l2tp: keep original skb ownershipEric Dumazet2014-03-071-21/+2
| * | net: remove unnecessary return'sstephen hemminger2014-02-132-5/+0
* | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-03-311-1/+1
|\ \ \ | |_|/ |/| |
| * | workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen2014-03-291-1/+1
| |/
* | l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault2014-03-061-5/+7
* | l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault2014-03-064-3/+7
|/
* ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa2014-01-211-0/+3
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-182-5/+4