summaryrefslogtreecommitdiff
path: root/net/l2tp/l2tp_ppp.c
Commit message (Expand)AuthorAge
* l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2018-04-23
* l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault2018-04-22
* l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault2018-04-13
* l2tp: fix races in tunnel creationGuillaume Nault2018-04-11
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
|\
| * l2tp: fix race in pppol2tp_release with session object destroyJames Chapman2018-02-26
| * l2tp: don't use inet_shutdown on ppp session destroyJames Chapman2018-02-26
* | net: Convert /proc creating and destroying pernet_operationsKirill Tkhai2018-02-27
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
|/
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
* l2tp: remove the .tunnel_sock field from struct pppol2tp_sessionGuillaume Nault2017-11-11
* l2tp: avoid using ->tunnel_sock for getting session's parent tunnelGuillaume Nault2017-11-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-02
|\
| * l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault2017-10-31
* | l2tp: remove ->ref() and ->deref()Guillaume Nault2017-11-01
* | l2tp: initialise PPP sessions before registering themGuillaume Nault2017-10-29
* | l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault2017-10-29
* | l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2017-10-29
|/
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-10-14
* l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault2017-09-25
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2017-09-03
* net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_tReshetova, Elena2017-07-04
* l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault2017-04-08
* l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault2017-04-08
* l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault2017-04-04
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-04-04
* l2tp: fix duplicate session creationGuillaume Nault2017-04-01
* l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2017-04-01
* l2tp: purge socket queues in the .destruct() callbackGuillaume Nault2017-03-29
* net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen2016-12-10
* net: l2tp: fix negative assignment to unsigned intAsbjørn Sloth Tønnesen2016-11-09
* l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-30
|\
| * l2tp: Fix the connect status check in pppol2tp_getnameGao Feng2016-08-19
* | l2tp: Refactor the codes with existing macros instead of literal numberGao Feng2016-08-23
* | Revert "l2tp: Refactor the codes with existing macros instead of literal number"David S. Miller2016-08-21
* | l2tp: Refactor the codes with existing macros instead of literal numberGao Feng2016-08-21
|/
* l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com2016-07-26
* l2tp: rely on ppp layer for skb scrubbingGuillaume Nault2016-01-04
* pppox: use standard module auto-loading featureGuillaume Nault2015-12-03
* l2tp: auto load type modulesstephen hemminger2015-09-25
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* new helper: memcpy_from_msg()Al Viro2014-11-24
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-09-05
* net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2014-07-14
* l2tp: take PMTU from tunnel UDP socketDmitry Petukhov2014-04-09