1. 6b53daf net: do not name the pointer to struct net_device net by WANG Cong · 10 years ago
  2. 685343f net: add name_assign_type netdev attribute by Tom Gundersen · 10 years ago
  3. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  4. 2d3b479 net-sysfs: expose number of carrier on/off changes by david decotigny · 10 years ago
  5. 3f85944 net: Add sysfs file for port number by Amir Vadai · 10 years ago
  6. 80dd6ea net-sysfs: fix comment typo 'CONFIG_SYFS' by Paul Bolle · 10 years ago
  7. ed1acc8 net-sysfs: get_netdev_queue_index() cleanup by Eric Dumazet · 10 years ago
  8. 82ef3d5 net: fix "queues" uevent between network namespaces by Weilong Chen · 11 years ago
  9. a953be5 net-sysfs: add support for device-specific rx queue sysfs attributes by Michael Dalton · 11 years ago
  10. a48d4bb net: netdev_kobject_init: annotate with __init by Daniel Borkmann · 11 years ago
  11. 8e3bff9 net: more spelling fixes by stephen hemminger · 11 years ago
  12. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  13. 74d332c net: extend net_device allocation to vmalloc() by Eric Dumazet · 11 years ago
  14. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  15. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  16. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  17. 7dc5dbc sysfs: Restrict mounting sysfs by Eric W. Biederman · 11 years ago
  18. ff80e51 net: export physical port id via sysfs by Jiri Pirko · 11 years ago
  19. 6be8aee net: core: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  20. 243198d rps_dev_flow_table_release(): no need to delay vfree() by Al Viro · 11 years ago
  21. 9802c8e net/core: apply pm_runtime_set_memalloc_noio on network devices by Ming Lei · 11 years ago
  22. 024e967 net: Add support for XPS without sysfs being defined by Alexander Duyck · 12 years ago
  23. 537c00d net: Add functions netif_reset_xps_queue and netif_set_xps_queue by Alexander Duyck · 12 years ago
  24. fdae0fd net: allow to change carrier via sysfs by Jiri Pirko · 12 years ago
  25. 8baf82b CONFIG_HOTPLUG removal from networking core by Greg KH · 12 years ago
  26. 24bc518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  27. 01f1c6b net: remove unnecessary wireless includes by Johannes Berg · 12 years ago
  28. 5e1fccc net: Allow userns root control of the core of the network stack. by Eric W. Biederman · 12 years ago
  29. 38c1a01 wireless: add back sysfs directory by Johannes Berg · 12 years ago
  30. c6c1396 net: add unknown state to sysfs NIC duplex export by Nikolay Aleksandrov · 12 years ago
  31. 35b2a11 wireless: remove wext sysfs by Johannes Berg · 12 years ago
  32. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  33. e1e420c net/core: simple_strtoul cleanup by Shuah Khan · 12 years ago
  34. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  35. 795d9a2 bql: Fix inconsistency between file mode and attr method. by Hiroaki SHIMODA · 13 years ago
  36. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  37. 60b778c rfs: better sizing of dev_flow_table by Eric Dumazet · 13 years ago
  38. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  39. a0a129f rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt() by Xi Wang · 13 years ago
  40. b474ae7 bql: fix CONFIG_XPS=n build by Eric Dumazet · 13 years ago
  41. 114cf58 bql: Byte queue limits by Tom Herbert · 13 years ago
  42. 927fbec xps: Add xps_queue_release function by Tom Herbert · 13 years ago
  43. adc9300 net: use jump_label to shortcut RPS if not setup by Eric Dumazet · 13 years ago
  44. ccf5ff6 net: new counter for tx_timeout errors in sysfs by david decotigny · 13 years ago
  45. 19b05f8 net-sysfs: fixed minor sparse warning by david decotigny · 13 years ago
  46. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  47. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  48. 33d480c net: cleanup some rcu_dereference_raw by Eric Dumazet · 13 years ago
  49. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  50. 974151e6 net: remove /sys/class/net/*/features by Michał Mirosław · 13 years ago
  51. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 13 years ago
  52. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  53. 2142c13 net: convert to new cpumask API by KOSAKI Motohiro · 13 years ago
  54. b55071e net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu() by Lai Jiangshan · 13 years ago
  55. edc86d8 net,rcu: convert call_rcu(xps_map_release) to kfree_rcu() by Lai Jiangshan · 13 years ago
  56. f6f8023 net,rcu: convert call_rcu(rps_map_release) to kfree_rcu() by Lai Jiangshan · 13 years ago
  57. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 13 years ago
  58. b6644cb net: rename group sysfs entry to netdev_group by Xiaotian Feng · 13 years ago
  59. a512b92 net: add sysfs entry for device group by Vlad Dogaru · 13 years ago
  60. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  61. b236da6 net: use NUMA_NO_NODE instead of the magic number -1 by Changli Gao · 14 years ago
  62. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 14 years ago
  63. a417786 xps: add __rcu annotations by Eric Dumazet · 14 years ago
  64. b02038a xps: NUMA allocations for per cpu data by Eric Dumazet · 14 years ago
  65. bf26414 xps: Add CONFIG_XPS by Tom Herbert · 14 years ago
  66. 1d24eb4 xps: Transmit Packet Steering by Tom Herbert · 14 years ago
  67. 9ea1948 net: zero kobject in rx_queue_release by John Fastabend · 14 years ago
  68. fe82224 net: Simplify RX queue allocation by Tom Herbert · 14 years ago
  69. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  70. 4315d83 net: Fix rxq ref counting by Tom Herbert · 14 years ago
  71. 62fe0b4 net: Allow changing number of RX queues after device allocation by Ben Hutchings · 14 years ago
  72. fa50d64 net: make rx_queue sysfs_ops const by stephen hemminger · 14 years ago
  73. 0460079 cfg80211: support sysfs namespaces by Johannes Berg · 14 years ago
  74. c1f7942 sysfs: add attribute to indicate hw address assignment type by Stefan Assmann · 14 years ago
  75. 9e34a5b net/core: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  76. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  77. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  78. a1b3f59 net: Expose all network devices in a namespaces in sysfs by Eric W. Biederman · 14 years ago
  79. d6523dd net/sysfs: Fix the bitrot in network device kobject namespace support by Eric W. Biederman · 14 years ago
  80. 608b4b9 netns: Teach network device kobjects which namespace they are in. by Eric W. Biederman · 14 years ago
  81. f5acb90 rps: static functions by Eric Dumazet · 14 years ago
  82. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  83. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  84. 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
  85. 30bde1f rps: fix net-sysfs build for !CONFIG_RPS by Stephen Rothwell · 14 years ago
  86. e880eb6 rps: Fix build with CONFIG_SYSFS enabled by Tom Herbert · 14 years ago
  87. 0a9627f rps: Receive Packet Steering by Tom Herbert · 14 years ago
  88. b8afe64 net-sysfs: Use rtnl_trylock in wireless sysfs methods. by Eric W. Biederman · 14 years ago
  89. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  90. 0c509a6 net: Allow devices to specify a device specific sysfs group. by Eric W. Biederman · 15 years ago
  91. ac5e3af net: sysfs: ethtool_ops can be NULL by Eric Dumazet · 15 years ago
  92. 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
  93. 3d23e34 wext: refactor by Johannes Berg · 15 years ago
  94. 7ecc59c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. a160ee6 wext: let get_wireless_stats() sleep by Johannes Berg · 15 years ago
  96. d519e17 net: export device speed and duplex via sysfs by Andy Gospodarek · 15 years ago
  97. 8f1546c wext: add back wireless/ dir in sysfs for cfg80211 interfaces by Johannes Berg · 15 years ago
  98. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  99. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  100. 2b0cc7f net: Remove bogus reference to BUS_ID_SIZE in sysfs code. by David S. Miller · 15 years ago