summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* l2tp: ignore L2TP_ATTR_MTUGuillaume Nault2018-08-031-2/+1
* l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault2018-07-271-2/+2
* l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault2018-07-271-3/+1
* l2tp: remove .show from struct l2tp_tunnelGuillaume Nault2018-06-261-3/+0
* l2tp: consistent reference counting in procfs and debufsGuillaume Nault2018-04-271-7/+13
* 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 l2tp/tunnels debugfs fileGuillaume Nault2018-04-131-2/+13
* l2tp: remove l2specific_len configurable parameterLorenzo Bianconi2018-01-191-1/+1
* l2tp: remove configurable payload offsetJames Chapman2018-01-051-2/+2
* l2tp: revert "l2tp: add peer_offset parameter"James Chapman2018-01-051-5/+3
* l2tp: add peer_offset parameterLorenzo Bianconi2017-12-271-3/+5
* l2tp: remove ->ref() and ->deref()Guillaume Nault2017-11-011-3/+1
* net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+1
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-04-041-3/+7
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-2/+3
* l2tp: avoid deadlock in l2tp stats updateTom Parkin2013-03-201-14/+14
* net: l2tp: Standardize logging stylesJoe Perches2012-05-171-2/+4
* l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston2012-05-011-0/+8
* fix return values of l2tp_dfs_seq_open()Al Viro2011-06-051-1/+1
* l2tp: kzalloc with swapped params in l2tp_dfs_seq_openDr. David Alan Gilbert2010-11-011-1/+1
* net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4Joe Perches2010-04-151-2/+2
* l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman2010-04-031-0/+341