summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_core.c
Commit message (Expand)AuthorAgeFilesLines
* l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin6 days1-11/+33
* l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault9 days1-8/+10
* l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault14 days1-0/+21
* udp: annotate data-races around udp->encap_typeEric Dumazet2023-09-141-3/+3
* l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet2023-01-181-3/+2
* l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang2023-01-161-14/+14
* l2tp: convert l2tp_tunnel_list to idrCong Wang2023-01-161-43/+42
* l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki2022-11-231-8/+9
* l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-161-6/+13
* net/l2tp: convert tunnel rwlock_t to rcuTom Parkin2021-11-291-27/+25
* net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang2021-09-091-1/+3
* net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai2021-04-271-5/+5
* net: l2tp: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
* net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer2021-03-031-19/+22
* l2tp: fix up inconsistent rx/tx statisticsTom Parkin2020-09-181-3/+8
* l2tp: avoid duplicated code in l2tp_tunnel_closeallTom Parkin2020-09-031-13/+1
* l2tp: make magic feather checks more usefulTom Parkin2020-09-031-18/+22
* l2tp: capture more tx errors in data plane statsTom Parkin2020-09-031-34/+37
* l2tp: drop net argument from l2tp_tunnel_createTom Parkin2020-09-031-1/+1
* l2tp: drop data_len argument from l2tp_xmit_coreTom Parkin2020-09-031-3/+2
* l2tp: remove header length param from l2tp_xmit_skbTom Parkin2020-09-031-5/+5
* l2tp: remove tunnel and session debug flags fieldTom Parkin2020-08-221-8/+0
* l2tp: add tracepoints to l2tp_core.cTom Parkin2020-08-221-52/+31
* l2tp: add tracepoint infrastructure to coreTom Parkin2020-08-221-0/+3
* l2tp: use standard API for warning log messagesTom Parkin2020-08-221-19/+13
* l2tp: remove noisy logging, use appropriate log levelsTom Parkin2020-08-221-12/+4
* l2tp: don't log data framesTom Parkin2020-08-221-52/+6
* l2tp: tweak exports for l2tp_recv_common and l2tp_ioctlTom Parkin2020-07-301-1/+1
* l2tp: remove build_header callback in struct l2tp_sessionTom Parkin2020-07-301-6/+4
* l2tp: return void from l2tp_session_deleteTom Parkin2020-07-301-7/+2
* l2tp: don't export tunnel and session free functionsTom Parkin2020-07-301-19/+41
* l2tp: don't export __l2tp_session_unhashTom Parkin2020-07-301-31/+26
* l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin2020-07-241-1/+3
* l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin2020-07-241-2/+0
* l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-3/+4
* l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin2020-07-241-2/+0
* l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-1/+0
* l2tp: avoid multiple assignmentsTom Parkin2020-07-241-3/+3
* l2tp: cleanup kzalloc callsTom Parkin2020-07-231-2/+2
* l2tp: cleanup unnecessary braces in if statementsTom Parkin2020-07-231-3/+3
* l2tp: cleanup comparisons to NULLTom Parkin2020-07-231-10/+10
* l2tp: avoid precidence issues in L2TP_SKB_CB macroTom Parkin2020-07-221-1/+1
* l2tp: line-break long function prototypesTom Parkin2020-07-221-2/+4
* l2tp: cleanup suspect code indentTom Parkin2020-07-221-2/+2
* l2tp: cleanup wonky alignment of line-broken function callsTom Parkin2020-07-221-6/+6
* l2tp: cleanup commentsTom Parkin2020-07-221-4/+5
* l2tp: cleanup whitespace useTom Parkin2020-07-221-19/+19
* l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long2020-07-081-4/+1
* l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet2020-05-301-0/+3
* l2tp: Allow duplicate session creation with UDPRidge Kennedy2020-02-041-1/+6