1. fe4506b igb: add DCA support by Jeb Cramer · 16 years ago
  2. e21ed35 igb: update ethtool stats to support multiqueue by Alexander Duyck · 16 years ago
  3. 661086d igb: Introduce multiple TX queues with infrastructure by Peter P Waskiewicz Jr · 16 years ago
  4. f731a9e ixgb: update copyright dates and versions by Jesse Brandeburg · 16 years ago
  5. 6d37ab2 ixgb: make NAPI the only option and the default by Jesse Brandeburg · 16 years ago
  6. 2c21fc6 ixgb: cleanup header by Jesse Brandeburg · 16 years ago
  7. c219934 ixgb: audit use of dev_kfree_skb_any by Jesse Brandeburg · 16 years ago
  8. 9e7bd33 ixgb: clean up assignments inside if statements by Jesse Brandeburg · 16 years ago
  9. fc2d14e ixgb: rx cleanup performance improvements by Jesse Brandeburg · 16 years ago
  10. 8441dab ixgb: cleanup checkpatch suggestions that are relevant by Jesse Brandeburg · 16 years ago
  11. 1459336 ixgb: trivial fix space after for by Jesse Brandeburg · 16 years ago
  12. 52035bd ixgb: fix spelling errors by Jesse Brandeburg · 16 years ago
  13. 0060c07 ixgb: whitespace fixups by Jesse Brandeburg · 16 years ago
  14. 9a43299 ixgb: cleanup space after while by Jesse Brandeburg · 16 years ago
  15. 03f8304 ixgb: format all if( to be if ( by Jesse Brandeburg · 16 years ago
  16. 7490d71 ixgb: clean up un-necessary declarations by Jesse Brandeburg · 16 years ago
  17. d9fed18 ixgb: add copybreak parameter by Jesse Brandeburg · 16 years ago
  18. 2115a64 ixgb: update readme text by Jesse Brandeburg · 16 years ago
  19. db58294 ixgb: remove lltx support and update tx routine by Jesse Brandeburg · 16 years ago
  20. 1257969 ixgb: fix unload race with timers by Jesse Brandeburg · 16 years ago
  21. b5ca88e ixgb: fix race on rx_buffer_len in mtu change by Jesse Brandeburg · 16 years ago
  22. 3433663 ixgb: move time stamp set before setting dma pointer by Jesse Brandeburg · 16 years ago
  23. a65a604 ixgb: don't allow too small MTU by Jesse Brandeburg · 16 years ago
  24. 72ab519 ixgb: check down state before enable irq by Jesse Brandeburg · 16 years ago
  25. a3dc3da ixgb: leave room for extra hardware memory usage by Jesse Brandeburg · 16 years ago
  26. 4360386 ixgb: fix bug in descriptor ring due to prefetch corruption by Jesse Brandeburg · 16 years ago
  27. e539e46 ixgb: repeat 32 bit ioremap cleanup by Jesse Brandeburg · 16 years ago
  28. 0f8ecba ixgb: maybe stop tx port missed a piece by Jesse Brandeburg · 16 years ago
  29. 1a342d2 ucc_geth: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  30. 0aa1538 gianfar: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  31. 32b0f53 via-rhine: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  32. 4422b00 cxgb: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  33. 29d0a2b S2io: Version update for IOMMU overflow checking and enable msi-x link interrupts patches. by Sreenivasa Honnur · 16 years ago
  34. 01e16fa S2io: Enable msi-x link interrupts. by Sreenivasa Honnur · 16 years ago
  35. 3f78d88 S2io: Fix IOMMU overflow checking. by Sreenivasa Honnur · 16 years ago
  36. 9088d9a via-velocity: add velocity_set_rxbufsize helper by Francois Romieu · 16 years ago
  37. 2813317 via-velocity: move residual free rx descriptors count register update by Francois Romieu · 16 years ago
  38. 8ac53af via-velocity: lean and clean velocity_init_rings by Francois Romieu · 16 years ago
  39. 580a690 via-velocity: remove the bounce buffers by Francois Romieu · 16 years ago
  40. 79d1638 netdev: Move atomic queue state bits into netdev_queue. by David S. Miller · 16 years ago
  41. b19fa1f net: Delete NETDEVICES_MULTIQUEUE kconfig option. by David S. Miller · 16 years ago
  42. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  43. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 16 years ago
  44. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago
  45. 970565b netdev: Move gso_skb into netdev_queue. by David S. Miller · 16 years ago
  46. c2aa288 mac80211: Decrease number of explicit ->tx_queue references. by David S. Miller · 16 years ago
  47. 0529794 pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6. by David S. Miller · 16 years ago
  48. 6fa9864 net: Clean up explicit ->tx_queue references in link watch. by David S. Miller · 16 years ago
  49. 3e745dd pkt_sched: Add qdisc_all_tx_empty() by David S. Miller · 16 years ago
  50. 5aa7099 pkt_sched: Add qdisc_reset_all_tx(). by David S. Miller · 16 years ago
  51. ee609cb netdev: Move next_sched into struct netdev_queue. by David S. Miller · 16 years ago
  52. 74d58a0 pkt_sched: Make netem queue agnostic. by David S. Miller · 16 years ago
  53. 68dfb42 pkt_sched: Kill stats_lock member of struct Qdisc. by David S. Miller · 16 years ago
  54. 816f325 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. by David S. Miller · 16 years ago
  55. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  56. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
  57. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  58. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  59. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  60. e65d22e pkt_sched: Remove comment reference to old style TX locking. by David S. Miller · 16 years ago
  61. 7c3ceb4a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  62. 54dceb0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  63. 11a100f vlan: avoid header copying and linearisation where possible by Patrick McHardy · 16 years ago
  64. b223856 ipv6: fix race between ipv6_del_addr and DAD timer by Andrey Vagin · 16 years ago
  65. b463727 net/wireless/nl80211.c: fix endless Netlink callback loop. by Julius Volz · 16 years ago
  66. 0e25b4e rtl8187: Change detection of RTL8187B with USB ID of 8187 by Larry Finger · 16 years ago
  67. 5c036b2 rtl8187: updating Kconfig to support RTL8187B by Hin-Tak Leung · 16 years ago
  68. 6f7853f rtl8187: change rtl8187_dev.c to support RTL8187B (part 2) by Hin-Tak Leung · 16 years ago
  69. f8a08c3 rtl8187: change rtl8187_dev.c to support RTL8187B (part 1) by Hin-Tak Leung · 16 years ago
  70. e7d414f rtl8187: updating rtl8187_rtl8225.c to support RTL8187B by Hin-Tak Leung · 16 years ago
  71. d1e11af rtl8187: updating rtl818x.h to support RTL8187B by Hin-Tak Leung · 16 years ago
  72. c44ac0b rtl8187: updating rtl8187.h to support RTL8187B by Hin-Tak Leung · 16 years ago
  73. 84263b0 rt2x00: Fix register comments by Ivo van Doorn · 16 years ago
  74. 0ac2a00 hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PM by Pavel Roskin · 16 years ago
  75. 70197ed b43legacy: Remove switch statement with 64-bit index by Larry Finger · 16 years ago
  76. ae73e58 rt2x00: Report RX end time for rt2400pci by Ivo van Doorn · 16 years ago
  77. 8e260c2 rt2x00: Use ieee80211_hw->workqueue again by Ivo van Doorn · 16 years ago
  78. ff35239 rt2x00: Decrease alignment headroom by Ivo van Doorn · 16 years ago
  79. 50db787 rt2x00: Remove input_polldev requirements for rfkill by Ivo van Doorn · 16 years ago
  80. f2cae6c zd1211rw: beacon config error checking by Daniel Drake · 16 years ago
  81. 6ef307b mac80211: fix lots of kernel-doc by Randy Dunlap · 16 years ago
  82. fd4484af rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switch by Henrique de Moraes Holschuh · 16 years ago
  83. 0f687e9 rfkill: some minor kernel-doc changes for rfkill_toggle_radio by Henrique de Moraes Holschuh · 16 years ago
  84. e4abd4d mac80211: add support for iwconfig wlanX frag auto by Emmanuel Grumbach · 16 years ago
  85. 5fdae6b mac80211: aes_ccm.c remove crypto wrapper and extra args by Harvey Harrison · 16 years ago
  86. feccb46 mac80211: pass scratch buffer directly, remove additional pointers by Harvey Harrison · 16 years ago
  87. c34498b mac80211: wpa.c remove rx/tx_data ->fc users by Harvey Harrison · 16 years ago
  88. a7767f9 mac80211: remove trivial rx_data->fc users by Harvey Harrison · 16 years ago
  89. fc32f92 mac80211: call bss_info_change only once upon disassociation by Tomas Winkler · 16 years ago
  90. 8e8862b mac80211: remove ieee80211_get_hdr_info by Harvey Harrison · 16 years ago
  91. f14df80 mac80211: remove one user of ieee80211_get_hdr_info by Harvey Harrison · 16 years ago
  92. 73e1f7c mac80211: use symbolic defines in wpa.c by Harvey Harrison · 16 years ago
  93. 238f74a mac80211: move QOS control helpers into ieee80211.h by Harvey Harrison · 16 years ago
  94. 994d31f iwlwifi: fix typo which caused iwl_get_tx_fail_reason to ever return an empty string by Helmut Schaa · 16 years ago
  95. 4e887d5 mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig. by Rami Rosen · 16 years ago
  96. 80fcc9e iwlwifi: remove input device and fix rfkill state by Adel Gadllah · 16 years ago
  97. ebd7448 mac80211: fix warning: unused variable ifsta by Tomas Winkler · 16 years ago
  98. 3235427 iwlwifi: request Tx of block ack request if necessary by Ron Rindjunsky · 16 years ago
  99. d96a7bc mac80211: remove useless tid assignment for management and control frames by Tomas Winkler · 16 years ago
  100. 429a380 mac80211: add block ack request capability by Ron Rindjunsky · 16 years ago