1. 5fdd2f0 net: add sysfs attribute to control napi threaded mode by Wei Wang · 4 years ago
  2. b2f1756 net-sysfs: Add rtnl locking for getting Tx queue traffic class by Alexander Duyck · 4 years ago
  3. 4ae2bb8 net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc by Antoine Tenart · 4 years, 1 month ago
  4. 2d57b4f net-sysfs: take the rtnl lock when storing xps_rxqs by Antoine Tenart · 4 years, 1 month ago
  5. fb25038 net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc by Antoine Tenart · 4 years, 1 month ago
  6. 1ad58225 net-sysfs: take the rtnl lock when storing xps_cpus by Antoine Tenart · 4 years, 1 month ago
  7. 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
  8. 000fe26 net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c by Ye Bin · 4 years, 4 months ago
  9. 8b8f3e6 net: Use generic ns_common::count by Christian Brauner · 4 years, 5 months ago
  10. 2e0d8fe net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpus by Eric Dumazet · 4 years, 5 months ago
  11. 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, 6 months ago
  12. 9bb5fbe net-sysfs: add a newline when printing 'tx_timeout' by sysfs by Xiongfeng Wang · 4 years, 6 months ago
  13. 07bbecb net: Restrict receive packets queuing to housekeeping CPUs by Alex Belits · 4 years, 7 months ago
  14. 2e186a2 net: core: recursively find netdev by device node by Tobias Waldekranz · 4 years, 8 months ago
  15. 7e417a6 net: napi: use READ_ONCE()/WRITE_ONCE() by Eric Dumazet · 4 years, 9 months ago
  16. 6f8b12d net: napi: add hard irqs deferral feature by Eric Dumazet · 4 years, 9 months ago
  17. db30a57 net: Add testing sysfs attribute by Andrew Lunn · 4 years, 9 months ago
  18. 5f0224a net-sysfs: remove redundant assignment to variable ret by Colin Ian King · 4 years, 9 months ago
  19. d755407 net-sysfs: add queue_change_owner() by Christian Brauner · 5 years ago
  20. e6dee9f net-sysfs: add netdev_change_owner() by Christian Brauner · 5 years ago
  21. ddd9b5e net-sysfs: Call dev_hold always in rx_queue_add_kobject by Jouni Hogander · 5 years ago
  22. e0b60903 net-sysfs: Call dev_hold always in netdev_queue_add_kobject by Jouni Hogander · 5 years ago
  23. 48a322b net-sysfs: fix netdev_queue_add_kobject() breakage by Eric Dumazet · 5 years ago
  24. b8eb718 net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject by Jouni Hogander · 5 years ago
  25. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  26. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  27. 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
  28. be0d692 net-sysfs: Replace ktype default_attrs field with groups by Kimberly Brown · 6 years ago
  29. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  30. 8ed633b Revert "net-sysfs: Fix memory leak in netdev_register_kobject" by Wang Hai · 6 years ago
  31. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. dc05360 net: convert rps_needed and rfs_needed to new static branch api by Eric Dumazet · 6 years ago
  33. 6b70fc9 net-sysfs: Fix memory leak in netdev_register_kobject by Wang Hai · 6 years ago
  34. a3e23f7 net-sysfs: call dev_hold if kobject_init_and_add success by YueHaibing · 6 years ago
  35. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  36. 29ca1c5 net-sysfs: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  37. 895a5e9 net-sysfs: Fix mem leak in netdev_register_kobject by YueHaibing · 6 years ago
  38. bccb302 net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID by Florian Fainelli · 6 years ago
  39. d6abc596 net: Introduce ndo_get_port_parent_id() by Florian Fainelli · 6 years ago
  40. 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
  41. 4d99f66 net: allow to call netif_reset_xps_queues() under cpus_read_lock by Andrei Vagin · 6 years ago
  42. fbdeaed net: create reusable function for getting ownership info of sysfs inodes by Tyler Hicks · 6 years ago
  43. b0e37c0 net-sysfs: make sure objects belong to container's owner by Dmitry Torokhov · 6 years ago
  44. 3033fce net-sysfs: require net admin in the init ns for setting tx_maxrate by Tyler Hicks · 6 years ago
  45. ffcfe25 net: Add support for subordinate device traffic classes by Alexander Duyck · 7 years ago
  46. d7be977 net-sysfs: Drop support for XPS and traffic_class on single queue device by Alexander Duyck · 7 years ago
  47. 8af2c06 net-sysfs: Add interface for Rx queue(s) map per Tx queue by Amritha Nambiar · 7 years ago
  48. 80d1966 net: Refactor XPS for CPUs and Rx queues by Amritha Nambiar · 7 years ago
  49. 664088f net-sysfs: Fix memory leak in XPS configuration by Alexander Duyck · 7 years ago
  50. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  51. 6a643dd net: introduce helper dev_change_tx_queue_len() by Cong Wang · 7 years ago
  52. b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
  53. 273c28b net: Convert atomic_t net::count to refcount_t by Kirill Tkhai · 7 years ago
  54. c92eb77 net-sysfs: trigger netlink notification on ifalias change via sysfs by Roopa Prabhu · 7 years ago
  55. 6c55700 net: core: decouple ifalias get/set from rtnl lock by Florian Westphal · 7 years ago
  56. 6648c65 net: style cleanups by stephen hemminger · 7 years ago
  57. 667e427 net: mark receive queue attributes ro_after_init by stephen hemminger · 7 years ago
  58. 2b9c758 net: make queue attributes ro_after_init by stephen hemminger · 7 years ago
  59. 170c658 net: make BQL sysfs attributes ro_after_init by stephen hemminger · 7 years ago
  60. 718ad68 net: drop unused attribute argument from sysfs queue funcs by stephen hemminger · 7 years ago
  61. ec6cc59 net: make net sysfs attributes ro_after_init by stephen hemminger · 7 years ago
  62. 737aec5 net: constify net_ns_type_operations by stephen hemminger · 7 years ago
  63. e6d473e net: make net_class ro_after_init by stephen hemminger · 7 years ago
  64. b793dc5 net: constify netdev_class_file by stephen hemminger · 7 years ago
  65. d0d6683 net: don't decrement kobj reference count on init failure by stephen hemminger · 7 years ago
  66. c122e14 net: convert net.passive from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  67. 38ef00c net: constify attribute_group structures. by Arvind Yadav · 8 years ago
  68. 0cd2950 net: make struct net_device::tx_queue_len unsigned int by Alexey Dobriyan · 8 years ago
  69. 91864f5 net: use net->count to check whether a netns is alive or not by Andrey Vagin · 8 years ago
  70. 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
  71. 184c449 net: Add support for XPS with QoS via traffic classes by Alexander Duyck · 8 years ago
  72. 8d059b0 net: Add sysfs value to determine queue traffic class by Alexander Duyck · 8 years ago
  73. 002d8a1 net: skip genenerating uevents for network namespaces that are exiting by Andrey Vagin · 8 years ago
  74. 08294a2 net: introduce NETDEV_CHANGE_TX_QUEUE_LEN by Jason Wang · 9 years ago
  75. 88832a2 net-sysfs: fix missing <linux/of_net.h> by Ben Dooks · 9 years ago
  76. 7cad1ba net: core: use __ethtool_get_ksettings by David Decotigny · 9 years ago
  77. fbbef86 net-sysfs: remove unused fmt_long_hex by Colin Ian King · 9 years ago
  78. 6e7333d net: add rx_nohandler stat counter by Jarod Wilson · 9 years ago
  79. 5c29482 net-sysfs: use to_net_dev in net_namespace() by Geliang Tang · 9 years ago
  80. 6ff64f6 switchdev: Pass original device to port netdev driver by Ido Schimmel · 9 years ago
  81. 1f86839 switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* by Jiri Pirko · 9 years ago
  82. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  83. 75c261b net sysfs: Print link speed as signed integer by Alexander Stein · 9 years ago
  84. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  85. 9861f72 net: fix net_device refcounting by Russell King · 9 years ago
  86. c4047f5 net-sysfs: get_netdev_queue_index() cleanup by Thadeu Lima de Souza Cascardo · 9 years ago
  87. da65ad1 net: allow sleeping when modifying store_rps_map by Sasha Levin · 9 years ago
  88. 10e4ea7 net: Fix race condition in store_rps_map by Tom Herbert · 9 years ago
  89. d746d70 net core: Add protodown support. by Anuradha Karuppiah · 10 years ago
  90. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 10 years ago
  91. f8e20a9 switchdev: convert parent_id_get to switchdev attr get by Scott Feldman · 10 years ago
  92. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 10 years ago
  93. a54acb3 dev: introduce dev_get_iflink() by Nicolas Dichtel · 10 years ago
  94. db24a90 net: add support for phys_port_name by David Ahern · 10 years ago
  95. 822b3b2 net: Add max rate tx queue attribute by John Fastabend · 10 years ago
  96. aa836df net: core: add of_find_net_device_by_node() by Florian Fainelli · 10 years ago
  97. f090682 net: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  98. aecbe01 net-sysfs: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  99. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  100. 3b47d30 net: gro: add a per device gro flush timer by Eric Dumazet · 10 years ago