1. 3989203 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  2. 37efa23 b44: Use kernel DMA addresses for the kernel DMA API by Michael Buesch · 15 years ago
  3. 35a7433 forcedeth: Fix resume from hibernation regression. by Ed Swierk · 15 years ago
  4. 10fd9d7 ibm_newemac: Fix dangerous struct assumption by Jean Delvare · 15 years ago
  5. 29ebd9a smsc911x: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  6. ad3620a axnet_cs: fix phy_id detection for bogus Asix chip. by Ken Kawasaki · 15 years ago
  7. 57579f7 bnx2: Use request_firmware() by Michael Chan · 15 years ago
  8. 5d4d9e8 b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}() by Michael Buesch · 15 years ago
  9. 62994b2 virtio_net: Set the mac config only when VIRITO_NET_F_MAC by Alex Williamson · 15 years ago
  10. cd36e9e myri_sbus: use request_firmware by Jaswinder Singh Rajput · 15 years ago
  11. 81c5228 e1000: fix loss of multicast packets by Jesse Brandeburg · 15 years ago
  12. 2b05e00 vxge: should include tcp.h by Alexander Beregalov · 15 years ago
  13. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  14. ef8a97bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  15. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  16. 6c8ad3b glge: remove unused #include <version.h> by Huang Weiyi · 15 years ago
  17. 345bec6 dnet: remove unused #include <version.h> by Huang Weiyi · 15 years ago
  18. 0de8ca5 hso: fix for the 'invalid frame length' messages by Jan Dumon · 15 years ago
  19. 3b7d2b3 hso: fix for crash when unplugging the device by Jan Dumon · 15 years ago
  20. b6bc978 fsl_pq_mdio: Fix compile failure by Segher Boessenkool · 15 years ago
  21. 0ac023f fsl_pq_mdio: Revive UCC MDIO support by Anton Vorontsov · 15 years ago
  22. da1aa63 ucc_geth: Pass proper device to DMA routines, otherwise oops happens by Anton Vorontsov · 15 years ago
  23. a2c465d tc35815: Fix build error if NAPI enabled by Atsushi Nemoto · 15 years ago
  24. 9961d842 hso: add Vendor/Product ID's for new devices by Jan Dumon · 15 years ago
  25. 530e2eb ucc_geth: Remove unused header by Kumar Gala · 15 years ago
  26. 53ea219 gianfar: Remove unused header by Kumar Gala · 15 years ago
  27. 4ff61c8 kaweth: Fix locking to be SMP-safe by Larry Finger · 15 years ago
  28. d78ad8c r8169: reset IntrStatus after chip reset by Karsten Wiese · 15 years ago
  29. f9ed885 ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ring parameters by Mallikarjuna R Chilakala · 15 years ago
  30. 71fd570 ixgbe: fix ethtool -A|a behavior by Don Skidmore · 15 years ago
  31. a20a119 ixgbe: Patch to fix driver panic while freeing up tx & rx resources by Mallikarjuna R Chilakala · 15 years ago
  32. 44df32c ixgbe: refactor tx buffer processing to use skb_dma_map/unmap by Alexander Duyck · 15 years ago
  33. 8be0e46 ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU cores by PJ Waskiewicz · 15 years ago
  34. cd7664f ixgbe: feature - driver to default with FC on. by Don Skidmore · 15 years ago
  35. ea4af4f ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow Control by PJ Waskiewicz · 15 years ago
  36. 7c5b832 ixgbe: Fix ethtool output with advertised mode. by Don Skidmore · 15 years ago
  37. b453368 ixgbe: fix build when DEBUG is defined by Alexander Duyck · 15 years ago
  38. 3fe7c4c net/igb: Fix kexec with igb (rev. 3) by Rafael J. Wysocki · 15 years ago
  39. cdfa9f6 igb: cleanup igb loopback path by Alexander Duyck · 15 years ago
  40. a6a6056 igb: increase delay for copper link setup by Alexander Duyck · 15 years ago
  41. d1a8c9e igb: set num_rx/tx_queues to 0 when queues are freed by Alexander Duyck · 15 years ago
  42. 59c3de8 igb: add support for x2 link width configurations by Alexander Duyck · 15 years ago
  43. 9404c82 net/fec_mpc52xx: Don't dereference phy_device if it is NULL by Grant Likely · 15 years ago
  44. d360009 net/fec_mpc52xx: Migrate to net_device_ops. by Henk Stegeman · 15 years ago
  45. 461cadb net/fec_mpc52xx: fix BUG on missing dma_ops by Grant Likely · 15 years ago
  46. f178285 Neterion: New driver: Kconfig and Makefile by Ramkrishna Vepa · 15 years ago
  47. 5f548a3 Neterion: New driver: Driver version by Ramkrishna Vepa · 15 years ago
  48. d26078f Neterion: New driver: Ethtool related by Ramkrishna Vepa · 15 years ago
  49. 703da5a Neterion: New driver: Main entry points by Ramkrishna Vepa · 15 years ago
  50. 1132413 Neterion: New driver: Traffic & alarm handler by Ramkrishna Vepa · 15 years ago
  51. 40a3a91 Neterion: New driver: Hardware init & configuration by Ramkrishna Vepa · 15 years ago
  52. 66d97fe Neterion: New driver: register set - vxge-reg.h by Ramkrishna Vepa · 15 years ago
  53. 7e765cb sfc: Call netif_napi_add() before registering our interrupt handler by Ben Hutchings · 15 years ago
  54. bb1fee8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/net-next-2.6 by David S. Miller · 15 years ago
  55. eeb5f5c ETHOC: fix build breakage on s390 by Heiko Carstens · 15 years ago
  56. 15f7176 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  57. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  58. 915db32 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  59. 75bf758 smc91c92_cs: use request_firmware by Jaswinder Singh Rajput · 15 years ago
  60. 4b6ece9 3C359: use request_firmware by Jaswinder Singh Rajput · 15 years ago
  61. a7a5eb9 yam: use request_firmware by Jaswinder Singh Rajput · 15 years ago
  62. 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 16 years ago
  63. 3a070ad trivial: fix typo "varaible" -> "variable" by Uwe Kleine-Koenig · 16 years ago
  64. 91e8a30 MIPS: Alchemy: PB1200: use SMC91X platform data. by Manuel Lauss · 15 years ago
  65. 12e22e8 MIPS: Stop using <asm-generic/int-l64.h>. by Ralf Baechle · 15 years ago
  66. 9ff9a26 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  67. 321dee6 wireless: remove duplicated .ndo_set_mac_address by Alexander Beregalov · 15 years ago
  68. 13223cb Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  69. 1383bdb tg3: Add GRO support. by David S. Miller · 15 years ago
  70. 4099e01 niu: Add GRO support. by David S. Miller · 15 years ago
  71. 129dd96 ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe(). by David S. Miller · 15 years ago
  72. ee76db5 gianfar: Fix use-after-of_node_put() in gfar_of_init(). by David S. Miller · 15 years ago
  73. e7557af netpoll: store local and remote ip in net-endian by Harvey Harrison · 15 years ago
  74. 3e8af30 dmascc: fix incomplete conversion to network_device_ops by Alexander Beregalov · 15 years ago
  75. 79f1bc0 ni5010: convert to net_device_ops by Alexander Beregalov · 15 years ago
  76. 0fe41b8 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  77. 7c730cc Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  78. d54b353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  79. ed40d0c Merge branch 'origin' into devel by Russell King · 15 years ago
  80. 82268da Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  81. e4e72fb mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi by Johannes Berg · 15 years ago
  82. b172023 mac80211: unify and fix TX aggregation start by Johannes Berg · 15 years ago
  83. 08df05a iwlwifi: show current driver status in user readable format by Wey-Yi Guy · 15 years ago
  84. 5a0fe8a ath5k: properly drop packets from ops->tx by Bob Copeland · 15 years ago
  85. de00c04 ar9170: single module build by Christian Lamparter · 15 years ago
  86. 051b919 ath9k: fix dma mapping leak of rx buffer upon rmmod by Luis R. Rodriguez · 15 years ago
  87. 14344b8 rt2x00: New USB ID for rt73usb by Ivo van Doorn · 15 years ago
  88. b726604 ath5k: warn and correct rate for unknown hw rate indexes by Bob Copeland · 15 years ago
  89. a3c0b87 b43: fix b43_plcp_get_bitrate_idx_ofdm return type by Lorenzo Nava · 15 years ago
  90. a1bfa0e p54: Kconfig maintenance by Christian Lamparter · 15 years ago
  91. 4a48e2a ar9170: simplify & deBUG tx_status queueing and reporting by Christian Lamparter · 15 years ago
  92. af83deb ath5k: Support LED's on Acer Extensa 5620z by Tulio Magno Quites Machado Filho · 15 years ago
  93. 75ca88c ar9170: update Makefile, Kconfig and MAINTAINERS by Christian Lamparter · 15 years ago
  94. b63a2cb ar9170: ar9170: USB frontend driver by Christian Lamparter · 15 years ago
  95. 6cb1935 ar9170: mac/bbp and phy code by Christian Lamparter · 15 years ago
  96. e9348cd ar9170: ar9170: mac80211 interaction code by Christian Lamparter · 15 years ago
  97. 23b53f4 ar9170: hardware and eeprom header files by Christian Lamparter · 15 years ago
  98. 98dfaa5 mac80211_hwsim: let the reg workqueue breathe when regtest is set by Luis R. Rodriguez · 15 years ago
  99. 9cb5412 Add mesh point functionality to ath9k by Pat Erley · 15 years ago
  100. d8cd7ef p54: fix SoftLED compile dependencies by Christian Lamparter · 15 years ago