summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-26/+30
|\
| * l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault2018-06-051-18/+17
| * l2tp: consistent reference counting in procfs and debufsGuillaume Nault2018-04-271-8/+13
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\ \
| * | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
| |/
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-20/+2
|/
* l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2018-04-231-0/+7
* l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault2018-04-221-1/+4
* l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault2018-04-131-7/+17
* l2tp: fix races in tunnel creationGuillaume Nault2018-04-111-0/+9
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-34/+26
|\
| * l2tp: fix race in pppol2tp_release with session object destroyJames Chapman2018-02-261-25/+27
| * l2tp: don't use inet_shutdown on ppp session destroyJames Chapman2018-02-261-10/+0
* | net: Convert /proc creating and destroying pernet_operationsKirill Tkhai2018-02-271-0/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
|/
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
* l2tp: remove the .tunnel_sock field from struct pppol2tp_sessionGuillaume Nault2017-11-111-10/+0
* l2tp: avoid using ->tunnel_sock for getting session's parent tunnelGuillaume Nault2017-11-111-54/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-1/+6
|\
| * l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault2017-10-311-1/+6
* | l2tp: remove ->ref() and ->deref()Guillaume Nault2017-11-011-7/+3
* | l2tp: initialise PPP sessions before registering themGuillaume Nault2017-10-291-31/+38
* | l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault2017-10-291-53/+101
* | l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2017-10-291-6/+17
|/
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-10-141-0/+3
* l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault2017-09-251-4/+4
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2017-09-031-12/+7
* net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault2017-04-081-1/+6
* l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault2017-04-081-2/+0
* l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault2017-04-041-1/+1
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-04-041-3/+7
* l2tp: fix duplicate session creationGuillaume Nault2017-04-011-31/+29
* l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2017-04-011-4/+11
* l2tp: purge socket queues in the .destruct() callbackGuillaume Nault2017-03-291-3/+4
* net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen2016-12-101-27/+27
* net: l2tp: fix negative assignment to unsigned intAsbjørn Sloth Tønnesen2016-11-091-3/+3
* 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
OpenPOWER on IntegriCloud