aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAge
...
* | l2tp: avoid duplicate l2tp_pernet() callsGuillaume Nault2018-06-26
* | l2tp: don't export l2tp_tunnel_closeall()Guillaume Nault2018-06-26
* | l2tp: don't export l2tp_session_queue_purge()Guillaume Nault2018-06-26
* | l2tp: remove l2tp_tunnel_priv()Guillaume Nault2018-06-26
* | l2tp: remove .show from struct l2tp_tunnelGuillaume Nault2018-06-26
* | l2tp: remove pppol2tp_session_close()Guillaume Nault2018-06-26
|/
* l2tp: filter out non-PPP sessions in pppol2tp_tunnel_ioctl()Guillaume Nault2018-06-15
* l2tp: reject creation of non-PPP sessions on L2TPv2 tunnelsGuillaume Nault2018-06-15
* l2tp: clean up stale tunnel or session in pppol2tp_connect's error pathGuillaume Nault2018-06-14
* l2tp: prevent pppol2tp_connect() from creating kernel socketsGuillaume Nault2018-06-14
* l2tp: only accept PPP sessions in pppol2tp_connect()Guillaume Nault2018-06-14
* l2tp: fix pseudo-wire type for sessions created by pppol2tp_connect()Guillaume Nault2018-06-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06
|\
| * l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault2018-06-05
| * l2tp: consistent reference counting in procfs and debufsGuillaume Nault2018-04-27
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\ \
| * | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-26
| |/
* / proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-16
|/
* 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 l2tp/tunnels debugfs fileGuillaume Nault2018-04-13
* l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault2018-04-13
* l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault2018-04-13
* l2tp: fix race in duplicate tunnel detectionGuillaume Nault2018-04-11
* 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-23
|\
| * l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni2018-03-12
| * l2tp: do not accept arbitrary socketsEric Dumazet2018-03-07
* | net: Convert l2tp_net_opsKirill Tkhai2018-03-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
|\|
| * l2tp: fix tunnel lookup use-after-free raceJames Chapman2018-02-26
| * l2tp: fix race in pppol2tp_release with session object destroyJames Chapman2018-02-26
| * l2tp: fix races with tunnel socket closeJames Chapman2018-02-26
| * l2tp: don't use inet_shutdown on ppp session destroyJames Chapman2018-02-26
| * l2tp: don't use inet_shutdown on tunnel 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
|/
* l2tp: remove switch block in l2tp_nl_cmd_session_create()Lorenzo Bianconi2018-01-19
* l2tp: remove l2specific_len configurable parameterLorenzo Bianconi2018-01-19
* l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2018-01-19
* l2tp: double-check l2specific_type provided by userspaceLorenzo Bianconi2018-01-19
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
* l2tp: adjust comments about L2TPv3 offsetsGuillaume Nault2018-01-08
* l2tp: remove configurable payload offsetJames Chapman2018-01-05
* l2tp: revert "l2tp: fix missing print session offset info"James Chapman2018-01-05
* l2tp: revert "l2tp: add peer_offset parameter"James Chapman2018-01-05
* l2tp: add peer_offset parameterLorenzo Bianconi2017-12-27
* l2tp: fix missing print session offset infoHangbin Liu2017-12-27