summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* l2tp: improve tunnel/session refcount helpersJames Chapman2024-08-111-23/+23
* l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman2024-08-111-7/+9
* l2tp: remove inline from functions in c sourcesJames Chapman2024-08-111-1/+1
* l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima2024-08-031-3/+0
* l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman2024-07-311-3/+5
* l2tp: prevent possible tunnel refcount underflowJames Chapman2024-07-311-1/+2
* l2tp: refactor ppp socket/session relationshipJames Chapman2024-07-311-55/+39
* l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman2024-07-311-1/+1
* l2tp: use IDR for all session lookupsJames Chapman2024-06-211-2/+4
* l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
* l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida2023-02-201-58/+67
* net: l2tp: fix clang -Wformat warningJustin Stitt2022-07-071-1/+1
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
* l2tp: Fix spelling mistakesZheng Yongjun2021-06-071-1/+1
* l2tp: make magic feather checks more usefulTom Parkin2020-09-031-0/+9
* l2tp: drop net argument from l2tp_tunnel_createTom Parkin2020-09-031-1/+1
* l2tp: remove header length param from l2tp_xmit_skbTom Parkin2020-09-031-2/+2
* l2tp: remove tunnel and session debug flags fieldTom Parkin2020-08-221-7/+8
* l2tp: use standard API for warning log messagesTom Parkin2020-08-221-1/+1
* l2tp: remove noisy logging, use appropriate log levelsTom Parkin2020-08-221-31/+1
* l2tp: don't log data framesTom Parkin2020-08-221-8/+0
* 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
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* l2tp: cleanup unnecessary braces in if statementsTom Parkin2020-07-231-14/+9
* l2tp: cleanup comparisons to NULLTom Parkin2020-07-231-18/+18
* l2tp: cleanup wonky alignment of line-broken function callsTom Parkin2020-07-221-1/+1
* l2tp: cleanup difficult-to-read line breaksTom Parkin2020-07-221-4/+2
* l2tp: cleanup commentsTom Parkin2020-07-221-2/+1
* l2tp: cleanup whitespace useTom Parkin2020-07-221-3/+6
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* l2tp: fix set but not used variableJakub Kicinski2019-04-181-2/+1
* l2tp: fix unused function warningArnd Bergmann2018-08-131-5/+2
* l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()Guillaume Nault2018-08-111-1/+1
* l2tp: zero out stats in pppol2tp_copy_stats()Guillaume Nault2018-08-111-4/+3
* l2tp: remove pppol2tp_session_ioctl()Guillaume Nault2018-08-111-47/+3
* l2tp: remove pppol2tp_tunnel_ioctl()Guillaume Nault2018-08-111-79/+53
* l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()Guillaume Nault2018-08-111-29/+44
* l2tp: simplify pppol2tp_ioctl()Guillaume Nault2018-08-111-27/+6
* l2tp: split l2tp_session_get()Guillaume Nault2018-08-111-4/+4
* l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault2018-08-111-4/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-051-4/+9
|\
| * l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()Guillaume Nault2018-08-031-4/+9
* | l2tp: simplify MTU handling in l2tp_pppGuillaume Nault2018-08-031-49/+18
* | l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault2018-08-031-11/+4
* | l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault2018-07-271-36/+5
* | l2tp: drop ->flags from struct pppol2tp_sessionGuillaume Nault2018-07-271-11/+2
* | l2tp: remove ->recv_payload_hookGuillaume Nault2018-07-261-22/+11
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+1
|\|