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