summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang2020-01-031-2/+0
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* l2tp: Fix possible NULL pointer dereferenceYueHaibing2019-05-071-1/+2
* l2ip: fix possible use-after-freeEric Dumazet2019-04-301-4/+4
* l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet2019-04-261-1/+1
* l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-01-311-3/+2
* l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-01-301-0/+4
* l2tp: fix a sock refcnt leak in l2tp_tunnel_registerXin Long2018-11-141-5/+4
* l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang2018-08-131-1/+1
* l2tp: split l2tp_session_get()Guillaume Nault2018-08-111-25/+25
* l2tp: ignore L2TP_ATTR_MTUGuillaume Nault2018-08-031-1/+0
* l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault2018-07-271-1/+0
* l2tp: remove ->recv_payload_hookGuillaume Nault2018-07-261-12/+4
* l2tp: remove trailing newlineStephen Hemminger2018-07-241-1/+0
* l2tp: make l2tp_xmit_core() return voidGuillaume Nault2018-06-261-4/+2
* l2tp: avoid duplicate l2tp_pernet() callsGuillaume Nault2018-06-261-2/+1
* l2tp: don't export l2tp_tunnel_closeall()Guillaume Nault2018-06-261-2/+1
* l2tp: don't export l2tp_session_queue_purge()Guillaume Nault2018-06-261-2/+1
* l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault2018-04-131-20/+0
* l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault2018-04-131-0/+20
* l2tp: fix race in duplicate tunnel detectionGuillaume Nault2018-04-111-21/+14
* l2tp: fix races in tunnel creationGuillaume Nault2018-04-111-107/+85
* l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni2018-03-121-20/+18
* l2tp: do not accept arbitrary socketsEric Dumazet2018-03-071-2/+6
* l2tp: fix tunnel lookup use-after-free raceJames Chapman2018-02-261-7/+7
* l2tp: fix races with tunnel socket closeJames Chapman2018-02-261-83/+34
* l2tp: don't use inet_shutdown on tunnel destroyJames Chapman2018-02-261-9/+2
* l2tp: remove l2specific_len configurable parameterLorenzo Bianconi2018-01-191-1/+0
* l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2018-01-191-18/+16
* l2tp: adjust comments about L2TPv3 offsetsGuillaume Nault2018-01-081-4/+3
* l2tp: remove configurable payload offsetJames Chapman2018-01-051-10/+4