index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
net-sysfs.c
Age
Commit message (
Expand
)
Author
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
2023-02-20
net: make default_rps_mask a per netns attribute
Paolo Abeni
2023-02-14
net-sysfs: make kobj_type structures constant
Thomas Weißschuh
2023-02-09
net: introduce default_rps_mask netns attribute
Paolo Abeni
2023-02-09
net-sysctl: factor-out rpm mask manipulation helpers
Paolo Abeni
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
2022-11-22
kobject: make kobject_get_ownership() take a constant kobject *
Greg Kroah-Hartman
2022-11-09
driver core: class: make namespace and get_ownership take const *
Greg Kroah-Hartman
2022-11-03
net: devlink: use devlink_port pointer instead of ndo_get_devlink_port
Jiri Pirko
2022-09-30
net-sysfs: Convert to use sysfs_emit() APIs
Wang Yufen
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-17
net: fix data-race in dev_isalive()
Eric Dumazet
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
2022-05-22
net: wrap the wireless pointers in struct net_device in an ifdef
Jakub Kicinski
2022-04-07
net: extract a few internals from netdevice.h
Jakub Kicinski
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
2022-02-18
net-sysfs: add check for netdevice being present to speed_show
suresh kumar
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
2022-02-16
net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch
Frederic Weisbecker
2021-12-08
net-sysfs: warn if new queue objects are being created during device unregist...
Antoine Tenart
2021-12-08
net-sysfs: update the queue counts in the unregistration path
Antoine Tenart
2021-12-06
net: add net device refcount tracker to struct netdev_queue
Eric Dumazet
2021-12-06
net: add net device refcount tracker to struct netdev_rx_queue
Eric Dumazet
2021-11-23
net: remove .ndo_change_proto_down
Jakub Kicinski
2021-11-22
net-sysfs: Slightly optimize 'xps_queue_show()'
Christophe JAILLET
2021-11-17
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-25
net-sysfs: initialize uid and gid before calling net_ns_get_ownership
Xin Long
2021-10-08
net-sysfs: try not to restart the syscall if it will fail eventually
Antoine Tenart
2021-10-07
of: net: move of_net under net/
Jakub Kicinski
2021-03-22
net-sysfs: remove possible sleep from an RCU read-side critical section
Antoine Tenart
2021-03-18
net-sysfs: move the xps cpus/rxqs retrieval in a common function
Antoine Tenart
2021-03-18
net-sysfs: move the rtnl unlock up in the xps show helpers
Antoine Tenart
2021-03-18
net: move the xps maps to an array
Antoine Tenart
2021-03-18
net: remove the xps possible_mask
Antoine Tenart
2021-03-18
net: embed nr_ids in the xps maps
Antoine Tenart
2021-03-18
net: embed num_tc in the xps maps
Antoine Tenart
2021-03-18
net-sysfs: make xps_cpus_show and xps_rxqs_show consistent
Antoine Tenart
2021-03-18
net-sysfs: store the return of get_netdev_queue_index in an unsigned int
Antoine Tenart
2021-03-18
net-sysfs: convert xps_cpus_show to bitmap_zalloc
Antoine Tenart
2021-02-09
net: add sysfs attribute to control napi threaded mode
Wei Wang
2021-02-08
net-sysfs: Add rtnl locking for getting Tx queue traffic class
Alexander Duyck
2020-12-28
net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc
Antoine Tenart
2020-12-28
net-sysfs: take the rtnl lock when storing xps_rxqs
Antoine Tenart
2020-12-28
net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
Antoine Tenart
2020-12-28
net-sysfs: take the rtnl lock when storing xps_cpus
Antoine Tenart
2020-12-14
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2020-10-01
net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c
Ye Bin
2020-08-19
net: Use generic ns_common::count
Christian Brauner
[next]