index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
net-procfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
1
-1
/
+2
2024-03-08
net: move ptype_all into net_hotdata
Eric Dumazet
1
-3
/
+4
2024-02-09
net-procfs: use xarray iterator to implement /proc/net/dev
Eric Dumazet
1
-41
/
+7
2023-03-22
net-sysfs: display two backlog queue len separately
Jason Xing
1
-5
/
+13
2022-04-08
net: extract a few internals from netdevice.h
Jakub Kicinski
1
-0
/
+2
2022-01-24
net-procfs: show net devices bound packet types
Jianguo Wu
1
-3
/
+32
2022-01-20
net: fix information leakage in /proc/net/ptype
Congyu Liu
1
-1
/
+2
2021-10-14
Revert "net: procfs: add seq_puts() statement for dev_mcast"
Vladimir Oltean
1
-13
/
+11
2021-08-18
net: procfs: add seq_puts() statement for dev_mcast
Yajun Deng
1
-11
/
+13
2021-03-22
net: move the ptype_all and ptype_base declarations to include/linux/netdevice.h
Vladimir Oltean
1
-3
/
+0
2020-09-21
net-sysfs: add backlog len and CPU id to softnet data
Paolo Abeni
1
-2
/
+13
2019-10-02
net: procfs: use index hashlist instead of name hashlist
Jiri Pirko
1
-2
/
+2
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
1
-1
/
+1
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
1
-43
/
+6
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-14
/
+2
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-2
/
+0
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
1
-3
/
+3
2018-02-13
net: Convert pernet_subsys ops, registered via net_dev_init()
Kirill Tkhai
1
-0
/
+2
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-4
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-05
net-procfs: Use vsnprintf extension %phN
Joe Perches
1
-9
/
+4
2016-04-26
net: remove NETDEV_TX_LOCKED support
Florian Westphal
1
-1
/
+2
2013-05-21
rps: selective flow shedding during softnet overflow
Willem de Bruijn
1
-2
/
+14
2013-03-25
net: Print functions in /proc/net/ptype without the offset.
David S. Miller
1
-1
/
+1
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-2
/
+1
2013-02-19
net: fix a build failure when !CONFIG_PROC_FS
Cong Wang
1
-7
/
+5
2013-02-19
net: move procfs code to net/core/net-procfs.c
Cong Wang
1
-0
/
+414