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