index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
net-sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-04
net: no longer acquire RTNL in threaded_show()
Eric Dumazet
1
-4
/
+4
2024-04-15
net: constify net_class
Heiner Kallweit
1
-1
/
+1
2024-04-08
net: dqs: use sysfs_emit() in favor of sprintf()
Eric Dumazet
1
-3
/
+3
2024-03-08
net: dqs: add NIC stall detector based on BQL
Jakub Kicinski
1
-0
/
+62
2024-03-08
net: introduce include/net/rps.h
Eric Dumazet
1
-0
/
+1
2024-02-19
net: sysfs: Do not create sysfs for non BQL device
Breno Leitao
1
-11
/
+24
2024-02-14
net-sysfs: convert netstat_show() to RCU
Eric Dumazet
1
-3
/
+3
2024-02-14
net-sysfs: convert dev->operstate reads to lockless ones
Eric Dumazet
1
-3
/
+1
2024-02-14
net-sysfs: use dev_addr_sem to remove races in address_show()
Eric Dumazet
1
-3
/
+7
2024-02-14
net-sysfs: convert netdev_show() to RCU
Eric Dumazet
1
-7
/
+10
2024-02-14
net: annotate data-races around dev->name_assign_type
Eric Dumazet
1
-2
/
+2
2023-12-09
net: sysfs: fix locking in carrier read
Johannes Berg
1
-2
/
+7
2023-12-06
net: core: synchronize link-watch when carrier is queried
Johannes Berg
1
-1
/
+7
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
1
-0
/
+1
2023-02-20
net: make default_rps_mask a per netns attribute
Paolo Abeni
1
-7
/
+16
2023-02-15
net-sysfs: make kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
2023-02-10
net: introduce default_rps_mask netns attribute
Paolo Abeni
1
-0
/
+7
2023-02-10
net-sysctl: factor-out rpm mask manipulation helpers
Paolo Abeni
1
-30
/
+42
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+10
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-11-22
kobject: make kobject_get_ownership() take a constant kobject *
Greg Kroah-Hartman
1
-4
/
+4
2022-11-09
driver core: class: make namespace and get_ownership take const *
Greg Kroah-Hartman
1
-4
/
+4
2022-11-04
net: devlink: use devlink_port pointer instead of ndo_get_devlink_port
Jiri Pirko
1
-2
/
+2
2022-09-30
net-sysfs: Convert to use sysfs_emit() APIs
Wang Yufen
1
-29
/
+29
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-06-17
net: fix data-race in dev_isalive()
Eric Dumazet
1
-0
/
+1
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
1
-4
/
+4
2022-05-22
net: wrap the wireless pointers in struct net_device in an ifdef
Jakub Kicinski
1
-8
/
+13
2022-04-08
net: extract a few internals from netdevice.h
Jakub Kicinski
1
-0
/
+1
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2022-02-18
net-sysfs: add check for netdevice being present to speed_show
suresh kumar
1
-1
/
+1
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
1
-2
/
+2
2022-02-16
net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch
Frederic Weisbecker
1
-3
/
+3
2021-12-09
net-sysfs: warn if new queue objects are being created during device unregist...
Antoine Tenart
1
-0
/
+7
2021-12-09
net-sysfs: update the queue counts in the unregistration path
Antoine Tenart
1
-0
/
+3
2021-12-07
net: add net device refcount tracker to struct netdev_queue
Eric Dumazet
1
-2
/
+2
2021-12-07
net: add net device refcount tracker to struct netdev_rx_queue
Eric Dumazet
1
-2
/
+2
2021-11-23
net: remove .ndo_change_proto_down
Jakub Kicinski
1
-8
/
+0
2021-11-22
net-sysfs: Slightly optimize 'xps_queue_show()'
Christophe JAILLET
1
-1
/
+1
2021-11-17
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
1
-5
/
+1
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-10-25
net-sysfs: initialize uid and gid before calling net_ns_get_ownership
Xin Long
1
-2
/
+2
2021-10-08
net-sysfs: try not to restart the syscall if it will fail eventually
Antoine Tenart
1
-0
/
+55
2021-10-07
of: net: move of_net under net/
Jakub Kicinski
1
-1
/
+1
2021-03-22
net-sysfs: remove possible sleep from an RCU read-side critical section
Antoine Tenart
1
-1
/
+1
2021-03-19
net-sysfs: move the xps cpus/rxqs retrieval in a common function
Antoine Tenart
1
-77
/
+48
2021-03-19
net-sysfs: move the rtnl unlock up in the xps show helpers
Antoine Tenart
1
-14
/
+11
2021-03-19
net: move the xps maps to an array
Antoine Tenart
1
-3
/
+3
2021-03-19
net: remove the xps possible_mask
Antoine Tenart
1
-2
/
+2
2021-03-19
net: embed nr_ids in the xps maps
Antoine Tenart
1
-16
/
+22
[next]