summaryrefslogtreecommitdiffstats
path: root/net/core/net-procfs.c
AgeCommit message (Expand)AuthorLines
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet-1/+2
2025-04-08net: add data-race annotations in softnet_seq_show()Eric Dumazet-3/+3
2025-04-08net: rps: annotate data-races around (struct sd_flow_limit)->countEric Dumazet-1/+2
2025-03-24net: introduce per netns packet chainsPaolo Abeni-7/+21
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet-1/+2
2024-03-07net: move ptype_all into net_hotdataEric Dumazet-3/+4
2024-02-08net-procfs: use xarray iterator to implement /proc/net/devEric Dumazet-41/+7
2023-03-22net-sysfs: display two backlog queue len separatelyJason Xing-5/+13
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski-0/+2
2022-01-24net-procfs: show net devices bound packet typesJianguo Wu-3/+32
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu-1/+2
2021-10-13Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean-13/+11
2021-08-18net: procfs: add seq_puts() statement for dev_mcastYajun Deng-11/+13
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean-3/+0
2020-09-21net-sysfs: add backlog len and CPU id to softnet dataPaolo Abeni-2/+13
2019-10-01net: procfs: use index hashlist instead of name hashlistJiri Pirko-2/+2
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-43/+6
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig-14/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-2/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches-3/+3
2018-02-13net: Convert pernet_subsys ops, registered via net_dev_init()Kirill Tkhai-0/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-04net-procfs: Use vsnprintf extension %phNJoe Perches-9/+4
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal-1/+2
2013-05-20rps: selective flow shedding during softnet overflowWillem de Bruijn-2/+14
2013-03-25net: Print functions in /proc/net/ptype without the offset.David S. Miller-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-2/+1
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang-7/+5
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang-0/+414