1. 5d66fe9 drivers/net : Correct the size argument to kzalloc by Julia Lawall · 15 years ago
  2. 52ee264 cxgb3i: Fix a login over vlan issue by Rakesh Ranjan · 15 years ago
  3. f65d1f0 hamradio: avoid null deref v3 by Dan Carpenter · 15 years ago
  4. c064efc usbnet: test off by one by roel kluin · 15 years ago
  5. ce739b4 drivers/net/can: Correct NULL test by Julia Lawall · 15 years ago
  6. 073bd90 drivers/isdn: eliminate duplicated test by Julia Lawall · 15 years ago
  7. 35bb5ca via-velocity: Give RX descriptors to the NIC later on open or MTU change by Ben Hutchings · 15 years ago
  8. b3319b1 fsl_pq_mdio: Fix iomem unmapping for non-eTSEC2.0 controllers by Anton Vorontsov · 15 years ago
  9. 29fb00e ucc_geth: Fix netdev watchdog triggering on suspend by Anton Vorontsov · 15 years ago
  10. 2f5cb43 phylib: Properly reinitialize PHYs after hibernation by Anton Vorontsov · 15 years ago
  11. 541cd3e phylib: Fix deadlock on resume by Anton Vorontsov · 15 years ago
  12. 7f9d357 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  13. 55afc80 Revert "b43: Enforce DMA descriptor memory constraints" by John W. Linville · 15 years ago
  14. 6c853da iwmc3200wifi: fix array out-of-boundary access by Zhu Yi · 15 years ago
  15. e8a4a6d wl1251: timeout one too soon in wl1251_boot_run_firmware() by Roel Kluin · 15 years ago
  16. 5b479a07 ath9k: fix missed error codes in the tx status check by Felix Fietkau · 15 years ago
  17. 8b685ba ath9k: wake hardware during AMPDU TX actions by Luis R. Rodriguez · 15 years ago
  18. 5f70a88 ath9k: wake hardware for interface IBSS/AP/Mesh removal by Luis R. Rodriguez · 15 years ago
  19. 3867cf6 ath9k: fix suspend by waking device prior to stop by Sujith · 15 years ago
  20. befabac wl1271_cmd.c: cleanup char => u8 by Dan Carpenter · 15 years ago
  21. 7949673 iwlwifi: Storage class should be before const qualifier by Tobias Klauser · 15 years ago
  22. 83bd11a ath9k: Storage class should be before const qualifier by Tobias Klauser · 15 years ago
  23. 671adc9 wireless: remove remaining qual code by Johannes Berg · 15 years ago
  24. 5e31258 rt2x00: Add USB ID for Linksys WUSB 600N rev 2. by Gertjan van Wingerde · 15 years ago
  25. 242ab7a ath5k: fix SWI calibration interrupt storm by Bob Copeland · 15 years ago
  26. 659c8e5 libertas: Remove carrier signaling from the scan code by Samuel Ortiz · 15 years ago
  27. 5b06915 orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled by Andrey Borzenkov · 15 years ago
  28. c99a3d2 bond_3ad.c avoid possible null deref by Dan Carpenter · 15 years ago
  29. 1f04493 Fix MAC address access in 3c507, ibmlana, pcnet32 and libertas by Daniel Drake · 15 years ago
  30. f74dac0 gianfar: Fix gianfar select_queue bogosity by Sandeep Gopalpet · 15 years ago
  31. 80924e5 tun: use tun_sk instead container_of by Vitaliy Gusev · 15 years ago
  32. 08fafd8 ucc_geth: Don't needlessly change MAC settings in adjust_link() by Anton Vorontsov · 15 years ago
  33. 08b5e1c ucc_geth: Fix netdev watchdog triggering on link changes by Anton Vorontsov · 15 years ago
  34. 7583605 ucc_geth: Fix empty TX queue processing by Anton Vorontsov · 15 years ago
  35. b3837ce vxge: use DMA_BIT_MASK instead of plain values. by Denis Kirjanov · 15 years ago
  36. 4a6e47a bnx2x: Initialize cnic status block during chip reset by Michael Chan · 15 years ago
  37. c0d7a02 net/via-rhine: Fix scheduling while atomic bugs by Jarek Poplawski · 15 years ago
  38. 656ab81 ixgbe: fix Need to call pci_save_state after pci_restore_state by Don Skidmore · 15 years ago
  39. 16c0214 be2net: Bug fix to return correct values in ethtool get_settings. by Sarveshwar Bandi · 15 years ago
  40. fced999 be2net: Bug fix to config NIC appropriately before loopback test by Sarveshwar Bandi · 15 years ago
  41. d7b9014 be2net: Bug fix to avoid soft lockup in loopback test. by Sarveshwar Bandi · 15 years ago
  42. 1242b6f igbvf: Make igbvf error message more informative by Williams, Mitch A · 15 years ago
  43. 58b8b04 igb: check both function bits in status register in wol exception by Alexander Duyck · 15 years ago
  44. d405ea3 igb: correctly offset 82575 flow control watermarks by 16 bytes by Alexander Duyck · 15 years ago
  45. 8c6af29 igb: do not force retry count to 1 on 82580 phy by Alexander Duyck · 15 years ago
  46. d68caec igb: do not force pcs link when in KX mode by Alexander Duyck · 15 years ago
  47. 286d47b sfc: Disable TX descriptor prefetch watchdog by Ben Hutchings · 15 years ago
  48. 50d6ec5 sfc: QT2025C: Add error message for suspected bad SFP+ cables by Ben Hutchings · 15 years ago
  49. 1a1284e sfc: QT2025C: Work around PHY firmware initialisation bug by Matthew Slattery · 15 years ago
  50. 0d83b2f sfc: QT2025C: Switch into self-configure mode when not in loopback by Matthew Slattery · 15 years ago
  51. 17d6aea sfc: QT2025C: Work around PHY bug by Matthew Slattery · 15 years ago
  52. a7ebd27 sfc: Fix DMA mapping cleanup in case of an error in TSO by Neil Turton · 15 years ago
  53. a355020 sfc: Include XGXS in XMAC link status check except in XGMII loopback by Ben Hutchings · 15 years ago
  54. ff3b00a sfc: Move PHY software state initialisation from init() into probe() by Steve Hodgson · 15 years ago
  55. ed4b201 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  56. 92c6f8d ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIV by Benjamin Herrenschmidt · 15 years ago
  57. 9a418af mac80211: fix peer HT capabilities by Johannes Berg · 15 years ago
  58. 8585c2b iwmc3200wifi: Fix test of unsigned in iwm_ntf_stop_resume_tx() by Roel Kluin · 15 years ago
  59. 45b2416 Libertas: fix buffer overflow in lbs_get_essid() by Daniel Mack · 15 years ago
  60. 77ca7d9 drivers/net/wireless/iwlwifi/iwl-tx.c: fix gcc-3.4.5 warning by akpm@linux-foundation.org · 15 years ago
  61. 2ab81d4 ath9k: Stop ANI when doing a reset by Sujith · 15 years ago
  62. e8009e9 ath9k: Fix TX queue draining by Sujith · 15 years ago
  63. 17b182e ath9k: Fix bug in assigning sequence number by Sujith · 15 years ago
  64. 7988436 rt2x00: Fix calculation of rt2800 iveiv entry offset. by Gertjan van Wingerde · 15 years ago
  65. 6c3069b iwlwifi: fix 40MHz operation setting on cards that do not allow it by Reinette Chatre · 15 years ago
  66. dc57a30 iwl3945: fix panic in iwl3945 driver by Zhu Yi · 15 years ago
  67. 731a29b iwlwifi: initialize spinlock before use by Reinette Chatre · 15 years ago
  68. bc45a67 iwl3945: disable power save by Reinette Chatre · 15 years ago
  69. b7bb175 iwlwifi: fix more eeprom endian bugs by Johannes Berg · 15 years ago
  70. af6b8ee iwlwifi: fix EEPROM/OTP reading endian annotations and a bug by Johannes Berg · 15 years ago
  71. 93b6bd2 rt2x00: Disable powersaving for rt61pci and rt2800pci. by Gertjan van Wingerde · 15 years ago
  72. 855da5e drivers/net/wireless: Correct code taking the size of a pointer by Julia Lawall · 15 years ago
  73. 4d91f9f ath9k: Last fix for TX software padding. by Benoit Papillault · 15 years ago
  74. 521d9bc iwlwifi: fix syslog message for event log dump size by Wey-Yi Guy · 15 years ago
  75. f8701fe iwlwifi: power up all devices for EEPROM read by Reinette Chatre · 15 years ago
  76. 64a76b5 iwlwifi: allocated rx page accounting cleanup by Zhu Yi · 15 years ago
  77. b746656 bnx2: Fix bnx2_netif_stop() merge error. by Michael Chan · 15 years ago
  78. 7c65ec7 gianfar: Fix bit definitions of IMASK_GRSC and IMASK_GTSC by Sandeep Gopalpet · 15 years ago
  79. a7f3804 gianfar: Fix stats support by Sandeep Gopalpet · 15 years ago
  80. 1ccb838 gianfar: Fix a filer bug by Sandeep Gopalpet · 15 years ago
  81. e6bf95f bnx2: fixing a timout error due not refreshing TX timers correctly by Breno Leitao · 15 years ago
  82. 4773a47 can/at91: don't check platform_get_irq's return value against zero by Uwe Kleine-König · 15 years ago
  83. 01a1e7e mISDN: use DECLARE_COMPLETION_ONSTACK for non-constant completion by Yong Zhang · 15 years ago
  84. 4529819 bnx2: reset_task is crashing the kernel. Fixing it. by Breno Leitao · 15 years ago
  85. f9c4171 TI DaVinci EMAC: Fix MDIO bus frequency configuration by Nageswari Srinivasan · 15 years ago
  86. 70abc8c e100: Fix broken cbs accounting due to missing memset. by Roger Oksanen · 15 years ago
  87. 5ee6f6a broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk() by Roel Kluin · 15 years ago
  88. db94ce9 e1000e: LED settings in EEPROM ignored on 82571 and 82572 by Bruce Allan · 15 years ago
  89. afdafff netxen: use module parameter correctly by Stephen Hemminger · 15 years ago
  90. 652fd78 Bluetooth: Prevent ill-timed autosuspend in USB driver by Oliver Neukum · 15 years ago
  91. 503914c net: sh_eth alignment fix for sh7724 using NET_IP_ALIGN V2 by Magnus Damm · 15 years ago
  92. ca55398 ixgbe: allow tx of pre-formatted vlan tagged packets by Gurucharan Shetty · 15 years ago
  93. 734e979 ixgbe: Fix 82598 premature copper PHY link indicatation by Mallikarjuna R Chilakala · 15 years ago
  94. eb985f0 ixgbe: Fix tx_restart_queue/non_eop_desc statistics counters by Mallikarjuna R Chilakala · 15 years ago
  95. a3f92ee bcm63xx_enet: fix compilation failure after get_stats_count removal by Florian Fainelli · 15 years ago
  96. 166a0fd sky2: leave PCI config space writeable by stephen hemminger · 15 years ago
  97. dae3a51 sky2: print Optima chip name by stephen hemminger · 15 years ago
  98. b2ec153 rt2x00: Fix rt2800usb detection in rt2800lib. by Gertjan van Wingerde · 15 years ago
  99. a4aee5c drivers/net/bonding/: : use pr_fmt by Joe Perches · 15 years ago
  100. 231d52a can: CAN_MCP251X should depend on HAS_DMA by Geert Uytterhoeven · 15 years ago