1. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  2. 53e5e96 drivers/net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  3. 5047887 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  4. 51a379d mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files by Jack Morgenstein · 16 years ago
  5. 1096d63 ibmveth: enable driver for CMO by Robert Jennings · 16 years ago
  6. ea866e6 ibmveth: Automatically enable larger rx buffer pools for larger mtu by Santiago Leon · 16 years ago
  7. fb6813f virtio: Recycle unused recv buffer pages for large skbs in net driver by Rusty Russell · 16 years ago
  8. 97402b9 virtio net: Allow receiving SG packets by Herbert Xu · 16 years ago
  9. a9ea3fc virtio net: Add ethtool ops for SG/GSO by Herbert Xu · 16 years ago
  10. 9953ca6 virtio: fix virtio_net xmit of freed skb bug by Mark McLoughlin · 16 years ago
  11. 5c40235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  12. 3fde80e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 16 years ago
  13. c3c2233 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  14. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 16 years ago
  15. ac0a2d0 mv643xx_eth: bump version to 1.2 by Lennert Buytenhek · 16 years ago
  16. e32b661 mv643xx_eth: enable hardware TX checksumming with vlan tags by Lennert Buytenhek · 16 years ago
  17. 2f7eb47 mv643xx_eth: print message on link status change by Lennert Buytenhek · 16 years ago
  18. 81600eea9 mv643xx_eth: use auto phy polling for configuring (R)(G)MII interface by Lennert Buytenhek · 16 years ago
  19. 7dde154 mv643xx_eth: print driver version on init by Lennert Buytenhek · 16 years ago
  20. 7f106c1 mv643xx_eth: use symbolic MII register addresses and values by Lennert Buytenhek · 16 years ago
  21. cd4ccf7 mv643xx_eth: use longer DMA bursts by Lennert Buytenhek · 16 years ago
  22. ae9ae06 mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit path by Lennert Buytenhek · 16 years ago
  23. 65193a9 mv643xx_eth: don't fiddle with maximum receive packet size setting by Lennert Buytenhek · 16 years ago
  24. 4dfc1c8 mv643xx_eth: fix transmit-reclaim-in-napi-poll by Lennert Buytenhek · 16 years ago
  25. 6b368f6 mv643xx_eth: prevent breakage when link goes down during transmit by Lennert Buytenhek · 16 years ago
  26. 8fa89bf mv643xx_eth: fix TX hang erratum workaround by Lennert Buytenhek · 16 years ago
  27. 30d3854 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  28. e8ebe3b e1000e: fix e1000_netpoll(), remove extraneous e1000_clean_tx_irq() call by Ingo Molnar · 16 years ago
  29. 867240f WAN: Use u32 type instead of u_int32_t in LMC driver. by Krzysztof Hałasa · 16 years ago
  30. 64bef76 WAN: Port LMC driver to generic HDLC by Krzysztof Hałasa · 16 years ago
  31. 52e8a6a WAN: Convert Zilog-based drivers to generic HDLC by Krzysztof Hałasa · 16 years ago
  32. aca25753 WAN: Port COSA driver to generic HDLC. by Krzysztof Hałasa · 16 years ago
  33. 0bee8db WAN: farsync driver no longer uses syncppp.c directly by Krzysztof Hałasa · 16 years ago
  34. b22267d WAN: Convert PC300 driver to use normal u8/u16/u32 types by Krzysztof Hałasa · 16 years ago
  35. c36936c WAN: Remove dead code from PC300 driver, part #2 by Krzysztof Hałasa · 16 years ago
  36. ea96616 WAN: Remove dead code from PC300 driver, part #1 by Krzysztof Hałasa · 16 years ago
  37. c1a0f0c WAN: Remove unneeded "#include <net/syncppp.h>" by Krzysztof Hałasa · 16 years ago
  38. efa4158 Remove bogus variables from syncppp.[ch] by Krzysztof Hałasa · 16 years ago
  39. 4dfce40 WAN: cosmetic changes to generic HDLC by Krzysztof Hałasa · 16 years ago
  40. 7644264 mlx4_core: Improve error message when not enough UAR pages are available by Roland Dreier · 16 years ago
  41. 95d04f0 IB/mlx4: Add support for memory management extensions and local DMA L_Key by Roland Dreier · 16 years ago
  42. 87f4abb m68knommu: remove last use of CONFIG_FADS and CONFIG_RPXCLASSIC by Greg Ungerer · 16 years ago
  43. c1863be m68knommu: remove RPXCLASSIC from the m68k tree by Sebastian Siewior · 16 years ago
  44. 0d176af m68knommu: fec: remove FADS by Sebastian Siewior · 16 years ago
  45. 8a6d2ea sky2: don't stop queue on shutdown by Stephen Hemminger · 16 years ago
  46. c010b2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  47. 521c4d9 ipw2200: Call netif_*_queue() interfaces properly. by David S. Miller · 16 years ago
  48. 4255589 netxen: Needs to include linux/vmalloc.h by David S. Miller · 16 years ago
  49. 380bab1 Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  50. d6f8aa8 [netdrvr] atl1d: fix !CONFIG_PM build by Jeff Garzik · 16 years ago
  51. 7cf7526 Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  52. b0e4539 r6040: rework init_one error handling by Florian Fainelli · 16 years ago
  53. 1de9529 r6040: bump release number to 0.18 by Florian Fainelli · 16 years ago
  54. e24ddf3 r6040: handle RX fifo full and no descriptor interrupts by Florian Fainelli · 16 years ago
  55. 31718de r6040: change the default waiting time by Florian Fainelli · 16 years ago
  56. 32f565d r6040: use definitions for magic values in descriptor status by Florian Fainelli · 16 years ago
  57. 9ca28dc r6040: completely rework the RX path by Florian Fainelli · 16 years ago
  58. 129cf9a r6040: call napi_disable when puting down the interface and set lp->dev accordingly. by Florian Fainelli · 16 years ago
  59. f2ca60f mv643xx_eth: fix NETPOLL build by Lennert Buytenhek · 16 years ago
  60. 3d46341 r6040: rework the RX buffers allocation routine by Florian Fainelli · 16 years ago
  61. fec3a23 r6040: fix scheduling while atomic in r6040_tx_timeout by Florian Fainelli · 16 years ago
  62. 3d25434 r6040: fix null pointer access and tx timeouts by Florian Fainelli · 16 years ago
  63. c6e69bb r6040: prefix all functions with r6040 by Florian Fainelli · 16 years ago
  64. 7e99eed rndis_host: support WM6 devices as modems by Thomas Backlund · 16 years ago
  65. 7a2f53e at91_ether: use netstats in net_device structure by Paulius Zaleckas · 16 years ago
  66. aa6ef27 sfc: Create one RX queue and interrupt per CPU package by default by Ben Hutchings · 16 years ago
  67. 8d9853d sfc: Use a separate workqueue for resets by Ben Hutchings · 16 years ago
  68. 9dadae6 sfc: I2C adapter initialisation fixes by Ben Hutchings · 16 years ago
  69. 8125029 e1000: make ioport free by Taku Izumi · 16 years ago
  70. c3570ac e1000: delete non NAPI code from the driver by Francois Romieu · 16 years ago
  71. 63cd31f e1000: remove email reference by Jeff Kirsher · 16 years ago
  72. c7be73b e1000: Move assignments in tests before test by Joe Perches · 16 years ago
  73. b118402 e1000: checkpatch clean by Joe Perches · 16 years ago
  74. e982f17 e1000: Remove spaces after casts and function names by Joe Perches · 16 years ago
  75. c03e83b e1000: Move extern function definitions to e1000.h by Joe Perches · 16 years ago
  76. 1dc3291 e1000: Use hw, er32, and ew32 by Joe Perches · 16 years ago
  77. 6479884 e1000: neaten function declarations by Joe Perches · 16 years ago
  78. cdc18a6 Fix typo in meth driver by Christoph Lameter · 16 years ago
  79. a6a5325 atl1e: Atheros L1E Gigabit Ethernet driver by Jie Yang · 16 years ago
  80. bb5d10a ixgbe: remove device ID for unsupported device by Jesse Brandeburg · 16 years ago
  81. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  82. 1a4dc68 8139too: Fall back to PIO when MMIO fails. by Dave Jones · 16 years ago
  83. 152151d 8139too: Force usage of PIO on OQO2 by Dave Jones · 16 years ago
  84. eb58134 8139too: Make PIO/MMIO a runtime decision through a module parameter. by Dave Jones · 16 years ago
  85. 7239016d net/phy: Fix 88e1111 copper/fiber selection in RGMII mode by Wang Jian · 16 years ago
  86. 9cf8fa4 net/phy: Fix copper/fiber auto-selection for 88e1111 by Wang Jian · 16 years ago
  87. c0e5a8c net: tun.c fix cast by Harvey Harrison · 16 years ago
  88. 25ac3c2 net: igb_main.c fix sparse integer as NULL pointer warning by Harvey Harrison · 16 years ago
  89. f8e5e77 DM9000: Remove magic numbers by Ben Dooks · 16 years ago
  90. 5873556 netxen: update driver version by Dhananjay Phadke · 16 years ago
  91. cd1f816 netxen: enable tso6, intr coalescing. by Dhananjay Phadke · 16 years ago
  92. d9e651b netxen: cut-through rx changes by Dhananjay Phadke · 16 years ago
  93. c9fc891 netxen: mtu, mac, link status changes by Dhananjay Phadke · 16 years ago
  94. 48bfd1e netxen: add netxen_nic_ctx.c by Dhananjay Phadke · 16 years ago
  95. a97342f netxen: remove netxen_nic_isr.c by Dhananjay Phadke · 16 years ago
  96. 2956640 netxen: pci probe and firmware init changes by Dhananjay Phadke · 16 years ago
  97. 3ce06a3 netxen: add 2MB PCI memory support by Dhananjay Phadke · 16 years ago
  98. e4c93c8 netxen: add defs for new chip/boards by Dhananjay Phadke · 16 years ago
  99. 623621b netxen: hw multicast filtering by Dhananjay Phadke · 16 years ago
  100. 7830b22 netxen: cleanup unused variables/functions by Dhananjay Phadke · 16 years ago