- 7e13a70 net/l2tp: Fix reference count leak in l2tp_udp_recv_core by Xiyu Yang · 3 years, 4 months ago
- 12dd6b1 l2tp: remove skb_dst_set() from l2tp_xmit_skb() by Xin Long · 4 years, 6 months ago
- c28c1bd l2tp: add sk_family checks to l2tp_validate_socket by Eric Dumazet · 4 years, 7 months ago
- 864bd40 l2tp: do not use inet_hash()/inet_unhash() by Eric Dumazet · 4 years, 7 months ago
- 2b22a74 l2tp: initialise PPP sessions before registering them by Guillaume Nault · 7 years ago
- 26f8819 l2tp: protect sock pointer of struct pppol2tp_session with RCU by Guillaume Nault · 7 years ago
- 39f35fb l2tp: initialise l2tp_eth sessions before registering them by Guillaume Nault · 7 years ago
- aef3740 l2tp: don't register sessions in l2tp_session_create() by Guillaume Nault · 7 years ago
- 081363a net: ipv6: add net argument to ip6_dst_lookup_flow by Sabrina Dubroca · 5 years ago
- ff8e755 l2tp: Allow duplicate session creation with UDP by Ridge Kennedy · 5 years ago
- cbd028f l2tp: Fix possible NULL pointer dereference by YueHaibing · 6 years ago
- d3d448b compat_ioctl: pppoe: fix PPPOEIOCSFWD handling by Arnd Bergmann · 5 years ago
- af6822a l2tp: fix infoleak in l2tp_ip6_recvmsg() by Eric Dumazet · 6 years ago
- 3924ebe l2tp: fix reading optional fields of L2TPv3 by Jacob Wen · 6 years ago
- a12098d l2tp: remove l2specific_len dependency in l2tp_core by Lorenzo Bianconi · 7 years ago
- 6dac61b l2tp: copy 4 more bytes to linear part if necessary by Jacob Wen · 6 years ago
- 5c097f5 l2tp: remove configurable payload offset by James Chapman · 7 years ago
- 46be8e4 l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache by Wei Wang · 6 years ago
- 7a4eda6 l2tp: revert "l2tp: fix missing print session offset info" by James Chapman · 7 years ago
- dbf57fd l2tp: check sockaddr length in pppol2tp_connect() by Guillaume Nault · 7 years ago
- ab4ac0f l2tp: fix missing print session offset info by Hangbin Liu · 7 years ago
- b085060 l2tp: fix races with ipv4-mapped ipv6 addresses by Paolo Abeni · 7 years ago
- 2d5b0ed l2tp: do not accept arbitrary sockets by Eric Dumazet · 7 years ago
- ff62605 l2tp: cleanup l2tp_tunnel_delete calls by Jiri Slaby · 7 years ago
- 8f7dc9a l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6 by Guillaume Nault · 7 years ago
- ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- f9e56ba l2tp: hold tunnel in pppol2tp_connect() by Guillaume Nault · 7 years ago
- 5903f59 l2tp: check ps->sock before running pppol2tp_session_ioctl() by Guillaume Nault · 7 years ago
- 9f775ea l2tp: fix l2tp_eth module loading by Guillaume Nault · 7 years ago
- 62b982e l2tp: fix race condition in l2tp_tunnel_delete by Sabrina Dubroca · 7 years ago
- b228a94 l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall() by Guillaume Nault · 7 years ago
- cdd10c9 l2tp: ensure sessions are freed after their PPPOL2TP socket by Guillaume Nault · 7 years ago
- f026bc2 l2tp: pass tunnel pointer to ->session_create() by Guillaume Nault · 7 years ago
- f3c66d4 l2tp: prevent creation of sessions on terminated tunnels by Guillaume Nault · 7 years ago
- e702c12 l2tp: hold tunnel used while creating sessions with netlink by Guillaume Nault · 7 years ago
- 4e4b21d l2tp: hold tunnel while handling genl TUNNEL_GET commands by Guillaume Nault · 7 years ago
- 8c0e421 l2tp: hold tunnel while handling genl tunnel updates by Guillaume Nault · 7 years ago
- bb0a32c l2tp: hold tunnel while processing genl delete command by Guillaume Nault · 7 years ago
- 54652eb l2tp: hold tunnel while looking up sessions in l2tp_netlink by Guillaume Nault · 7 years ago
- 9ee369a l2tp: initialise session's refcount before making it reachable by Guillaume Nault · 7 years ago
- f00c854 net, l2tp: convert l2tp_session.ref_count from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- fbea9e0 net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- 9b3dc0a l2tp: cast l2tp traffic counter to unsigned by Dominik Heidler · 8 years ago
- cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
- 1514dc8 l2tp: remove useless device duplication test in l2tp_eth_create() by Guillaume Nault · 8 years ago
- a485c2b l2tp: define "l2tpeth" device type by Guillaume Nault · 8 years ago
- c39855f l2tp: set name_assign_type for devices created by l2tp_eth.c by Guillaume Nault · 8 years ago
- 57240d0 l2tp: device MTU setup, tunnel socket needs a lock by R. Parameswaran · 8 years ago
- 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 2f858b9 l2tp: define parameters of l2tp_tunnel_find*() as "const" by Guillaume Nault · 8 years ago
- 9aaef50 l2tp: define parameters of l2tp_session_get*() as "const" by Guillaume Nault · 8 years ago
- 55a3ce3 l2tp: remove l2tp_session_find() by Guillaume Nault · 8 years ago
- af87ae4 l2tp: remove useless duplicate session detection in l2tp_netlink by Guillaume Nault · 8 years ago
- 321a52a l2tp: don't mask errors in pppol2tp_getsockopt() by Guillaume Nault · 8 years ago
- 364700c l2tp: don't mask errors in pppol2tp_setsockopt() by Guillaume Nault · 8 years ago
- b784e7e L2TP:Adjust intf MTU, add underlay L3, L2 hdrs. by R. Parameswaran · 8 years ago
- 249ee81 l2tp: fix PPP pseudo-wire auto-loading by Guillaume Nault · 8 years ago
- e08293a l2tp: take reference on sessions being dumped by Guillaume Nault · 8 years ago
- 2777e2a l2tp: take a reference on sessions used in genetlink handlers by Guillaume Nault · 8 years ago
- 5e6a9e5 l2tp: hold session while sending creation notifications by Guillaume Nault · 8 years ago
- dbdbc73 l2tp: fix duplicate session creation by Guillaume Nault · 8 years ago
- 57377d6 l2tp: ensure session can't get removed during pppol2tp_session_ioctl() by Guillaume Nault · 8 years ago
- 61b9a04 l2tp: fix race in l2tp_recv_common() by Guillaume Nault · 8 years ago
- e91793b l2tp: purge socket queues in the .destruct() callback by Guillaume Nault · 8 years ago
- 94d7ee0 l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6 by Guillaume Nault · 8 years ago
- c2eca00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
- 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
- 51fb60e l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv by Paul Hüber · 8 years ago
- 12d656a l2tp: Avoid schedule while atomic in exit_net by Ridge Kennedy · 8 years ago
- 35eeacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 72fb96e7 l2tp: do not use udp_ioctl() by Eric Dumazet · 8 years ago
- 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
- bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
- c5fdae0 l2tp: rework socket comparison in __l2tp_ip*_bind_lookup() by Guillaume Nault · 8 years ago
- 986f7cb l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup() by Guillaume Nault · 8 years ago
- bb39b0b l2tp: make __l2tp_ip*_bind_lookup() parameters 'const' by Guillaume Nault · 8 years ago
- 8cf2f70 l2tp: remove redundant addr_len check in l2tp_ip_bind() by Guillaume Nault · 8 years ago
- a9b2dff l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket lookups by Guillaume Nault · 8 years ago
- 97b84fd l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookup by Guillaume Nault · 8 years ago
- fba40c6 net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_* by Asbjørn Sloth Tønnesen · 8 years ago
- 41c43fb net: l2tp: export debug flags to UAPI by Asbjørn Sloth Tønnesen · 8 years ago
- 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 31e2f21 l2tp: fix address test in __l2tp_ip6_bind_lookup() by Guillaume Nault · 8 years ago
- df90e68 l2tp: fix lookup for sockets not bound to a device in l2tp_ip by Guillaume Nault · 8 years ago
- d5e3a19 l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind() by Guillaume Nault · 8 years ago
- a3c1842 l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv() by Guillaume Nault · 8 years ago
- 0382a25 l2tp: lock socket before checking flags in connect() by Guillaume Nault · 8 years ago
- 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- a4cd027 net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit" by WANG Cong · 8 years ago
- f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 7c6ae61 net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit by Gao Feng · 8 years ago
- 32c2311 l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind() by Guillaume Nault · 8 years ago
- 3f9b977 net: l2tp: fix negative assignment to unsigned int by Asbjørn Sloth Tønnesen · 8 years ago
- 57ceb86 net: l2tp: cleanup: remove redundant condition by Asbjørn Sloth Tønnesen · 8 years ago
- 97b7af0 net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flags by Asbjørn Sloth Tønnesen · 8 years ago
- 7ff516f net: l2tp: only set L2TP_ATTR_UDP_CSUM if AF_INET by Asbjørn Sloth Tønnesen · 8 years ago
- e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
- 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago