1. 8a34e2f net: Fix a build break because of a typo in drivers/net/3c503.c by Sachin Sant · 15 years ago
  2. 2a6ba39 can: sja1000: legacy SJA1000 ISA bus driver by Wolfgang Grandegger · 15 years ago
  3. 8935f57 can: sja1000: fix network statistics update by Wolfgang Grandegger · 15 years ago
  4. 39e3ab6 can: add can_free_echo_skb() for upcoming drivers by Wolfgang Grandegger · 15 years ago
  5. fab4e76 WAN: dscc4: Fix warning pointing out a bug. by David S. Miller · 15 years ago
  6. 6fdfa97 enic: organize device initialization/deinit into separate functions by Scott Feldman · 15 years ago
  7. 491598a enic: bug fix: check for zero port MTU before posting warning by Scott Feldman · 15 years ago
  8. d73149f enic: changes to driver/firmware interface by Scott Feldman · 15 years ago
  9. 9f63a7c enic: bug fix: enable VLAN filtering by Scott Feldman · 15 years ago
  10. 6ba9cdc enic: provision for multiple Rx/Tx queues; prepare for RSS support by Scott Feldman · 15 years ago
  11. 350991e enic: bug fix: included MAC drops in rx_dropped netstat by Scott Feldman · 15 years ago
  12. 56ac88b enic: bug fix: protect fw call i/f with spinlock by Scott Feldman · 15 years ago
  13. d19e22d enic: use netdev_alloc_skb by Scott Feldman · 15 years ago
  14. ea0d7d9 enic: bug fix: split TSO fragments larger than 16K into multiple descs by Scott Feldman · 15 years ago
  15. 4badc38 enic: workaround A0 erratum by Scott Feldman · 15 years ago
  16. 27e6c7d enic: add support for multiple BARs by Scott Feldman · 15 years ago
  17. 2c11455 macvlan: add multiqueue capability by Eric Dumazet · 15 years ago
  18. 0fa0ee05 netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data by Ben Hutchings · 15 years ago
  19. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  20. aae5e7c netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctls by Ben Hutchings · 15 years ago
  21. c23ddf8 sky2: only enable Vaux if capable of wakeup by Stephen Hemminger · 15 years ago
  22. cf503e8 netxen: fix infinite loop on dma mapping failure by Dhananjay Phadke · 15 years ago
  23. 270e57e netxen: remove duplicate napi_add by Dhananjay Phadke · 15 years ago
  24. bc75e5b netxen: fix lro buffer allocation by Dhananjay Phadke · 15 years ago
  25. d4ab881 ixgbe: Add support for using FCoE DDP in 82599 as FCoE targets by Yi Zou · 15 years ago
  26. 09ad1cc ixgbe: Distribute transmission of FCoE traffic in 82599 by Yi Zou · 15 years ago
  27. 8de8b2e ixgbe: Add support for multiple Tx queues for FCoE in 82599 by Yi Zou · 15 years ago
  28. ae641bd igb: set vf rlpml wasn't taking vlan tag into account by Alexander Duyck · 15 years ago
  29. 2dfd121 igb: only disable/enable interrupt bits for igb physical function by Alexander Duyck · 15 years ago
  30. ff41f8d igb: add support for set_rx_mode netdevice operation by Alexander Duyck · 15 years ago
  31. 81538e7 fec: don't enable irqs in hard irq context by Uwe Kleine-König · 15 years ago
  32. 84177a2 fec: fix recursive locking of mii_lock by Uwe Kleine-König · 15 years ago
  33. 3eb0027 NET: Fix possible corruption in bpqether driver by Ralf Baechle · 15 years ago
  34. ab08999 WARNING: some request_irq() failures ignored in el2_open() by roel kluin · 15 years ago
  35. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
  36. 3f968de 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. d0bec34 ath9k: Reconfigure beacon timers after the scan is completed. by Vivek Natarajan · 15 years ago
  38. 4417527 wireless: update top level wireless driver entry by Luis R. Rodriguez · 15 years ago
  39. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  40. daf09de tg3: Update version to 3.102 by Matt Carlson · 15 years ago
  41. 882e979 tg3: Add MDIO bus address assignments by Matt Carlson · 15 years ago
  42. a1b950d tg3: Add 5717 NVRAM detection routines by Matt Carlson · 15 years ago
  43. f6eb9b1 tg3: Add 5717 asic rev by Matt Carlson · 15 years ago
  44. 8d9d7cf tg3: Assign rx ret producer indexes by vector by Matt Carlson · 15 years ago
  45. 0c1d0e2 tg3: Adjust RSS ring allocation strategies by Matt Carlson · 15 years ago
  46. baf8a94 tg3: Add RSS support by Matt Carlson · 15 years ago
  47. b6080e1 tg3: Add coalesce parameters for msix vectors by Matt Carlson · 15 years ago
  48. fed9781 tg3: Enable NAPI instances for other int vectors by Matt Carlson · 15 years ago
  49. fe5f578 tg3: Add TSS support by Matt Carlson · 15 years ago
  50. 89aeb3b tg3: Update intmbox and coal_now for msix by Matt Carlson · 15 years ago
  51. f77a6a8 tg3: Add tx and rx ring resource tracking by Matt Carlson · 15 years ago
  52. 646c9ed tg3: Add mailbox assignments by Matt Carlson · 15 years ago
  53. 679563f tg3: Add MSI-X support by Matt Carlson · 15 years ago
  54. 4f125f4 tg3: Add support code around kernel interrupt API by Matt Carlson · 15 years ago
  55. 2d31eca tg3: Create tg3_rings_reset() by Matt Carlson · 15 years ago
  56. fd2ce37 tg3: Add per-int coalesce now member by Matt Carlson · 15 years ago
  57. f19af9c tg3: inline tg3_cond_int() by Matt Carlson · 15 years ago
  58. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  59. 3732e9b xilinx_emaclite: Fix permissions on driver sources. by David S. Miller · 15 years ago
  60. dcbfef8 au1000_eth: possible NULL dereference of aup->mii_bus->irq in au1000_probe() by roel kluin · 15 years ago
  61. 72c6068 sky2: Use 32bit read to read Y2_VAUX_AVAIL by Mike McCormack · 15 years ago
  62. 90bbebb sky2: Create buffer alloc and free helpers by Mike McCormack · 15 years ago
  63. 10547ae sky2: fix management of driver LED by Stephen Hemminger · 15 years ago
  64. 89f56d1 tun: reuse struct sock fields by Michael S. Tsirkin · 15 years ago
  65. 885a136 bonding: use compare_ether_addr_64bits() in ALB by Eric Dumazet · 15 years ago
  66. ac06713 macvlan: Use compare_ether_addr_64bits() by Eric Dumazet · 15 years ago
  67. c3c7432 ixgbe: Patch to fix 82599 multispeed fiber link issues when driver is loaded without any cable and reconnecting it to 1G partner by Mallikarjuna R Chilakala · 15 years ago
  68. b7fdb71 ixgbe: Properly disable DCB arbiters prior to applying changes by Peter P Waskiewicz Jr · 15 years ago
  69. 8620a10 ixgbe: refactor link setup code by Mallikarjuna R Chilakala · 15 years ago
  70. fd38d7a e1000: Fix for e1000 kills IPMI on a tagged vlan. by Graham, David · 15 years ago
  71. 04e715c iwmc3200wifi: Add a last_fw_err debugfs entry by Samuel Ortiz · 15 years ago
  72. d210176 iwmc3200wifi: Handle UMAC stalls and UMAC assert properly by Samuel Ortiz · 15 years ago
  73. d04bd62 iwmc3200wifi: New initial LMAC calibration by Samuel Ortiz · 15 years ago
  74. 31452420 iwmc3200wifi: fix misuse of le16_to_cpu by Zhu Yi · 15 years ago
  75. c743627 iwmc3200wifi: add disconnect work by Zhu Yi · 15 years ago
  76. de15fd3 iwmc3200wifi: use cfg80211_roamed to send roam event by Zhu Yi · 15 years ago
  77. d041811 iwmc3200wifi: Fix sparse warning by Samuel Ortiz · 15 years ago
  78. b90a5c9 iwmc3200wifi: Set WEP key from connect by Samuel Ortiz · 15 years ago
  79. ae73abf iwmc3200wifi: invalidate profile when necessary before connect by Zhu Yi · 15 years ago
  80. 2b7dcfb rndis_wlan: remove 'select WIRELESS_EXT' in Kconfig by Jussi Kivilinna · 15 years ago
  81. 53d27ea rndis_wlan: fix sparse endianess warnings by Jussi Kivilinna · 15 years ago
  82. c5c4fe9 rndis_wlan: cleanup by Jussi Kivilinna · 15 years ago
  83. 051ae0b rndis_wlan: use bool for on/off switches by Jussi Kivilinna · 15 years ago
  84. 8f43161 ath9k: Call spin_lock_bh() on btcoex_lock by Vasanthakumar Thiagarajan · 15 years ago
  85. ebb8e1d ath9k: Move generic hw timer intr handler to bottom-half by Vasanthakumar Thiagarajan · 15 years ago
  86. 6ee1652 ixgbe: Add support for dcbnl_rtnl_ops.setapp/getapp by Yi Zou · 15 years ago
  87. 8450ff8 ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599 by Yi Zou · 15 years ago
  88. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  89. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  90. 0fc4809 appletalk: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  91. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  92. 27a1de9 3com: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  93. ad09646 tulip: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  94. 3a27c14 uwb: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  95. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  96. 6518bbb irda: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  97. dbf02fa netdev: convert pcmcia drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  98. 4c5d502 hdlc: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  99. d71a674 wan: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  100. 61a8410 tokenring: convert to netdev_tx_t by Stephen Hemminger · 15 years ago