summaryrefslogtreecommitdiffstats
path: root/net/l2tp
AgeCommit message (Expand)AuthorLines
2025-08-27l2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet-17/+8
2025-06-23net: annotate races around sk->sk_uidEric Dumazet-1/+1
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-03-04ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng-0/+1
2025-02-18ipv6: replace ipcm6_init calls with ipcm6_init_skWillem de Bruijn-7/+1
2024-12-20l2tp: Use inet_sk_init_flowi4() in l2tp_ip_sendmsg().Guillaume Nault-13/+6
2024-12-11l2tp: Handle eth stats using NETDEV_PCPU_STAT_DSTATS.James Chapman-5/+4
2024-11-26net/l2tp: fix warning in l2tp_exit_net found by syzbotJames Chapman-3/+19
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet-2/+2
2024-09-04l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman-1/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-1/+1
2024-08-27l2tp: avoid using drain_workqueue in l2tp_pre_exit_netJames Chapman-6/+9
2024-08-26l2tp: avoid overriding sk->sk_user_dataCong Wang-0/+3
2024-08-20l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman-3/+1
2024-08-11l2tp: flush workqueue before draining itJames Chapman-1/+9
2024-08-11l2tp: l2tp_eth: use per-cpu counters from dev->tstatsJames Chapman-22/+10
2024-08-11l2tp: improve tunnel/session refcount helpersJames Chapman-93/+79
2024-08-11l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman-69/+39
2024-08-11l2tp: add tunnel/session get_next helpersJames Chapman-0/+129
2024-08-11l2tp: handle hash key collisions in l2tp_v3_session_getJames Chapman-1/+2
2024-08-11l2tp: move l2tp_ip and l2tp_ip6 data to pernetJames Chapman-50/+168
2024-08-11l2tp: remove inline from functions in c sourcesJames Chapman-6/+6
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+13
2024-08-08l2tp: fix lockdep splatJames Chapman-2/+13
2024-08-03l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima-3/+0
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman-2/+7
2024-07-31l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman-4/+6
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman-2/+9
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman-6/+6
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman-10/+24
2024-07-31l2tp: refactor ppp socket/session relationshipJames Chapman-55/+39
2024-07-31l2tp: free sessions using rcuJames Chapman-3/+2
2024-07-31l2tp: delete sessions using work queueJames Chapman-16/+21
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman-62/+21
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman-4/+0
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman-4/+6
2024-07-31l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman-1/+1
2024-07-31l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman-3/+3
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman-17/+54
2024-07-23l2tp: make session IDR and tunnel session list coherentJames Chapman-18/+14
2024-07-12l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman-8/+10
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman-4/+7
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum-1/+0
2024-06-25l2tp: remove incorrect __rcu attributeJames Chapman-1/+1
2024-06-21l2tp: replace hlist with simple list for per-tunnel session listJames Chapman-91/+50
2024-06-21l2tp: drop the now unused l2tp_tunnel_get_sessionJames Chapman-24/+0
2024-06-21l2tp: use IDR for all session lookupsJames Chapman-4/+20
2024-06-21l2tp: don't use sk_user_data in l2tp_udp_encap_err_recvJames Chapman-6/+0
2024-06-21l2tp: refactor udp recv to lookup to not use sk_user_dataJames Chapman-75/+21
2024-06-21l2tp: store l2tpv2 sessions in per-net IDRJames Chapman-15/+56