aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-03l2tp: ignore L2TP_ATTR_MTUGuillaume Nault1-2/+1
2018-07-27l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault1-2/+2
2018-07-27l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault1-3/+1
2018-06-26l2tp: remove .show from struct l2tp_tunnelGuillaume Nault1-3/+0
2018-04-27l2tp: consistent reference counting in procfs and debufsGuillaume Nault1-7/+13
2018-04-22l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault1-1/+4
2018-04-13l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault1-2/+13
2018-01-19l2tp: remove l2specific_len configurable parameterLorenzo Bianconi1-1/+1
2018-01-05l2tp: remove configurable payload offsetJames Chapman1-2/+2
2018-01-05l2tp: revert "l2tp: add peer_offset parameter"James Chapman1-5/+3
2017-12-27l2tp: add peer_offset parameterLorenzo Bianconi1-3/+5
2017-11-01l2tp: remove ->ref() and ->deref()Guillaume Nault1-3/+1
2017-07-04net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-2/+1
2017-04-04l2tp: take reference on sessions being dumpedGuillaume Nault1-3/+7
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-2/+3
2013-03-20l2tp: avoid deadlock in l2tp stats updateTom Parkin1-14/+14
2012-05-17net: l2tp: Standardize logging stylesJoe Perches1-2/+4
2012-05-01l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston1-0/+8
2011-06-05fix return values of l2tp_dfs_seq_open()Al Viro1-1/+1
2010-11-01l2tp: kzalloc with swapped params in l2tp_dfs_seq_openDr. David Alan Gilbert1-1/+1
2010-04-15net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4Joe Perches1-2/+2
2010-04-03l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman1-0/+341