aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-08l2tp: l2tp_debugfs: fix Clang -Wformat warningsJustin Stitt1-3/+3
2021-12-10l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet1-4/+5
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin1-8/+5
2020-08-22l2tp: remove tunnel and session debug flags fieldTom Parkin1-2/+2
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin1-1/+4
2020-07-23l2tp: check socket address type in l2tp_dfs_seq_tunnel_showTom Parkin1-3/+5
2020-07-23l2tp: cleanup comparisons to NULLTom Parkin1-6/+6
2020-07-22l2tp: prefer seq_puts for unformatted outputTom Parkin1-2/+2
2020-07-22l2tp: cleanup wonky alignment of line-broken function callsTom Parkin1-1/+1
2020-07-22l2tp: cleanup commentsTom Parkin1-2/+1
2020-07-22l2tp: cleanup whitespace useTom Parkin1-2/+0
2019-06-14l2tp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
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