1. 9802c8e net/core: apply pm_runtime_set_memalloc_noio on network devices by Ming Lei · 11 years ago
  2. 024e967 net: Add support for XPS without sysfs being defined by Alexander Duyck · 11 years ago
  3. 537c00d net: Add functions netif_reset_xps_queue and netif_set_xps_queue by Alexander Duyck · 11 years ago
  4. fdae0fd net: allow to change carrier via sysfs by Jiri Pirko · 12 years ago
  5. 8baf82b CONFIG_HOTPLUG removal from networking core by Greg KH · 12 years ago
  6. 24bc518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  7. 01f1c6b net: remove unnecessary wireless includes by Johannes Berg · 12 years ago
  8. 5e1fccc net: Allow userns root control of the core of the network stack. by Eric W. Biederman · 12 years ago
  9. 38c1a01 wireless: add back sysfs directory by Johannes Berg · 12 years ago
  10. c6c1396 net: add unknown state to sysfs NIC duplex export by Nikolay Aleksandrov · 12 years ago
  11. 35b2a11 wireless: remove wext sysfs by Johannes Berg · 12 years ago
  12. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  13. e1e420c net/core: simple_strtoul cleanup by Shuah Khan · 12 years ago
  14. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  15. 795d9a2 bql: Fix inconsistency between file mode and attr method. by Hiroaki SHIMODA · 12 years ago
  16. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  17. 60b778c rfs: better sizing of dev_flow_table by Eric Dumazet · 13 years ago
  18. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  19. a0a129f rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt() by Xi Wang · 13 years ago
  20. b474ae7 bql: fix CONFIG_XPS=n build by Eric Dumazet · 13 years ago
  21. 114cf58 bql: Byte queue limits by Tom Herbert · 13 years ago
  22. 927fbec xps: Add xps_queue_release function by Tom Herbert · 13 years ago
  23. adc9300 net: use jump_label to shortcut RPS if not setup by Eric Dumazet · 13 years ago
  24. ccf5ff6 net: new counter for tx_timeout errors in sysfs by david decotigny · 13 years ago
  25. 19b05f8 net-sysfs: fixed minor sparse warning by david decotigny · 13 years ago
  26. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  27. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  28. 33d480c net: cleanup some rcu_dereference_raw by Eric Dumazet · 13 years ago
  29. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  30. 974151e6 net: remove /sys/class/net/*/features by Michał Mirosław · 13 years ago
  31. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 13 years ago
  32. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  33. 2142c13 net: convert to new cpumask API by KOSAKI Motohiro · 13 years ago
  34. b55071e net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu() by Lai Jiangshan · 13 years ago
  35. edc86d8 net,rcu: convert call_rcu(xps_map_release) to kfree_rcu() by Lai Jiangshan · 13 years ago
  36. f6f8023 net,rcu: convert call_rcu(rps_map_release) to kfree_rcu() by Lai Jiangshan · 13 years ago
  37. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 13 years ago
  38. b6644cb net: rename group sysfs entry to netdev_group by Xiaotian Feng · 13 years ago
  39. a512b92 net: add sysfs entry for device group by Vlad Dogaru · 13 years ago
  40. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  41. b236da6 net: use NUMA_NO_NODE instead of the magic number -1 by Changli Gao · 14 years ago
  42. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 14 years ago
  43. a417786 xps: add __rcu annotations by Eric Dumazet · 14 years ago
  44. b02038a xps: NUMA allocations for per cpu data by Eric Dumazet · 14 years ago
  45. bf26414 xps: Add CONFIG_XPS by Tom Herbert · 14 years ago
  46. 1d24eb4 xps: Transmit Packet Steering by Tom Herbert · 14 years ago
  47. 9ea1948 net: zero kobject in rx_queue_release by John Fastabend · 14 years ago
  48. fe82224 net: Simplify RX queue allocation by Tom Herbert · 14 years ago
  49. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  50. 4315d83 net: Fix rxq ref counting by Tom Herbert · 14 years ago
  51. 62fe0b4 net: Allow changing number of RX queues after device allocation by Ben Hutchings · 14 years ago
  52. fa50d64 net: make rx_queue sysfs_ops const by stephen hemminger · 14 years ago
  53. 0460079 cfg80211: support sysfs namespaces by Johannes Berg · 14 years ago
  54. c1f7942 sysfs: add attribute to indicate hw address assignment type by Stefan Assmann · 14 years ago
  55. 9e34a5b net/core: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  56. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  57. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  58. a1b3f59 net: Expose all network devices in a namespaces in sysfs by Eric W. Biederman · 14 years ago
  59. d6523dd net/sysfs: Fix the bitrot in network device kobject namespace support by Eric W. Biederman · 14 years ago
  60. 608b4b9 netns: Teach network device kobjects which namespace they are in. by Eric W. Biederman · 14 years ago
  61. f5acb90 rps: static functions by Eric Dumazet · 14 years ago
  62. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  63. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  64. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  65. 30bde1f rps: fix net-sysfs build for !CONFIG_RPS by Stephen Rothwell · 14 years ago
  66. e880eb6 rps: Fix build with CONFIG_SYSFS enabled by Tom Herbert · 14 years ago
  67. 0a9627f rps: Receive Packet Steering by Tom Herbert · 14 years ago
  68. b8afe64 net-sysfs: Use rtnl_trylock in wireless sysfs methods. by Eric W. Biederman · 14 years ago
  69. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  70. 0c509a6 net: Allow devices to specify a device specific sysfs group. by Eric W. Biederman · 15 years ago
  71. ac5e3af net: sysfs: ethtool_ops can be NULL by Eric Dumazet · 15 years ago
  72. 8aa0f64a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  73. 3d23e34 wext: refactor by Johannes Berg · 15 years ago
  74. 7ecc59c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  75. a160ee6 wext: let get_wireless_stats() sleep by Johannes Berg · 15 years ago
  76. d519e17 net: export device speed and duplex via sysfs by Andy Gospodarek · 15 years ago
  77. 8f1546c wext: add back wireless/ dir in sysfs for cfg80211 interfaces by Johannes Berg · 15 years ago
  78. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  79. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  80. 2b0cc7f net: Remove bogus reference to BUS_ID_SIZE in sysfs code. by David S. Miller · 15 years ago
  81. 336ca57 net-sysfs: Use rtnl_trylock in sysfs methods. by Eric W. Biederman · 15 years ago
  82. a220547 net: fix warning about non-const string by Stephen Hemminger · 15 years ago
  83. 5a5990d net: Avoid race between network down and sysfs by Stephen Hemminger · 15 years ago
  84. 09bb521 netns: filter out uevent not belonging to init_net by Daniel Lezcano · 16 years ago
  85. eeda3fd netdev: introduce dev_get_stats() by Stephen Hemminger · 16 years ago
  86. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  87. 3891845 netns: Coexist with the sysfs limitations v2 by Eric W. Biederman · 16 years ago
  88. 0b815a1 net: network device name ifalias support by Stephen Hemminger · 16 years ago
  89. 22bb1be wext: make sysfs bits optional and deprecate them by Johannes Berg · 16 years ago
  90. b8a9787 bonding: Allow setting max_bonds to zero by Jay Vosburgh · 16 years ago
  91. 96e7408 net: The dev->get_stats pointer is not NULL nowadays. by Pavel Emelyanov · 16 years ago
  92. aaf8cdc netns: Fix device renaming for sysfs by Daniel Lezcano · 16 years ago
  93. 9d29672 [NET]: Expose netdevice dev_id through sysfs by David Woodhouse · 16 years ago
  94. 7ffc49a [ETH]: Combine format_addr() with print_mac(). by Michael Chan · 17 years ago
  95. df1b86c [NET]: Nicer WARN_ON in netstat_show by Pavel Emelyanov · 17 years ago
  96. 342709e [NET]: Remove in-code externs for some functions from net/core/dev.c by Pavel Emelyanov · 17 years ago
  97. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  98. 8b41d18 [NET]: Fix running without sysfs by Eric W. Biederman · 17 years ago
  99. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  100. 9093bbb [NET]: Fix race condition about network device name allocation. by Stephen Hemminger · 17 years ago