summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_debugfs.c
AgeCommit message (Expand)AuthorLines
2019-06-14l2tp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-18/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-08-03l2tp: ignore L2TP_ATTR_MTUGuillaume Nault-2/+1
2018-07-27l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault-2/+2
2018-07-27l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault-3/+1
2018-06-26l2tp: remove .show from struct l2tp_tunnelGuillaume Nault-3/+0
2018-04-27l2tp: consistent reference counting in procfs and debufsGuillaume Nault-7/+13
2018-04-22l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault-1/+4
2018-04-13l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault-2/+13
2018-01-19l2tp: remove l2specific_len configurable parameterLorenzo Bianconi-1/+1
2018-01-05l2tp: remove configurable payload offsetJames Chapman-2/+2
2018-01-05l2tp: revert "l2tp: add peer_offset parameter"James Chapman-5/+3
2017-12-27l2tp: add peer_offset parameterLorenzo Bianconi-3/+5
2017-11-01l2tp: remove ->ref() and ->deref()Guillaume Nault-3/+1
2017-07-04net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_tReshetova, Elena-2/+2
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-2/+1
2017-04-04l2tp: take reference on sessions being dumpedGuillaume Nault-3/+7
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet-2/+3
2013-03-20l2tp: avoid deadlock in l2tp stats updateTom Parkin-14/+14
2012-05-17net: l2tp: Standardize logging stylesJoe Perches-2/+4
2012-05-01l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston-0/+8
2011-06-05fix return values of l2tp_dfs_seq_open()Al Viro-1/+1
2010-11-01l2tp: kzalloc with swapped params in l2tp_dfs_seq_openDr. David Alan Gilbert-1/+1
2010-04-15net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4Joe Perches-2/+2
2010-04-03l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman-0/+341