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