aboutsummaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)Author
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-09-04l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-27l2tp: avoid using drain_workqueue in l2tp_pre_exit_netJames Chapman
2024-08-26l2tp: avoid overriding sk->sk_user_dataCong Wang
2024-08-20l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman
2024-08-11l2tp: flush workqueue before draining itJames Chapman
2024-08-11l2tp: l2tp_eth: use per-cpu counters from dev->tstatsJames Chapman
2024-08-11l2tp: improve tunnel/session refcount helpersJames Chapman
2024-08-11l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman
2024-08-11l2tp: add tunnel/session get_next helpersJames Chapman
2024-08-11l2tp: handle hash key collisions in l2tp_v3_session_getJames Chapman
2024-08-11l2tp: move l2tp_ip and l2tp_ip6 data to pernetJames Chapman
2024-08-11l2tp: remove inline from functions in c sourcesJames Chapman
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-08l2tp: fix lockdep splatJames Chapman
2024-08-03l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman
2024-07-31l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman
2024-07-31l2tp: refactor ppp socket/session relationshipJames Chapman
2024-07-31l2tp: free sessions using rcuJames Chapman
2024-07-31l2tp: delete sessions using work queueJames Chapman
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman
2024-07-31l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman
2024-07-31l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman
2024-07-23l2tp: make session IDR and tunnel session list coherentJames Chapman
2024-07-12l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum
2024-06-25l2tp: remove incorrect __rcu attributeJames Chapman
2024-06-21l2tp: replace hlist with simple list for per-tunnel session listJames Chapman
2024-06-21l2tp: drop the now unused l2tp_tunnel_get_sessionJames Chapman
2024-06-21l2tp: use IDR for all session lookupsJames Chapman
2024-06-21l2tp: don't use sk_user_data in l2tp_udp_encap_err_recvJames Chapman
2024-06-21l2tp: refactor udp recv to lookup to not use sk_user_dataJames Chapman
2024-06-21l2tp: store l2tpv2 sessions in per-net IDRJames Chapman
2024-06-21l2tp: store l2tpv3 sessions in per-net IDRJames Chapman
2024-06-21l2tp: remove unused list_head member in l2tp_tunnelJames Chapman
2024-05-17l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin
2024-05-13l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault
2024-05-09l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet