1. 762c291 econet: kill unnecessary spin_lock_init() by Akinobu Mita · 14 years ago
  2. 034de00 slip: Use net_device_stats from struct net_device by Tobias Klauser · 14 years ago
  3. 0fdf4d0 bnx2x: fix wrong return from bnx2x_trylock_hw_lock by Eric Dumazet · 14 years ago
  4. 40d0802 gro: __napi_gro_receive() optimizations by Eric Dumazet · 14 years ago
  5. 250ad8f stmmac: Make time functionality depend upon RTC_HCTOSYS_DEVICE by David S. Miller · 14 years ago
  6. e132d8d qlcnic: PCI ID addition by Sritej Velaga · 14 years ago
  7. 0866d96 qlcnic: Fix driver load issue in FW hang by Anirban Chakraborty · 14 years ago
  8. 8cfdce0 qlcnic: Fix missing error codes by Sony Chacko · 14 years ago
  9. 53f91dc net: use scnprintf() to avoid potential buffer overflow by Changli Gao · 14 years ago
  10. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  11. dee06e4 ipvs: switch to GFP_KERNEL allocations by Simon Horman · 14 years ago
  12. 4f72816 IPVS: convert __ip_vs_securetcp_lock to a spinlock by Simon Horman · 14 years ago
  13. bd14455 IPVS: convert __ip_vs_sched_lock to a spinlock by Simon Horman · 14 years ago
  14. 8870f84 IPVS: ICMPv6 checksum calculation by Simon Horman · 14 years ago
  15. 8a89142 bna: Fixed build break for allyesconfig by Rasesh Mody · 14 years ago
  16. ced1de4 r6040: Free irq line on error path by Denis Kirjanov · 14 years ago
  17. f0c54ac s2io: remove lro parameter by Amerigo Wang · 14 years ago
  18. def824c be2net: stats for packets received due to internal switching in ASIC. by Ajit Khaparde · 14 years ago
  19. 6d87f5c be2net: fix to dynamically generate MAC Address for VFs by Ajit Khaparde · 14 years ago
  20. aa7c6e5 bridge: avoid ethtool on non running interface by stephen hemminger · 14 years ago
  21. c5daddd qlge: Fix a deadlock when the interface is going down by Breno Leitao · 14 years ago
  22. 944c794 bridge: fix locking comment by Stephen Hemminger · 14 years ago
  23. b2aff96 net/netfilter/ipvs: Eliminate memory leak by Julia Lawall · 14 years ago
  24. 8d34e7d drivers/net/irda: Eliminate memory leak by Julia Lawall · 14 years ago
  25. 21ff292 typhoon: fix a race in typhoon_do_get_stats by Eric Dumazet · 14 years ago
  26. 884c06f plip: remove superflous return by Dan Carpenter · 14 years ago
  27. ad01b7d stmmac: make ioaddr 'void __iomem *' rather than unsigned long by Giuseppe CAVALLARO · 14 years ago
  28. ac75791 stmmac: remove dead option in the driver's Kconfig by Giuseppe CAVALLARO · 14 years ago
  29. 219dd11 stmmac: fix_mac_speed is called during 10/100<->1000 speed changes by Pawel Moll · 14 years ago
  30. c6a056a bnx2x: small fix in stats handling by Eric Dumazet · 14 years ago
  31. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  32. 31018e0 qlcnic: change reg name by Amit Kumar Salecha · 14 years ago
  33. b18971d qlcnic: fix fw recovery for PF by Amit Kumar Salecha · 14 years ago
  34. 8cf61f8 qlcnic: support port vlan id by Amit Kumar Salecha · 14 years ago
  35. e9a4770 qlcnic: eswitch config fixes by Rajesh Borundia · 14 years ago
  36. e569aa7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  37. 4562487 mlx4_en: Fix build warning in mlx4_en_create_rx_ring. by David S. Miller · 14 years ago
  38. 04714a1 mlx4_en: updated driver version by Yevgeny Petrilin · 14 years ago
  39. fa37a95 mlx4_en: Moving to work with GRO by Yevgeny Petrilin · 14 years ago
  40. 0533943 mlx4_en: UDP RSS support by Yevgeny Petrilin · 14 years ago
  41. d7e1a48 mlx4_en: reconfiguring mac address. by Yevgeny Petrilin · 14 years ago
  42. bc081ce mlx4_en: get/set ringsize uses actual ring size by Yevgeny Petrilin · 14 years ago
  43. 7699517 mlx4_en: Fixing report in Ethtool get_settings by Yevgeny Petrilin · 14 years ago
  44. e7c1c2c4 mlx4_en: Added self diagnostics test implementation by Yevgeny Petrilin · 14 years ago
  45. 3005ad4 mlx4_en: Validate port up prior to transmitting by Yevgeny Petrilin · 14 years ago
  46. e5cc44b mlx4_en: Reporting link state with KERN_INFO by Yevgeny Petrilin · 14 years ago
  47. a0b4e6e mlx4_en: Fixed MAX_TX_RINGS definition by Yevgeny Petrilin · 14 years ago
  48. 7c28738 mlx4_en: performing CLOSE_PORT at the end of tear-down process by Yevgeny Petrilin · 14 years ago
  49. 8bf2e58 mlx4_en: Setting dev->perm_addr field by Yevgeny Petrilin · 14 years ago
  50. 00d7d7b mlx4_en: Setting actual RX ring size by Yevgeny Petrilin · 14 years ago
  51. 69351a2 mlx4_en: Fixed incorrect unmapping on RX flow. by Yevgeny Petrilin · 14 years ago
  52. c2e3143 tc: add meta match on receive hash by Stephen Hemminger · 14 years ago
  53. 5a46790 include/linux/if_ether.h: Remove unused #define MAC_FMT by Joe Perches · 14 years ago
  54. ec550d2 net: ip_append_data() optim by Eric Dumazet · 14 years ago
  55. 268bae0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  56. d70e969 cfg80211: add some documentation by Johannes Berg · 14 years ago
  57. 672ddef iwlwifi: do not spuriously call ieee80211_scan_completed by Johannes Berg · 14 years ago
  58. 54c8067 iwlagn: do not check for AP mode for WEP keys by Johannes Berg · 14 years ago
  59. 21cb987 ath9k_htc: Add support for bluetooth coexistence. by Vivek Natarajan · 14 years ago
  60. d99eeb8 ath9k_common: Move bt_stomp to common for sharing with ath9k_htc. by Vivek Natarajan · 14 years ago
  61. 2a5fb7b nl80211: some documentation fixes by Johannes Berg · 14 years ago
  62. 633dd1e mac80211: fix docbook by Johannes Berg · 14 years ago
  63. 7273b97 wl1251: wait for join command complete event by Grazvydas Ignotas · 14 years ago
  64. 5b44a1b wl1251: fix beacon filter table structure by Grazvydas Ignotas · 14 years ago
  65. d41776f wl1251: fix event handling mechanism by Grazvydas Ignotas · 14 years ago
  66. 8d5ad08 wl1251: add missing __packed modifier for some structs by Grazvydas Ignotas · 14 years ago
  67. 110ff6d iwlwifi: move debug options into submenu by Jay Sternberg · 14 years ago
  68. 3939608 iwlwifi: enable experimental ucode support by Jay Sternberg · 14 years ago
  69. 79e88e7 iwlwifi: remove unused iwl_send_card_state function by Wey-Yi Guy · 14 years ago
  70. 172c1d1 iwlwifi: configurable ampdu factor and density by Wey-Yi Guy · 14 years ago
  71. 7ccc896 iwlwifi: more generic name for rssi calc in iwlagn by Wey-Yi Guy · 14 years ago
  72. 30c1b0f iwlwifi: additional parameter in REPLY_RX_PHY_CMD by Wey-Yi Guy · 14 years ago
  73. 80e9158 iwlagn: continue perform rate scale when error detected by Wey-Yi Guy · 14 years ago
  74. b1a7885 iwlagn: adjust starting action for rate scale by Wey-Yi Guy · 14 years ago
  75. 948f5a2 iwlwifi: refactor iwl_setup_rxon_timing by Johannes Berg · 14 years ago
  76. 3edb5fd iwlwifi: cleanup iwl_set_rxon_channel() by Shanyu Zhao · 14 years ago
  77. aa2dc6b iwlwifi: avoid race condition in channel change by Shanyu Zhao · 14 years ago
  78. 81e9543 iwlwifi: do not call ieee80211_frequency_to_channel by Shanyu Zhao · 14 years ago
  79. 7469701 iwlwifi: make aggregation time limit configurable by Wey-Yi Guy · 14 years ago
  80. b15826a iwlwifi: max/min aggregation time limit by Wey-Yi Guy · 14 years ago
  81. 2cbc19f iwlwifi: additional comments in iwl_cfg by Wey-Yi Guy · 14 years ago
  82. 9c82d0a iwlwifi: remove unused define by Wey-Yi Guy · 14 years ago
  83. 24e0f9f Hostap: Fix "'ret' set but not used" warning message from GCC in hostap by Julian Calaby · 14 years ago
  84. 6ddbf8c iwlwifi: fix thermal throttling related power management operation by Wey-Yi Guy · 14 years ago
  85. 2b2d779 mac80211-hwsim: allow configuring IBSS by Johannes Berg · 14 years ago
  86. 352de557 wireless: move documentation books by Johannes Berg · 14 years ago
  87. d7eb50c p54: improve eeprom parser by Christian Lamparter · 14 years ago
  88. b9c0665 p54spi: fix eeprom checksum by Christian Lamparter · 14 years ago
  89. 4e687b2 b43: N-PHY: Implement RX core state setting for rev.2 and earlier PHYs by Gábor Stefanik · 14 years ago
  90. d2730b2 b43: N-PHY: Implement MAC PHY clock set by Gábor Stefanik · 14 years ago
  91. e723ef3 b43: N-PHY: Fix typo in function name (gain_crtl -> gain_ctrl) by Gábor Stefanik · 14 years ago
  92. e7f45d3 b43: N-PHY: Implement Host Flags write during device init by Gábor Stefanik · 14 years ago
  93. 0975cc8 iwlwifi: separate thermal throttling function by Wey-Yi Guy · 14 years ago
  94. 36d3441 drivers/net/wireless/wl12xx: Use available error codes by Julia Lawall · 14 years ago
  95. 9f19fa6 drivers/net/wireless/wl12xx: Use available error codes by Julia Lawall · 14 years ago
  96. 30bf416 ath5k: don't enable probe request rx for STAs by Bob Copeland · 14 years ago
  97. 4afd89d ath5k: remove all mention of monitor iftype by Bob Copeland · 14 years ago
  98. 23538c2 ath5k: remove monitor check in receive_frame_ok filter by Bob Copeland · 14 years ago
  99. a180a13 ath5k: clean up some comments by Bob Copeland · 14 years ago
  100. b612798 ath5k: remove own (wrong) IEEE80211_MAX_LEN by Nick Kossifidis · 14 years ago