1. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  2. c1c00ab netxen: add hardware LRO support by Dhananjay Phadke · 15 years ago
  3. 06db58c netxen: remove unnecessary structures by Dhananjay Phadke · 15 years ago
  4. 545eb37 netxen: fix vlan tso case by Dhananjay Phadke · 15 years ago
  5. 839b04c cpmac: unmark as broken by Florian Fainelli · 15 years ago
  6. 4e43af3 cpmac: bump version to 0.5.1 by Florian Fainelli · 15 years ago
  7. e4540aa cpmac: wait longer after MDIO reset by Florian Fainelli · 15 years ago
  8. 76e61ea cpmac: add support for fixed PHY by Florian Fainelli · 15 years ago
  9. 1e2c8d8 ar7: add fixed PHY support for the two on-board cpmac by Florian Fainelli · 15 years ago
  10. d76c626b cpmac: fix wrong MDIO bus identifier by Florian Fainelli · 15 years ago
  11. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  12. db71789 xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled. by David S. Miller · 15 years ago
  13. f816700 xfrm4: fix build when SYSCTLs are disabled by Randy Dunlap · 15 years ago
  14. e4c4e44 neigh: Convert garbage collection from softirq to workqueue by Eric Dumazet · 15 years ago
  15. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  16. bcd218b smsc95xx: remove EEPROM loaded check by Steve Glendinning · 15 years ago
  17. 81e4321 inet6: functions shadow global variable by Gerrit Renker · 15 years ago
  18. 8b97c7c drivers/atm: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  19. 39506a5 drivers/net: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  20. 88e7b76 cxgb3: fix Gen2 pci default settings by Divy Le Ray · 15 years ago
  21. 9450526 cxgb3: fix EDC filename string by Divy Le Ray · 15 years ago
  22. e33b992 vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  23. 1e3c8bd s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  24. fbc663c qlge: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  25. d6a1f83 ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  26. c06c430 igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  27. 07ce50e bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  28. 2ec3de2 bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  29. 0d6ab58 atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  30. 005fb4f atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  31. d9509ac be2net: delete unnecessary code from be_cmd_POST() by Sathya Perla · 15 years ago
  32. efd2e40 be2net: some name changes for consistency by Sathya Perla · 15 years ago
  33. 5f0b849 be2net: replace some printks with dev_err()/dev_warn() by Sathya Perla · 15 years ago
  34. eec368f be2net: remove pci_func field from be_adapter struct by Sathya Perla · 15 years ago
  35. 8788fdc be2net: get rid of be_ctrl_info struct/abstraction by Sathya Perla · 15 years ago
  36. 2f6d7c1 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
  37. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  38. 0a92457 ixgbe: Fix RSC completion delay causing Rx interrupts to stop by Peter P Waskiewicz Jr · 15 years ago
  39. 0c19d6a ixgbe: Fix usage of second flags bitmap when using LRO/RSC by Peter P Waskiewicz Jr · 15 years ago
  40. 8f9a716 ixgbe: Fix netpoll to be properly multiqueue aware by Peter P Waskiewicz Jr · 15 years ago
  41. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  42. 9aada7a IPVS: use pr_fmt by Hannes Eder · 15 years ago
  43. accff95 gianfar: fix coalescing setup in ethtool support by Jiajun Wu · 15 years ago
  44. 72fc939 pppoe: fix /proc/net/pppoe by Eric Dumazet · 15 years ago
  45. f0c5b35 eexpress: Read buffer overflow by roel kluin · 15 years ago
  46. a3e8ee6 ipv4: ARP neigh procfs buffer overflow by roel kluin · 15 years ago
  47. 3d54015 3c515: Write outside array bounds by roel kluin · 15 years ago
  48. b4076d1 vlan: allow creating vlan when real device is not up by Stephen Hemminger · 15 years ago
  49. 2a8aaac docbook: fix printk of ip address by Tobias Klauser · 15 years ago
  50. 573dd78 bnx2x: Version 1.48.114-1 by Eilon Greenstein · 15 years ago
  51. 7d0446c bnx2x: WoL only with current MAC address by Eilon Greenstein · 15 years ago
  52. c1f1a06 bnx2x: Self-test kills management traffic by Eilon Greenstein · 15 years ago
  53. 581ce43 bnx2x: Receive traffic that maches management filtering rules by Eilon Greenstein · 15 years ago
  54. a541f84 iscsi: Use GFP_ATOMIC in iscsi_offload_mesg(). by Michael Chan · 15 years ago
  55. ca7daea net/netlabel: Add kmalloc NULL tests by Julia Lawall · 15 years ago
  56. a1b9744 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  57. 044824d netxen: fix CONFIG_INET=n build by Dhananjay Phadke · 15 years ago
  58. 1e4247d iwlwifi: debugFs to enable/disable HT40 support by Wey-Yi Guy · 15 years ago
  59. 35a1e70 ath9k: remove unused ATH_PCI_VERSION by Luis R. Rodriguez · 15 years ago
  60. a9a1162 cfg80211: self-contained wext handling where possible by Johannes Berg · 15 years ago
  61. 1f9298f cfg80211: combine IWESSID handlers by Johannes Berg · 15 years ago
  62. 562e482 cfg80211: combine IWAP handlers by Johannes Berg · 15 years ago
  63. 0e82ffe cfg80211: combine iwfreq implementations by Johannes Berg · 15 years ago
  64. a7bc376 mac80211: verify info->control.vif is not NULL by Johannes Berg · 15 years ago
  65. f9d6b40 cfg80211: fix disassoc while not associated by Johannes Berg · 15 years ago
  66. fec247c ath9k: Add debug counters for TX by Sujith · 15 years ago
  67. 0ee9c13 mac80211: fix an oops in ieee80211_scan_state_set_channel by Helmut Schaa · 15 years ago
  68. c0b2bbd nl80211: add missing parameter clearing by Johannes Berg · 15 years ago
  69. cbdec97 ath9k: get rid of unnecessary setpower calls by Gabor Juhos · 15 years ago
  70. 9614832 ath9k: fix race with IEEE80211_CONF_PS checks by Gabor Juhos · 15 years ago
  71. ff8365c ar9170: fix build error when !CONFIG_AR9170_LEDS by Alexander Beregalov · 15 years ago
  72. 11866ef ray_cs: remove bogus NULL check at head of ray_get_wireless_stats by John W. Linville · 15 years ago
  73. 8d8b261 mac80211: fix receiving deauth by Johannes Berg · 15 years ago
  74. bc43b28 cfg80211: fix circular lock dependency (1) by Johannes Berg · 15 years ago
  75. 6686d17 iwlagn: fix sparse warning when compiling without debug by Reinette Chatre · 15 years ago
  76. f7ea097 iwlagn: fix null pointer access during ucode load on 1000 by Reinette Chatre · 15 years ago
  77. 89c3a8a mac80211: fix suspend by Johannes Berg · 15 years ago
  78. 57921c3 libertas: Read buffer overflow by Roel Kluin · 15 years ago
  79. 430453f libertas: Read outside array bounds by Roel Kluin · 15 years ago
  80. 27fed41 ip: fix logic of reverse path filter sysctl by Stephen Hemminger · 15 years ago
  81. 1da46be iwlwifi: fix LED config option by Pavel Machek · 15 years ago
  82. bcc693a iwlwifi: Name fix for MPDU density for TX aggregation by Wey-Yi Guy · 15 years ago
  83. ec74116 iwlwifi: print packet contents in error case by Reinette Chatre · 15 years ago
  84. 5696aea iwlwifi: remove command callback return value by Johannes Berg · 15 years ago
  85. c2acea8 iwlwifi: fix up command sending by Johannes Berg · 15 years ago
  86. fbf3a2a iwlwifi: Thermal Throttling debugfs function by Wey-Yi Guy · 15 years ago
  87. 46f9381 iwlwifi: Thermal Throttling Management - part 2 by Wey-Yi Guy · 15 years ago
  88. 39b73fb1 iwlwifi: Thermal Throttling Management - Part 1 by Wey-Yi Guy · 15 years ago
  89. 672639d iwlwifi: critical temperature enter/exit condition by Wey-Yi Guy · 15 years ago
  90. e3139fe iwlwifi: revert to active table when rate is not valid by Wey-Yi Guy · 15 years ago
  91. 21f5fc7 mac80211: fix oops due to missing private data by Luis R. Rodriguez · 15 years ago
  92. ac88b6e ath9k: Add support for AR9287 based chipsets. by Vivek Natarajan · 15 years ago
  93. 3fa5205 mac80211: fix PS-poll response, race by Johannes Berg · 15 years ago
  94. 91a3bd7 mac80211: fix MLME issuing of probe requests while scanning by Luis R. Rodriguez · 15 years ago
  95. 4853184 mac80211: fix mlme timeouts by Johannes Berg · 15 years ago
  96. 09f97e0 cfg80211: increase scan result expire time by Helmut Schaa · 15 years ago
  97. 977923b mac80211: rename scan_state to next_scan_state by Helmut Schaa · 15 years ago
  98. 142b9f5 mac80211: implement basic background scanning by Helmut Schaa · 15 years ago
  99. fbe9c42 mac80211: Replace {sw, hw}_scanning variables with a bitfield by Helmut Schaa · 15 years ago
  100. 2fb3f02 mac80211: introduce a new scan state "decision" by Helmut Schaa · 15 years ago