- 5f1c802 net-sysfs: warn if new queue objects are being created during device unregistration by Antoine Tenart · 3 years, 1 month ago
- d7dac083 net-sysfs: update the queue counts in the unregistration path by Antoine Tenart · 3 years, 1 month ago
- 0b688f2 net: add net device refcount tracker to struct netdev_queue by Eric Dumazet · 3 years, 1 month ago
- 80e8921 net: add net device refcount tracker to struct netdev_rx_queue by Eric Dumazet · 3 years, 1 month ago
- 2106efd net: remove .ndo_change_proto_down by Jakub Kicinski · 3 years, 2 months ago
- 08a7abf net-sysfs: Slightly optimize 'xps_queue_show()' by Christophe JAILLET · 3 years, 2 months ago
- 8160fb4 net: use an atomic_long_t for queue->trans_timeout by Eric Dumazet · 3 years, 2 months ago
- 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
- f7a1e76 net-sysfs: initialize uid and gid before calling net_ns_get_ownership by Xin Long · 3 years, 3 months ago
- 146e5e7 net-sysfs: try not to restart the syscall if it will fail eventually by Antoine Tenart · 3 years, 3 months ago
- e330fb1 of: net: move of_net under net/ by Jakub Kicinski · 3 years, 3 months ago
- 7f08ec6 net-sysfs: remove possible sleep from an RCU read-side critical section by Antoine Tenart · 3 years, 10 months ago
- 2db6cda net-sysfs: move the xps cpus/rxqs retrieval in a common function by Antoine Tenart · 3 years, 10 months ago
- d7be87a net-sysfs: move the rtnl unlock up in the xps show helpers by Antoine Tenart · 3 years, 10 months ago
- 044ab86 net: move the xps maps to an array by Antoine Tenart · 3 years, 10 months ago
- 6f36158 net: remove the xps possible_mask by Antoine Tenart · 3 years, 10 months ago
- 5478fcd net: embed nr_ids in the xps maps by Antoine Tenart · 3 years, 10 months ago
- 255c04a net: embed num_tc in the xps maps by Antoine Tenart · 3 years, 10 months ago
- 73f5e52 net-sysfs: make xps_cpus_show and xps_rxqs_show consistent by Antoine Tenart · 3 years, 10 months ago
- d9a063d2 net-sysfs: store the return of get_netdev_queue_index in an unsigned int by Antoine Tenart · 3 years, 10 months ago
- ea4fe7e net-sysfs: convert xps_cpus_show to bitmap_zalloc by Antoine Tenart · 3 years, 10 months ago
- 5fdd2f0 net: add sysfs attribute to control napi threaded mode by Wei Wang · 4 years ago
- b2f1756 net-sysfs: Add rtnl locking for getting Tx queue traffic class by Alexander Duyck · 4 years ago
- 4ae2bb8 net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc by Antoine Tenart · 4 years, 1 month ago
- 2d57b4f net-sysfs: take the rtnl lock when storing xps_rxqs by Antoine Tenart · 4 years, 1 month ago
- fb25038 net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc by Antoine Tenart · 4 years, 1 month ago
- 1ad58225 net-sysfs: take the rtnl lock when storing xps_cpus by Antoine Tenart · 4 years, 1 month ago
- f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
- 000fe26 net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c by Ye Bin · 4 years, 4 months ago
- 8b8f3e6 net: Use generic ns_common::count by Christian Brauner · 4 years, 5 months ago
- 2e0d8fe net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpus by Eric Dumazet · 4 years, 5 months ago
- e4cbce4 Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 9bb5fbe net-sysfs: add a newline when printing 'tx_timeout' by sysfs by Xiongfeng Wang · 4 years, 6 months ago
- 07bbecb net: Restrict receive packets queuing to housekeeping CPUs by Alex Belits · 4 years, 7 months ago
- 2e186a2 net: core: recursively find netdev by device node by Tobias Waldekranz · 4 years, 8 months ago
- 7e417a6 net: napi: use READ_ONCE()/WRITE_ONCE() by Eric Dumazet · 4 years, 9 months ago
- 6f8b12d net: napi: add hard irqs deferral feature by Eric Dumazet · 4 years, 9 months ago
- db30a57 net: Add testing sysfs attribute by Andrew Lunn · 4 years, 9 months ago
- 5f0224a net-sysfs: remove redundant assignment to variable ret by Colin Ian King · 4 years, 9 months ago
- d755407 net-sysfs: add queue_change_owner() by Christian Brauner · 4 years, 11 months ago
- e6dee9f net-sysfs: add netdev_change_owner() by Christian Brauner · 4 years, 11 months ago
- ddd9b5e net-sysfs: Call dev_hold always in rx_queue_add_kobject by Jouni Hogander · 5 years ago
- e0b60903 net-sysfs: Call dev_hold always in netdev_queue_add_kobject by Jouni Hogander · 5 years ago
- 48a322b net-sysfs: fix netdev_queue_add_kobject() breakage by Eric Dumazet · 5 years ago
- b8eb718 net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject by Jouni Hogander · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- cf482a4 Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- be0d692 net-sysfs: Replace ktype default_attrs field with groups by Kimberly Brown · 6 years ago
- 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 8ed633b Revert "net-sysfs: Fix memory leak in netdev_register_kobject" by Wang Hai · 6 years ago
- 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- dc05360 net: convert rps_needed and rfs_needed to new static branch api by Eric Dumazet · 6 years ago
- 6b70fc9 net-sysfs: Fix memory leak in netdev_register_kobject by Wang Hai · 6 years ago
- a3e23f7 net-sysfs: call dev_hold if kobject_init_and_add success by YueHaibing · 6 years ago
- 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 29ca1c5 net-sysfs: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
- 895a5e9 net-sysfs: Fix mem leak in netdev_register_kobject by YueHaibing · 6 years ago
- bccb302 net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID by Florian Fainelli · 6 years ago
- d6abc596 net: Introduce ndo_get_port_parent_id() by Florian Fainelli · 6 years ago
- 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
- 4d99f66 net: allow to call netif_reset_xps_queues() under cpus_read_lock by Andrei Vagin · 6 years ago
- fbdeaed net: create reusable function for getting ownership info of sysfs inodes by Tyler Hicks · 6 years ago
- b0e37c0 net-sysfs: make sure objects belong to container's owner by Dmitry Torokhov · 6 years ago
- 3033fce net-sysfs: require net admin in the init ns for setting tx_maxrate by Tyler Hicks · 6 years ago
- ffcfe25 net: Add support for subordinate device traffic classes by Alexander Duyck · 7 years ago
- d7be977 net-sysfs: Drop support for XPS and traffic_class on single queue device by Alexander Duyck · 7 years ago
- 8af2c06 net-sysfs: Add interface for Rx queue(s) map per Tx queue by Amritha Nambiar · 7 years ago
- 80d1966 net: Refactor XPS for CPUs and Rx queues by Amritha Nambiar · 7 years ago
- 664088f net-sysfs: Fix memory leak in XPS configuration by Alexander Duyck · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 6a643dd net: introduce helper dev_change_tx_queue_len() by Cong Wang · 7 years ago
- b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
- 273c28b net: Convert atomic_t net::count to refcount_t by Kirill Tkhai · 7 years ago
- c92eb77 net-sysfs: trigger netlink notification on ifalias change via sysfs by Roopa Prabhu · 7 years ago
- 6c55700 net: core: decouple ifalias get/set from rtnl lock by Florian Westphal · 7 years ago
- 6648c65 net: style cleanups by stephen hemminger · 7 years ago
- 667e427 net: mark receive queue attributes ro_after_init by stephen hemminger · 7 years ago
- 2b9c758 net: make queue attributes ro_after_init by stephen hemminger · 7 years ago
- 170c658 net: make BQL sysfs attributes ro_after_init by stephen hemminger · 7 years ago
- 718ad68 net: drop unused attribute argument from sysfs queue funcs by stephen hemminger · 7 years ago
- ec6cc59 net: make net sysfs attributes ro_after_init by stephen hemminger · 7 years ago
- 737aec5 net: constify net_ns_type_operations by stephen hemminger · 7 years ago
- e6d473e net: make net_class ro_after_init by stephen hemminger · 7 years ago
- b793dc5 net: constify netdev_class_file by stephen hemminger · 7 years ago
- d0d6683 net: don't decrement kobj reference count on init failure by stephen hemminger · 7 years ago
- c122e14 net: convert net.passive from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- 38ef00c net: constify attribute_group structures. by Arvind Yadav · 8 years ago
- 0cd2950 net: make struct net_device::tx_queue_len unsigned int by Alexey Dobriyan · 8 years ago
- 91864f5 net: use net->count to check whether a netns is alive or not by Andrey Vagin · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 184c449 net: Add support for XPS with QoS via traffic classes by Alexander Duyck · 8 years ago
- 8d059b0 net: Add sysfs value to determine queue traffic class by Alexander Duyck · 8 years ago
- 002d8a1 net: skip genenerating uevents for network namespaces that are exiting by Andrey Vagin · 8 years ago
- 08294a2 net: introduce NETDEV_CHANGE_TX_QUEUE_LEN by Jason Wang · 9 years ago
- 88832a2 net-sysfs: fix missing <linux/of_net.h> by Ben Dooks · 9 years ago
- 7cad1ba net: core: use __ethtool_get_ksettings by David Decotigny · 9 years ago
- fbbef86 net-sysfs: remove unused fmt_long_hex by Colin Ian King · 9 years ago
- 6e7333d net: add rx_nohandler stat counter by Jarod Wilson · 9 years ago
- 5c29482 net-sysfs: use to_net_dev in net_namespace() by Geliang Tang · 9 years ago