summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* net/l2tp: fix warning in l2tp_exit_net found by syzbotJames Chapman2024-11-261-3/+19
* genetlink: hold RCU in genlmsg_mcast()Eric Dumazet2024-10-151-2/+2
* l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman2024-09-041-1/+1
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+1
* l2tp: avoid using drain_workqueue in l2tp_pre_exit_netJames Chapman2024-08-271-6/+9
* l2tp: avoid overriding sk->sk_user_dataCong Wang2024-08-261-0/+3
* l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman2024-08-201-3/+1
* l2tp: flush workqueue before draining itJames Chapman2024-08-111-1/+9
* l2tp: l2tp_eth: use per-cpu counters from dev->tstatsJames Chapman2024-08-111-22/+10
* l2tp: improve tunnel/session refcount helpersJames Chapman2024-08-118-93/+79
* l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman2024-08-115-69/+39
* l2tp: add tunnel/session get_next helpersJames Chapman2024-08-112-0/+129
* l2tp: handle hash key collisions in l2tp_v3_session_getJames Chapman2024-08-111-1/+2
* l2tp: move l2tp_ip and l2tp_ip6 data to pernetJames Chapman2024-08-112-50/+168
* l2tp: remove inline from functions in c sourcesJames Chapman2024-08-114-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-081-2/+13
|\
| * l2tp: fix lockdep splatJames Chapman2024-08-081-2/+13
* | l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima2024-08-031-3/+0
* | l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman2024-07-311-2/+7
* | l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman2024-07-312-4/+6
* | l2tp: add idr consistency check in session_registerJames Chapman2024-07-311-2/+9
* | l2tp: use rcu list add/del when updating listsJames Chapman2024-07-311-6/+6
* | l2tp: prevent possible tunnel refcount underflowJames Chapman2024-07-314-10/+24
* | l2tp: refactor ppp socket/session relationshipJames Chapman2024-07-311-55/+39
* | l2tp: free sessions using rcuJames Chapman2024-07-312-3/+2
* | l2tp: delete sessions using work queueJames Chapman2024-07-312-16/+21
* | l2tp: simplify tunnel and socket cleanupJames Chapman2024-07-312-62/+21
* | l2tp: remove unused tunnel magic fieldJames Chapman2024-07-312-4/+0
* | l2tp: don't set sk_user_data in tunnel socketJames Chapman2024-07-311-4/+6
* | l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman2024-07-311-1/+1
* | l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman2024-07-311-3/+3
* | l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman2024-07-314-17/+54
|/
* l2tp: make session IDR and tunnel session list coherentJames Chapman2024-07-231-18/+14
* l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman2024-07-121-8/+10
* l2tp: fix possible UAF when cleaning up tunnelsJames Chapman2024-07-091-4/+7
* l2tp: Remove duplicate included header file trace.hThorsten Blum2024-07-041-1/+0
* l2tp: remove incorrect __rcu attributeJames Chapman2024-06-251-1/+1
* l2tp: replace hlist with simple list for per-tunnel session listJames Chapman2024-06-213-91/+50
* l2tp: drop the now unused l2tp_tunnel_get_sessionJames Chapman2024-06-212-24/+0
* l2tp: use IDR for all session lookupsJames Chapman2024-06-214-4/+20
* l2tp: don't use sk_user_data in l2tp_udp_encap_err_recvJames Chapman2024-06-211-6/+0
* l2tp: refactor udp recv to lookup to not use sk_user_dataJames Chapman2024-06-211-75/+21
* l2tp: store l2tpv2 sessions in per-net IDRJames Chapman2024-06-212-15/+56
* l2tp: store l2tpv3 sessions in per-net IDRJames Chapman2024-06-214-74/+188
* l2tp: remove unused list_head member in l2tp_tunnelJames Chapman2024-06-212-3/+0
* l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin2024-05-171-11/+33
* l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault2024-05-131-8/+10
* l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault2024-05-091-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-0/+3
|\
| * net l2tp: drop flow hash on forwardDavid Bauer2024-04-261-0/+3