summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* l2tp: initialise PPP sessions before registering themGuillaume Nault2020-05-271-31/+38
* l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault2020-05-271-53/+101
* l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2020-05-271-6/+17
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2020-05-271-12/+7
* net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen2020-05-271-27/+27
* l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault2020-04-131-4/+4
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-111-0/+3
* l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2018-04-291-0/+7
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-11-181-0/+3
* l2tp: fix duplicate session creationGuillaume Nault2017-07-051-31/+29
* l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2017-07-051-4/+11
* l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault2017-05-031-1/+1
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-05-031-3/+7
* l2tp: purge socket queues in the .destruct() callbackGuillaume Nault2017-05-031-3/+4
* l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+1
|\
| * l2tp: Fix the connect status check in pppol2tp_getnameGao Feng2016-08-191-1/+1
* | l2tp: Refactor the codes with existing macros instead of literal numberGao Feng2016-08-231-11/+9
* | Revert "l2tp: Refactor the codes with existing macros instead of literal number"David S. Miller2016-08-211-4/+4
* | l2tp: Refactor the codes with existing macros instead of literal numberGao Feng2016-08-211-4/+4
|/
* l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com2016-07-261-5/+2
* l2tp: rely on ppp layer for skb scrubbingGuillaume Nault2016-01-041-16/+1
* pppox: use standard module auto-loading featureGuillaume Nault2015-12-031-1/+1
* l2tp: auto load type modulesstephen hemminger2015-09-251-0/+1
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-2/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-09-051-1/+2
* net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2014-07-141-2/+2
* l2tp: take PMTU from tunnel UDP socketDmitry Petukhov2014-04-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-5/+8
|\
| * l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault2014-03-061-5/+7
| * l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault2014-03-061-0/+1
* | net: remove unnecessary return'sstephen hemminger2014-02-131-3/+0
|/
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-0/+4
|\
| * l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet2013-10-111-0/+4
* | ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-6/+6
|/
* l2tp: add missing .owner to struct pppox_protoWei Yongjun2013-07-021-1/+2
* l2tp: Fix sendmsg() return valueGuillaume Nault2013-06-131-1/+1
* l2tp: Fix PPP header erasure and memory leakGuillaume Nault2013-06-131-2/+2
* l2tp: unhash l2tp sessions on delete, not on freeTom Parkin2013-03-201-9/+3
* l2tp: avoid deadlock in l2tp stats updateTom Parkin2013-03-201-23/+23
* l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin2013-03-201-43/+10
* l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault2013-03-011-0/+1
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+2
* l2tp: dont play with skb->truesizeEric Dumazet2013-02-081-6/+0
* net: Remove casts to same typeJoe Perches2012-06-041-4/+4