Age | Commit message (Expand) | Author | Files | Lines |
2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
2025-03-04 | ppp: use IFF_NO_QUEUE in virtual interfaces | Qingfang Deng | 1 | -0/+1 |
2025-02-18 | ipv6: replace ipcm6_init calls with ipcm6_init_sk | Willem de Bruijn | 1 | -7/+1 |
2024-12-20 | l2tp: Use inet_sk_init_flowi4() in l2tp_ip_sendmsg(). | Guillaume Nault | 1 | -13/+6 |
2024-12-11 | l2tp: Handle eth stats using NETDEV_PCPU_STAT_DSTATS. | James Chapman | 1 | -5/+4 |
2024-11-26 | net/l2tp: fix warning in l2tp_exit_net found by syzbot | James Chapman | 1 | -3/+19 |
2024-10-15 | genetlink: hold RCU in genlmsg_mcast() | Eric Dumazet | 1 | -2/+2 |
2024-09-04 | l2tp: remove unneeded null check in l2tp_v2_session_get_next | James Chapman | 1 | -1/+1 |
2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -1/+1 |
2024-08-27 | l2tp: avoid using drain_workqueue in l2tp_pre_exit_net | James Chapman | 1 | -6/+9 |
2024-08-26 | l2tp: avoid overriding sk->sk_user_data | Cong Wang | 1 | -0/+3 |
2024-08-20 | l2tp: use skb_queue_purge in l2tp_ip_destroy_sock | James Chapman | 1 | -3/+1 |
2024-08-11 | l2tp: flush workqueue before draining it | James Chapman | 1 | -1/+9 |
2024-08-11 | l2tp: l2tp_eth: use per-cpu counters from dev->tstats | James Chapman | 1 | -22/+10 |
2024-08-11 | l2tp: improve tunnel/session refcount helpers | James Chapman | 8 | -93/+79 |
2024-08-11 | l2tp: use get_next APIs for management requests and procfs/debugfs | James Chapman | 5 | -69/+39 |
2024-08-11 | l2tp: add tunnel/session get_next helpers | James Chapman | 2 | -0/+129 |
2024-08-11 | l2tp: handle hash key collisions in l2tp_v3_session_get | James Chapman | 1 | -1/+2 |
2024-08-11 | l2tp: move l2tp_ip and l2tp_ip6 data to pernet | James Chapman | 2 | -50/+168 |
2024-08-11 | l2tp: remove inline from functions in c sources | James Chapman | 4 | -6/+6 |
2024-08-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+13 |
2024-08-08 | l2tp: fix lockdep splat | James Chapman | 1 | -2/+13 |
2024-08-03 | l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops. | Kuniyuki Iwashima | 1 | -3/+0 |
2024-07-31 | l2tp: use pre_exit pernet hook to avoid rcu_barrier | James Chapman | 1 | -2/+7 |
2024-07-31 | l2tp: cleanup eth/ppp pseudowire setup code | James Chapman | 2 | -4/+6 |
2024-07-31 | l2tp: add idr consistency check in session_register | James Chapman | 1 | -2/+9 |
2024-07-31 | l2tp: use rcu list add/del when updating lists | James Chapman | 1 | -6/+6 |
2024-07-31 | l2tp: prevent possible tunnel refcount underflow | James Chapman | 4 | -10/+24 |
2024-07-31 | l2tp: refactor ppp socket/session relationship | James Chapman | 1 | -55/+39 |
2024-07-31 | l2tp: free sessions using rcu | James Chapman | 2 | -3/+2 |
2024-07-31 | l2tp: delete sessions using work queue | James Chapman | 2 | -16/+21 |
2024-07-31 | l2tp: simplify tunnel and socket cleanup | James Chapman | 2 | -62/+21 |
2024-07-31 | l2tp: remove unused tunnel magic field | James Chapman | 2 | -4/+0 |
2024-07-31 | l2tp: don't set sk_user_data in tunnel socket | James Chapman | 1 | -4/+6 |
2024-07-31 | l2tp: don't use tunnel socket sk_user_data in ppp procfs output | James Chapman | 1 | -1/+1 |
2024-07-31 | l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_frames | James Chapman | 1 | -3/+3 |
2024-07-31 | l2tp: lookup tunnel from socket without using sk_user_data | James Chapman | 4 | -17/+54 |
2024-07-23 | l2tp: make session IDR and tunnel session list coherent | James Chapman | 1 | -18/+14 |
2024-07-12 | l2tp: fix l2tp_session_register with colliding l2tpv3 IDs | James Chapman | 1 | -8/+10 |
2024-07-09 | l2tp: fix possible UAF when cleaning up tunnels | James Chapman | 1 | -4/+7 |
2024-07-04 | l2tp: Remove duplicate included header file trace.h | Thorsten Blum | 1 | -1/+0 |
2024-06-25 | l2tp: remove incorrect __rcu attribute | James Chapman | 1 | -1/+1 |
2024-06-21 | l2tp: replace hlist with simple list for per-tunnel session list | James Chapman | 3 | -91/+50 |
2024-06-21 | l2tp: drop the now unused l2tp_tunnel_get_session | James Chapman | 2 | -24/+0 |
2024-06-21 | l2tp: use IDR for all session lookups | James Chapman | 4 | -4/+20 |
2024-06-21 | l2tp: don't use sk_user_data in l2tp_udp_encap_err_recv | James Chapman | 1 | -6/+0 |
2024-06-21 | l2tp: refactor udp recv to lookup to not use sk_user_data | James Chapman | 1 | -75/+21 |
2024-06-21 | l2tp: store l2tpv2 sessions in per-net IDR | James Chapman | 2 | -15/+56 |
2024-06-21 | l2tp: store l2tpv3 sessions in per-net IDR | James Chapman | 4 | -74/+188 |
2024-06-21 | l2tp: remove unused list_head member in l2tp_tunnel | James Chapman | 2 | -3/+0 |
2024-05-17 | l2tp: fix ICMP error handling for UDP-encap sockets | Tom Parkin | 1 | -11/+33 |
2024-05-13 | l2tp: Support different protocol versions with same IP/port quadruple | Samuel Thibault | 1 | -8/+10 |
2024-05-09 | l2tp: Support several sockets with same IP/port quadruple | Samuel Thibault | 1 | -0/+21 |
2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
2024-04-30 | inet: introduce dst_rtable() helper | Eric Dumazet | 1 | -1/+1 |
2024-04-29 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet | 1 | -1/+1 |
2024-04-26 | net l2tp: drop flow hash on forward | David Bauer | 1 | -0/+3 |
2024-03-11 | l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() function | Gavrilov Ilia | 1 | -2/+2 |
2024-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2024-02-22 | l2tp: pass correct message length to ip6_append_data | Tom Parkin | 1 | -1/+1 |
2024-02-21 | net: l2tp: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
2024-02-12 | ipv4: Set the routing scope properly in ip_route_output_ports(). | Guillaume Nault | 1 | -1/+1 |
2023-12-11 | ipv6: annotate data-races around np->ucast_oif | Eric Dumazet | 1 | -1/+1 |
2023-12-11 | ipv6: annotate data-races around np->mcast_oif | Eric Dumazet | 1 | -1/+1 |
2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2023-10-01 | ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() | David Howells | 1 | -1/+1 |
2023-10-01 | net: l2tp_eth: use generic dev->stats fields | Eric Dumazet | 1 | -22/+12 |
2023-09-15 | ipv6: lockless IPV6_FLOWINFO_SEND implementation | Eric Dumazet | 1 | -2/+2 |
2023-09-15 | ipv6: lockless IPV6_DONTFRAG implementation | Eric Dumazet | 1 | -1/+1 |
2023-09-14 | udp: annotate data-races around udp->encap_type | Eric Dumazet | 1 | -3/+3 |
2023-08-16 | inet: introduce inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -1/+1 |
2023-07-24 | ipv6: remove hard coded limitation on ipv6_pinfo | Eric Dumazet | 1 | -3/+1 |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 2 | -2/+0 |
2023-06-15 | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 2 | -6/+5 |
2023-03-31 | l2tp: generate correct module alias strings | Andrea Righi | 2 | -8/+8 |
2023-02-20 | l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() | Shigeru Yoshida | 1 | -58/+67 |
2023-01-18 | l2tp: prevent lockdep issue in l2tp_tunnel_register() | Eric Dumazet | 1 | -3/+2 |
2023-01-16 | l2tp: close all race conditions in l2tp_tunnel_register() | Cong Wang | 1 | -14/+14 |
2023-01-16 | l2tp: convert l2tp_tunnel_list to idr | Cong Wang | 1 | -43/+42 |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+9 |
2022-11-23 | l2tp: Don't sleep and disable BH under writer-side sk_callback_lock | Jakub Sitnicki | 1 | -8/+9 |
2022-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+13 |
2022-11-16 | l2tp: Serialize access to sk_user_data with sk_callback_lock | Jakub Sitnicki | 1 | -6/+13 |
2022-10-24 | inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy(). | Kuniyuki Iwashima | 1 | -2/+0 |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 1 | -0/+1 |
2022-08-22 | l2tp: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
2022-07-08 | l2tp: l2tp_debugfs: fix Clang -Wformat warnings | Justin Stitt | 1 | -3/+3 |
2022-07-07 | net: l2tp: fix clang -Wformat warning | Justin Stitt | 1 | -1/+1 |
2022-06-08 | ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg | Wang Yufen | 1 | -2/+3 |
2022-05-16 | l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_if | Eric Dumazet | 2 | -4/+8 |
2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 2 | -4/+2 |
2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 3 | -4/+5 |
2021-12-10 | l2tp: add netns refcount tracker to l2tp_dfs_seq_data | Eric Dumazet | 1 | -4/+5 |
2021-11-29 | net/l2tp: convert tunnel rwlock_t to rcu | Tom Parkin | 3 | -36/+31 |
2021-09-09 | net/l2tp: Fix reference count leak in l2tp_udp_recv_core | Xiyu Yang | 1 | -1/+3 |
2021-06-07 | l2tp: Fix spelling mistakes | Zheng Yongjun | 2 | -2/+2 |
2021-05-17 | net: Remove the member netns_ok | Yejune Deng | 1 | -1/+0 |
2021-04-27 | net: fix a concurrency bug in l2tp_tunnel_register() | Gong, Sishuai | 1 | -5/+5 |
2021-03-22 | net: l2tp: Fix a typo | Bhaskar Chowdhury | 1 | -1/+1 |
2021-03-03 | net: l2tp: reduce log level of messages in receive path, add counter instead | Matthias Schiffer | 3 | -19/+29 |
2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore | 1 | -1/+1 |
2020-10-02 | genetlink: move to smaller ops wherever possible | Jakub Kicinski | 1 | -3/+3 |
2020-09-29 | l2tp: report rx cookie discards in netlink get | Tom Parkin | 1 | -0/+6 |
2020-09-18 | l2tp: fix up inconsistent rx/tx statistics | Tom Parkin | 1 | -3/+8 |
2020-09-03 | l2tp: avoid duplicated code in l2tp_tunnel_closeall | Tom Parkin | 1 | -13/+1 |
2020-09-03 | l2tp: make magic feather checks more useful | Tom Parkin | 5 | -20/+38 |
2020-09-03 | l2tp: capture more tx errors in data plane stats | Tom Parkin | 1 | -34/+37 |
2020-09-03 | l2tp: drop net argument from l2tp_tunnel_create | Tom Parkin | 4 | -4/+4 |
2020-09-03 | l2tp: drop data_len argument from l2tp_xmit_core | Tom Parkin | 1 | -3/+2 |
2020-09-03 | l2tp: remove header length param from l2tp_xmit_skb | Tom Parkin | 4 | -10/+9 |
2020-08-22 | l2tp: remove tunnel and session debug flags field | Tom Parkin | 5 | -35/+12 |
2020-08-22 | l2tp: remove custom logging macros | Tom Parkin | 1 | -13/+0 |
2020-08-22 | l2tp: add tracepoints to l2tp_core.c | Tom Parkin | 1 | -52/+31 |
2020-08-22 | l2tp: add tracepoint definitions in trace.h | Tom Parkin | 2 | -2/+200 |
2020-08-22 | l2tp: add tracepoint infrastructure to core | Tom Parkin | 3 | -0/+20 |
2020-08-22 | l2tp: use standard API for warning log messages | Tom Parkin | 2 | -20/+14 |
2020-08-22 | l2tp: remove noisy logging, use appropriate log levels | Tom Parkin | 2 | -43/+5 |
2020-08-22 | l2tp: don't log data frames | Tom Parkin | 5 | -101/+6 |
2020-07-30 | l2tp: improve API documentation in l2tp_core.h | Tom Parkin | 1 | -14/+72 |
2020-07-30 | l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl | Tom Parkin | 2 | -2/+2 |
2020-07-30 | l2tp: remove build_header callback in struct l2tp_session | Tom Parkin | 2 | -7/+4 |
2020-07-30 | l2tp: return void from l2tp_session_delete | Tom Parkin | 3 | -10/+5 |
2020-07-30 | l2tp: don't export tunnel and session free functions | Tom Parkin | 2 | -47/+46 |
2020-07-30 | l2tp: don't export __l2tp_session_unhash | Tom Parkin | 2 | -32/+26 |
2020-07-24 | l2tp: WARN_ON rather than BUG_ON in l2tp_session_free | Tom Parkin | 1 | -1/+3 |
2020-07-24 | l2tp: remove BUG_ON refcount value in l2tp_session_free | Tom Parkin | 1 | -2/+0 |
2020-07-24 | l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purge | Tom Parkin | 1 | -3/+4 |
2020-07-24 | l2tp: don't BUG_ON seqfile checks in l2tp_ppp | Tom Parkin | 1 | -1/+5 |
2020-07-24 | l2tp: don't BUG_ON session magic checks in l2tp_ppp | Tom Parkin | 1 | -3/+7 |
2020-07-24 | l2tp: remove BUG_ON in l2tp_tunnel_closeall | Tom Parkin | 1 | -2/+0 |
2020-07-24 | l2tp: remove BUG_ON in l2tp_session_queue_purge | Tom Parkin | 1 | -1/+0 |
2020-07-24 | l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_start | Tom Parkin | 1 | -1/+4 |
2020-07-24 | l2tp: avoid multiple assignments | Tom Parkin | 3 | -9/+15 |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -2/+2 |
2020-07-23 | l2tp: cleanup kzalloc calls | Tom Parkin | 1 | -2/+2 |
2020-07-23 | l2tp: cleanup netlink tunnel create address handling | Tom Parkin | 1 | -24/+33 |
2020-07-23 | l2tp: cleanup netlink send of tunnel address information | Tom Parkin | 1 | -56/+70 |
2020-07-23 | l2tp: check socket address type in l2tp_dfs_seq_tunnel_show | Tom Parkin | 1 | -3/+5 |
2020-07-23 | l2tp: cleanup unnecessary braces in if statements | Tom Parkin | 2 | -17/+12 |
2020-07-23 | l2tp: cleanup comparisons to NULL | Tom Parkin | 6 | -48/+47 |
2020-07-22 | l2tp: avoid precidence issues in L2TP_SKB_CB macro | Tom Parkin | 1 | -1/+1 |
2020-07-22 | l2tp: line-break long function prototypes | Tom Parkin | 1 | -2/+4 |
2020-07-22 | l2tp: prefer seq_puts for unformatted output | Tom Parkin | 1 | -2/+2 |
2020-07-22 | l2tp: prefer using BIT macro | Tom Parkin | 1 | -2/+2 |
2020-07-22 | l2tp: add identifier name in function pointer prototype | Tom Parkin | 1 | -1/+1 |
2020-07-22 | l2tp: cleanup suspect code indent | Tom Parkin | 1 | -2/+2 |
2020-07-22 | l2tp: cleanup wonky alignment of line-broken function calls | Tom Parkin | 3 | -8/+8 |
2020-07-22 | l2tp: cleanup difficult-to-read line breaks | Tom Parkin | 2 | -44/+31 |
2020-07-22 | l2tp: cleanup comments | Tom Parkin | 8 | -68/+47 |
2020-07-22 | l2tp: cleanup whitespace use | Tom Parkin | 7 | -48/+48 |
2020-07-19 | net/ipv6: remove compat_ipv6_{get,set}sockopt | Christoph Hellwig | 1 | -4/+0 |
2020-07-19 | net/ipv4: remove compat_ip_{get,set}sockopt | Christoph Hellwig | 1 | -4/+0 |
2020-07-19 | net: remove compat_sock_common_{get,set}sockopt | Christoph Hellwig | 2 | -6/+0 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+1 |
2020-07-08 | l2tp: remove skb_dst_set() from l2tp_xmit_skb() | Xin Long | 1 | -4/+1 |
2020-06-28 | l2tp: fix l2tp_eth_dev_xmit()'s return type | Luc Van Oostenryck | 1 | -1/+1 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -15/+47 |
2020-05-30 | l2tp: add sk_family checks to l2tp_validate_socket | Eric Dumazet | 1 | -0/+3 |
2020-05-30 | l2tp: do not use inet_hash()/inet_unhash() | Eric Dumazet | 2 | -15/+44 |
2020-05-18 | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl | Christoph Hellwig | 1 | -0/+1 |
2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang | 1 | -0/+1 |
2020-04-08 | l2tp: Allow management of tunnels and session in user namespace | Michael Weiß | 1 | -8/+8 |
2020-02-28 | l2tp: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-04 | l2tp: Allow duplicate session creation with UDP | Ridge Kennedy | 1 | -1/+6 |
2020-01-03 | l2tp: Remove redundant BUG_ON() check in l2tp_pernet | Xu Wang | 1 | -2/+0 |
2019-12-04 | net: ipv6: add net argument to ip6_dst_lookup_flow | Sabrina Dubroca | 1 | -1/+1 |
2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo | 1 | -1/+0 |
2019-10-01 | netfilter: drop bridge nf reset from nf_reset | Florian Westphal | 4 | -4/+4 |
2019-07-30 | compat_ioctl: pppoe: fix PPPOEIOCSFWD handling | Arnd Bergmann | 1 | -0/+3 |
2019-07-08 | ipv6: elide flowlabel check if no exclusive leases exist | Willem de Bruijn | 1 | -2/+2 |
2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -12/+3 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 3 | -12/+3 |
2019-06-14 | l2tp: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -18/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 5 | -25/+5 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2019-05-07 | l2tp: Fix possible NULL pointer dereference | YueHaibing | 1 | -1/+2 |
2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+5 |
2019-04-30 | l2ip: fix possible use-after-free | Eric Dumazet | 1 | -4/+4 |
2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg | 1 | -0/+9 |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -2/+2 |
2019-04-26 | l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() | Eric Dumazet | 1 | -1/+1 |
2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 2 | -0/+2 |
2019-04-18 | l2tp: fix set but not used variable | Jakub Kicinski | 1 | -2/+1 |
2019-03-22 | genetlink: make policy common to family | Johannes Berg | 1 | -9/+1 |
2019-03-13 | l2tp: fix infoleak in l2tp_ip6_recvmsg() | Eric Dumazet | 1 | -3/+1 |
2019-01-31 | l2tp: copy 4 more bytes to linear part if necessary | Jacob Wen | 1 | -3/+2 |
2019-01-30 | l2tp: fix reading optional fields of L2TPv3 | Jacob Wen | 4 | -0/+30 |
2018-11-14 | l2tp: fix a sock refcnt leak in l2tp_tunnel_register | Xin Long | 1 | -5/+4 |
2018-08-13 | l2tp: fix unused function warning | Arnd Bergmann | 3 | -12/+4 |
2018-08-13 | l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache | Wei Wang | 1 | -1/+1 |
2018-08-11 | l2tp: let pppol2tp_ioctl() fallback to dev_ioctl() | Guillaume Nault | 1 | -1/+1 |
2018-08-11 | l2tp: zero out stats in pppol2tp_copy_stats() | Guillaume Nault | 1 | -4/+3 |
2018-08-11 | l2tp: remove pppol2tp_session_ioctl() | Guillaume Nault | 1 | -47/+3 |
2018-08-11 | l2tp: remove pppol2tp_tunnel_ioctl() | Guillaume Nault | 1 | -79/+53 |
2018-08-11 | l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl() | Guillaume Nault | 1 | -29/+44 |
2018-08-11 | l2tp: simplify pppol2tp_ioctl() | Guillaume Nault | 1 | -27/+6 |