summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)AuthorFilesLines
2024-09-04l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman1-1/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+1
2024-08-27l2tp: avoid using drain_workqueue in l2tp_pre_exit_netJames Chapman1-6/+9
2024-08-26l2tp: avoid overriding sk->sk_user_dataCong Wang1-0/+3
2024-08-20l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman1-3/+1
2024-08-11l2tp: flush workqueue before draining itJames Chapman1-1/+9
2024-08-11l2tp: l2tp_eth: use per-cpu counters from dev->tstatsJames Chapman1-22/+10
2024-08-11l2tp: improve tunnel/session refcount helpersJames Chapman8-93/+79
2024-08-11l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman5-69/+39
2024-08-11l2tp: add tunnel/session get_next helpersJames Chapman2-0/+129
2024-08-11l2tp: handle hash key collisions in l2tp_v3_session_getJames Chapman1-1/+2
2024-08-11l2tp: move l2tp_ip and l2tp_ip6 data to pernetJames Chapman2-50/+168
2024-08-11l2tp: remove inline from functions in c sourcesJames Chapman4-6/+6
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+13
2024-08-08l2tp: fix lockdep splatJames Chapman1-2/+13
2024-08-03l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima1-3/+0
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman1-2/+7
2024-07-31l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman2-4/+6
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman1-2/+9
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman1-6/+6
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman4-10/+24
2024-07-31l2tp: refactor ppp socket/session relationshipJames Chapman1-55/+39
2024-07-31l2tp: free sessions using rcuJames Chapman2-3/+2
2024-07-31l2tp: delete sessions using work queueJames Chapman2-16/+21
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman2-62/+21
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman2-4/+0
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman1-4/+6
2024-07-31l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman1-1/+1
2024-07-31l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman1-3/+3
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman4-17/+54
2024-07-23l2tp: make session IDR and tunnel session list coherentJames Chapman1-18/+14
2024-07-12l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman1-8/+10
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman1-4/+7
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum1-1/+0
2024-06-25l2tp: remove incorrect __rcu attributeJames Chapman1-1/+1
2024-06-21l2tp: replace hlist with simple list for per-tunnel session listJames Chapman3-91/+50
2024-06-21l2tp: drop the now unused l2tp_tunnel_get_sessionJames Chapman2-24/+0
2024-06-21l2tp: use IDR for all session lookupsJames Chapman4-4/+20
2024-06-21l2tp: don't use sk_user_data in l2tp_udp_encap_err_recvJames Chapman1-6/+0
2024-06-21l2tp: refactor udp recv to lookup to not use sk_user_dataJames Chapman1-75/+21
2024-06-21l2tp: store l2tpv2 sessions in per-net IDRJames Chapman2-15/+56
2024-06-21l2tp: store l2tpv3 sessions in per-net IDRJames Chapman4-74/+188
2024-06-21l2tp: remove unused list_head member in l2tp_tunnelJames Chapman2-3/+0
2024-05-17l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin1-11/+33
2024-05-13l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault1-8/+10
2024-05-09l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault1-0/+21
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-04-30inet: introduce dst_rtable() helperEric Dumazet1-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-1/+1
2024-04-26net l2tp: drop flow hash on forwardDavid Bauer1-0/+3