1. f27e6f3 forcedeth: napi - handle all processing by Ayaz Abdulla · 15 years ago
  2. 33912e7 forcedeth: add/modify tx done with limit by Ayaz Abdulla · 15 years ago
  3. 2daac3e forcedeth: remove overhead by Ayaz Abdulla · 15 years ago
  4. 582806b forcedeth: save irq events for napi processing by Ayaz Abdulla · 15 years ago
  5. d41c628 forcedeth: remove msix + napi by Ayaz Abdulla · 15 years ago
  6. 08d9357 forcedeth: fix missing napi enable/disable calls by Ayaz Abdulla · 15 years ago
  7. 8ed1454 forcedeth: fix stats version feature by Ayaz Abdulla · 15 years ago
  8. a220547 net: fix warning about non-const string by Stephen Hemminger · 15 years ago
  9. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  10. 3f61213 gigaset: return -ENOTTY for unimplemented functions by Paul Bolle · 15 years ago
  11. 3c420f2 gigaset: Kconfig cleanup by Tilman Schmidt · 15 years ago
  12. 1e2d005 netxen: annotate board_config and board_type by Dhananjay Phadke · 15 years ago
  13. becf46a netxen: cleanup superfluous multi-context code by Dhananjay Phadke · 15 years ago
  14. 9f5bc7f netxen: refactor netdev open close by Dhananjay Phadke · 15 years ago
  15. d32cc3d netxen: small xmit optimizations by Dhananjay Phadke · 15 years ago
  16. 0ddc110 netxen: cleanup rx handling by Dhananjay Phadke · 15 years ago
  17. d5df2a1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  18. db434ac bnx2x: Using DMAE to initialize the chip by Eilon Greenstein · 15 years ago
  19. 6dc7d8c bnx2x: Casting page alignment by Eilon Greenstein · 15 years ago
  20. 916c775 bnx2x: Adding restriction on sge_buf_size by Eilon Greenstein · 15 years ago
  21. d4a4aba qlge: bugfix: Fix endian issue related to rx buffers. by Ron Mercer · 15 years ago
  22. 74c50b4 qlge: bugfix: Pad outbound frames smaller than 60 bytes. by Ron Mercer · 15 years ago
  23. 6b318cb qlge: bugfix: Move netif_napi_del() to common call point. by Ron Mercer · 15 years ago
  24. 39a28bc qlge: Remove spinlock from asic init path. by Ron Mercer · 15 years ago
  25. b25215d qlge: Clear shadow registers before use. by Ron Mercer · 15 years ago
  26. 08b1bc8 qlge: Get rid of irqsave/restore in intr disable. by Ron Mercer · 15 years ago
  27. c9cf0a0 qlge: bugfix: Tell hw to strip vlan header. by Ron Mercer · 15 years ago
  28. 1e21330 qlge: Add tx multiqueue support. by Ron Mercer · 15 years ago
  29. 22bdd4f qlge: Add support for GRO. by Ron Mercer · 15 years ago
  30. d555f59 qlge: Increase filtering for inbound csum settings. by Ron Mercer · 15 years ago
  31. a75ee7f qlge: Remove debug junk from asic reset logic. by Ron Mercer · 15 years ago
  32. db98812 qlge: Move reset logic into asic_reset_worker func. by Ron Mercer · 15 years ago
  33. c035002 p54: fix race condition in memory management by Christian Lamparter · 15 years ago
  34. bd05f28 cfg80211: test before subtraction on unsigned by Roel Kluin · 15 years ago
  35. 1a77733 b43: Fix compilation for devices without PCI core by Michael Buesch · 15 years ago
  36. 39d89cd ath9k: Add a debugfs interface for controlling virtual wiphys by Jouni Malinen · 15 years ago
  37. f98c3bd ath9k: Add a simple virtual wiphy scheduler by Jouni Malinen · 15 years ago
  38. 8089cc4 ath9k: Special processing for channel changes during scan by Jouni Malinen · 15 years ago
  39. 7ec3e51 ath9k: Add workaround to recover from failed channel changes by Jouni Malinen · 15 years ago
  40. ee166a0 ath9k: Check virtual wiphy state on tx() by Jouni Malinen · 15 years ago
  41. 18eb62f ath9k: Pause other virtual wiphys on channel change by Jouni Malinen · 15 years ago
  42. 465ca84 ath9k: Register larger listen interval by Jouni Malinen · 15 years ago
  43. 9580a22 ath9k: Make start/stop operations aware of virtual wiphys by Jouni Malinen · 15 years ago
  44. 0e2dedf ath9k: Add routines for switching between active virtual wiphys by Jouni Malinen · 15 years ago
  45. f0ed85c ath9k: Virtual wiphy pause/unpause functionality by Jouni Malinen · 15 years ago
  46. b93bce2 ath9k: Configure RX filter for multi-BSSID broadcast by Jouni Malinen · 15 years ago
  47. c52f33d ath9k: Add support for multiple secondary virtual wiphys by Jouni Malinen · 15 years ago
  48. bce048d ath9k: Add data structure for supporting virtual radio/wiphy operation by Jouni Malinen · 15 years ago
  49. 8ca21f0 ath9k: Set BSSID mask based on configured interfaces by Jouni Malinen · 15 years ago
  50. 2c3db3d ath9k: Cleanup multiple VIF processing by Jouni Malinen · 15 years ago
  51. 860559f rt2x00: Export all register stats through debugfs by Ivo van Doorn · 15 years ago
  52. d216aaa ath9k: Clean up setkey operations by Jouni Malinen · 15 years ago
  53. aebe2b5 ath9k: fix AR_TXCFG_DMASZ_MASK value by Gabor Juhos · 15 years ago
  54. b75bc15 ath9k: Remove unused variables in struct ath_beacon_config by Sujith · 15 years ago
  55. 2554935 ath9k: Lock config_interface() callback with a mutex by Sujith · 15 years ago
  56. b238e90 ath9k: Handle TSF properly for AP mode by Sujith · 15 years ago
  57. 5379c8a ath9k: Split beacon configuration into mode specific routines by Sujith · 15 years ago
  58. 9546aae ath9k: Cleanup beacon stuck processing by Sujith · 15 years ago
  59. 9fc9ab0 ath9k: Scrub beacon.c by Sujith · 15 years ago
  60. 0c98de6 ath9k: Use new scan notifiers from mac80211 by Sujith · 15 years ago
  61. 707c1b4 mac80211: Update IBSS beacon timestamp properly by Sujith · 15 years ago
  62. 0ad65bd ath5k: Set TSF fix by Alina Friedrichsen · 15 years ago
  63. b9a1619 ath9k: Set TSF fix by Alina Friedrichsen · 15 years ago
  64. ce4fbdb b43: Pass more RX flags to mac80211 by Michael Buesch · 15 years ago
  65. 91ed19f ath9k: Fix FIF_BCN_PRBRESP_PROMISC handling by Alina Friedrichsen · 15 years ago
  66. 541d8dd ath9k: Handle power modes in isr for power save. by Vivek Natarajan · 15 years ago
  67. 9331ec8 ath9k: Fill in rate_update mac80211 callback by Sujith · 15 years ago
  68. 25c9c87 mac80211: Always send a null data frame if TIM bit is set. by Vivek Natarajan · 15 years ago
  69. e0caf9e ath9k: Remove unused key xoring by Jouni Malinen · 15 years ago
  70. 672903b ath9k: Document keycache operations by Jouni Malinen · 15 years ago
  71. e65c226 mac80211: Fix TKIP/WEP HT capability handling by Sujith · 15 years ago
  72. a412c80 iwlwifi: reduce stack size by Frank Seidel · 15 years ago
  73. 64abd80 rt2x00: Fix SW antenna diversity by Ivo van Doorn · 15 years ago
  74. 14d2aac iwl3945 : use iwl_activate_qos by Abhijeet Kolekar · 15 years ago
  75. 2a4ddaa iwl3945: add iwl3945_setup_mac by Abhijeet Kolekar · 15 years ago
  76. c8f1613 iwlwifi: fix *pci_probe error flow by Reinette Chatre · 15 years ago
  77. 6e21f15 iwl3945: unify set key flow with iwlwifi by Abhijeet Kolekar · 15 years ago
  78. 7c4cbb6 iwl3945: synchronize timestamp with uCode by Abhijeet Kolekar · 15 years ago
  79. 39e6d22 iwlwifi: update 5150 API version to support new firmware by Jay Sternberg · 15 years ago
  80. 24776cf mac80211: Fix quality reporting for wireless stats by Johannes Berg · 15 years ago
  81. e79c1ba ssb: Add SPROM fallback support by Michael Buesch · 15 years ago
  82. e31ae05 mac80211: Notify the driver only when the beacon interval changes by Sujith · 15 years ago
  83. db5b4f7 ath5k: fix hw rate index condition by Jiri Slaby · 15 years ago
  84. 3f53dd6 ath9k: Fix hw crypto configuration for TKIP in AP mode by Jouni Malinen · 15 years ago
  85. 998a5a7 airo: reduce stack memory footprint by Frank Seidel · 15 years ago
  86. b837e60 wireless, wavelan: spin off by 1 by Roel Kluin · 15 years ago
  87. fa09632 ath9k: Remove ununsed ack duration stuff with long/short preamble by Vasanthakumar Thiagarajan · 15 years ago
  88. f40154e ath9k: Configure Power control register appropriately for h/w with 4k eeprom by Vasanthakumar Thiagarajan · 15 years ago
  89. 5fe7319 zd1211rw: Implement get_tsf() by Alina Friedrichsen · 15 years ago
  90. b3bd89c ath9k: Add module parameter to disable hardware crypto by Jouni Malinen · 15 years ago
  91. 623d563 iwlwifi: fix error flow in iwl*_pci_probe by Reinette Chatre · 15 years ago
  92. ef4bb70 rt2x00 : more devices to rt73usb.c by Xose Vazquez Perez · 15 years ago
  93. 9eb77ab rt2x00 : more devices to rt2500usb.c by Xose Vazquez Perez · 15 years ago
  94. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. 72e2240 bonding: Fix device passed into ->ndo_neigh_setup(). by Patrick McHardy · 15 years ago
  96. 77827a7 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  97. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 15 years ago
  98. 54acd0e net: Fix missing dev->neigh_setup in register_netdevice(). by David S. Miller · 15 years ago
  99. 8778694 tmspci: fix request_irq race by Meelis Roos · 15 years ago
  100. 2c3c3d0 sfc: Improve NIC internal error recovery by Ben Hutchings · 15 years ago