index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
net-sysfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net-sysfs: add check for netdevice being present to speed_show
suresh kumar
2022-02-18
1
-1
/
+1
*
net-sysfs: warn if new queue objects are being created during device unregist...
Antoine Tenart
2021-12-08
1
-0
/
+7
*
net-sysfs: update the queue counts in the unregistration path
Antoine Tenart
2021-12-08
1
-0
/
+3
*
net: add net device refcount tracker to struct netdev_queue
Eric Dumazet
2021-12-06
1
-2
/
+2
*
net: add net device refcount tracker to struct netdev_rx_queue
Eric Dumazet
2021-12-06
1
-2
/
+2
*
net: remove .ndo_change_proto_down
Jakub Kicinski
2021-11-23
1
-8
/
+0
*
net-sysfs: Slightly optimize 'xps_queue_show()'
Christophe JAILLET
2021-11-22
1
-1
/
+1
*
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
2021-11-17
1
-5
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
1
-2
/
+2
|
\
|
*
net-sysfs: initialize uid and gid before calling net_ns_get_ownership
Xin Long
2021-10-25
1
-2
/
+2
*
|
net-sysfs: try not to restart the syscall if it will fail eventually
Antoine Tenart
2021-10-08
1
-0
/
+55
*
|
of: net: move of_net under net/
Jakub Kicinski
2021-10-07
1
-1
/
+1
|
/
*
net-sysfs: remove possible sleep from an RCU read-side critical section
Antoine Tenart
2021-03-22
1
-1
/
+1
*
net-sysfs: move the xps cpus/rxqs retrieval in a common function
Antoine Tenart
2021-03-18
1
-77
/
+48
*
net-sysfs: move the rtnl unlock up in the xps show helpers
Antoine Tenart
2021-03-18
1
-14
/
+11
*
net: move the xps maps to an array
Antoine Tenart
2021-03-18
1
-3
/
+3
*
net: remove the xps possible_mask
Antoine Tenart
2021-03-18
1
-2
/
+2
*
net: embed nr_ids in the xps maps
Antoine Tenart
2021-03-18
1
-16
/
+22
*
net: embed num_tc in the xps maps
Antoine Tenart
2021-03-18
1
-28
/
+17
*
net-sysfs: make xps_cpus_show and xps_rxqs_show consistent
Antoine Tenart
2021-03-18
1
-15
/
+18
*
net-sysfs: store the return of get_netdev_queue_index in an unsigned int
Antoine Tenart
2021-03-18
1
-4
/
+7
*
net-sysfs: convert xps_cpus_show to bitmap_zalloc
Antoine Tenart
2021-03-18
1
-6
/
+6
*
net: add sysfs attribute to control napi threaded mode
Wei Wang
2021-02-09
1
-0
/
+40
*
net-sysfs: Add rtnl locking for getting Tx queue traffic class
Alexander Duyck
2021-02-08
1
-3
/
+10
*
net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc
Antoine Tenart
2020-12-28
1
-5
/
+18
*
net-sysfs: take the rtnl lock when storing xps_rxqs
Antoine Tenart
2020-12-28
1
-0
/
+7
*
net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
Antoine Tenart
2020-12-28
1
-7
/
+22
*
net-sysfs: take the rtnl lock when storing xps_cpus
Antoine Tenart
2020-12-28
1
-0
/
+6
*
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2020-12-14
1
-3
/
+3
|
\
|
*
net: Use generic ns_common::count
Christian Brauner
2020-08-19
1
-3
/
+3
*
|
net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c
Ye Bin
2020-10-01
1
-2
/
+2
|
/
*
net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpus
Eric Dumazet
2020-08-12
1
-5
/
+7
*
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-03
1
-1
/
+9
|
\
|
*
net: Restrict receive packets queuing to housekeeping CPUs
Alex Belits
2020-07-08
1
-1
/
+9
*
|
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
Xiongfeng Wang
2020-07-21
1
-1
/
+1
|
/
*
net: core: recursively find netdev by device node
Tobias Waldekranz
2020-05-15
1
-5
/
+5
*
net: napi: use READ_ONCE()/WRITE_ONCE()
Eric Dumazet
2020-04-23
1
-2
/
+2
*
net: napi: add hard irqs deferral feature
Eric Dumazet
2020-04-23
1
-0
/
+18
*
net: Add testing sysfs attribute
Andrew Lunn
2020-04-20
1
-1
/
+14
*
net-sysfs: remove redundant assignment to variable ret
Colin Ian King
2020-04-09
1
-1
/
+1
*
net-sysfs: add queue_change_owner()
Christian Brauner
2020-02-26
1
-0
/
+106
*
net-sysfs: add netdev_change_owner()
Christian Brauner
2020-02-26
1
-0
/
+27
*
net-sysfs: Call dev_hold always in rx_queue_add_kobject
Jouni Hogander
2019-12-17
1
-2
/
+5
*
net-sysfs: Call dev_hold always in netdev_queue_add_kobject
Jouni Hogander
2019-12-06
1
-2
/
+5
*
net-sysfs: fix netdev_queue_add_kobject() breakage
Eric Dumazet
2019-11-20
1
-0
/
+1
*
net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject
Jouni Hogander
2019-11-20
1
-11
/
+13
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-07
1
-2
/
+2
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-17
1
-9
/
+5
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-27
1
-7
/
+13
|
|
\
\
[next]