summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)AuthorFilesLines
2018-05-19l2tp: 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-03-31l2tp: do not accept arbitrary socketsEric Dumazet1-2/+6
2017-12-20l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2-2/+2
2017-12-10l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket lookupsGuillaume Nault2-27/+12
2017-11-18l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault1-0/+3
2017-10-12l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2-7/+8
2017-10-12l2tp: Avoid schedule while atomic in exit_netRidge Kennedy1-1/+3
2017-08-07l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookupGuillaume Nault1-2/+2
2017-07-05l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault3-16/+35
2017-07-05l2tp: hold session while sending creation notificationsGuillaume Nault1-2/+4
2017-07-05l2tp: fix duplicate session creationGuillaume Nault3-56/+84
2017-07-05l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault1-4/+11
2017-07-05l2tp: fix race in l2tp_recv_common()Guillaume Nault4-23/+88
2017-05-03l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault1-1/+1
2017-05-03l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-05-03l2tp: purge socket queues in the .destruct() callbackGuillaume Nault1-3/+4
2017-05-03l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2-4/+6
2017-03-22l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-02-18l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
2016-11-30l2tp: fix address test in __l2tp_ip6_bind_lookup()Guillaume Nault1-1/+1
2016-11-30l2tp: fix lookup for sockets not bound to a device in l2tp_ipGuillaume Nault2-5/+8
2016-11-30l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault2-38/+32
2016-11-30l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2-10/+12
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault2-12/+23
2016-11-24net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit"WANG Cong1-1/+1
2016-11-21net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng1-1/+1
2016-11-20l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2-4/+6
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet2-2/+2
2016-09-17l2tp: constify net_device_ops structuresJulia Lawall1-1/+1
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-09-11l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas3-5/+5
2016-09-02l2tp: fix use-after-free during module unloadSabrina Dubroca1-0/+3
2016-09-02l2tp: make nla_policy conststephen hemminger1-1/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-08-24l2tp: Refactor the codes with existing macros instead of literal numberGao Feng1-11/+9
2016-08-22Revert "l2tp: Refactor the codes with existing macros instead of literal number"David S. Miller1-4/+4
2016-08-22l2tp: Refactor the codes with existing macros instead of literal numberGao Feng1-4/+4
2016-08-20l2tp: Fix the connect status check in pppol2tp_getnameGao Feng1-1/+1
2016-07-27l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com1-5/+2
2016-06-12ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa1-3/+5
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-5/+1
2016-06-08l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault1-1/+1
2016-06-08net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+4
2016-05-30net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani1-5/+7
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang1-15/+18
2016-05-02net: l2tp: fix reversed udp6 checksum flagsWang Shanker1-2/+2