summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* l2tp: Fix spelling mistakesZheng Yongjun2021-06-072-2/+2
* net: Remove the member netns_okYejune Deng2021-05-171-1/+0
* 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-033-19/+29
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* l2tp: report rx cookie discards in netlink getTom Parkin2020-09-291-0/+6
* 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-035-20/+38
* l2tp: capture more tx errors in data plane statsTom Parkin2020-09-031-34/+37
* l2tp: drop net argument from l2tp_tunnel_createTom Parkin2020-09-034-4/+4
* 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-034-10/+9
* l2tp: remove tunnel and session debug flags fieldTom Parkin2020-08-225-35/+12
* l2tp: remove custom logging macrosTom Parkin2020-08-221-13/+0
* l2tp: add tracepoints to l2tp_core.cTom Parkin2020-08-221-52/+31
* l2tp: add tracepoint definitions in trace.hTom Parkin2020-08-222-2/+200
* l2tp: add tracepoint infrastructure to coreTom Parkin2020-08-223-0/+20
* l2tp: use standard API for warning log messagesTom Parkin2020-08-222-20/+14
* l2tp: remove noisy logging, use appropriate log levelsTom Parkin2020-08-222-43/+5
* l2tp: don't log data framesTom Parkin2020-08-225-101/+6
* l2tp: improve API documentation in l2tp_core.hTom Parkin2020-07-301-14/+72
* l2tp: tweak exports for l2tp_recv_common and l2tp_ioctlTom Parkin2020-07-302-2/+2
* l2tp: remove build_header callback in struct l2tp_sessionTom Parkin2020-07-302-7/+4
* l2tp: return void from l2tp_session_deleteTom Parkin2020-07-303-10/+5
* l2tp: don't export tunnel and session free functionsTom Parkin2020-07-302-47/+46
* l2tp: don't export __l2tp_session_unhashTom Parkin2020-07-302-32/+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: don't BUG_ON seqfile checks in l2tp_pppTom Parkin2020-07-241-1/+5
* l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin2020-07-241-3/+7
* 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: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin2020-07-241-1/+4
* l2tp: avoid multiple assignmentsTom Parkin2020-07-243-9/+15
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* l2tp: cleanup kzalloc callsTom Parkin2020-07-231-2/+2
* l2tp: cleanup netlink tunnel create address handlingTom Parkin2020-07-231-24/+33
* l2tp: cleanup netlink send of tunnel address informationTom Parkin2020-07-231-56/+70
* l2tp: check socket address type in l2tp_dfs_seq_tunnel_showTom Parkin2020-07-231-3/+5
* l2tp: cleanup unnecessary braces in if statementsTom Parkin2020-07-232-17/+12
* l2tp: cleanup comparisons to NULLTom Parkin2020-07-236-48/+47
* 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: prefer seq_puts for unformatted outputTom Parkin2020-07-221-2/+2
* l2tp: prefer using BIT macroTom Parkin2020-07-221-2/+2
* l2tp: add identifier name in function pointer prototypeTom Parkin2020-07-221-1/+1