1. 2f3061e pcmcia: remove unused argument to pcmcia_parse_tuple() by Dominik Brodowski · 16 years ago
  2. 994917f pcmcia: card services header cleanup by Dominik Brodowski · 16 years ago
  3. 1168386 pcmcia: deprecate CS_OUT_OF_RESOURCE by Dominik Brodowski · 16 years ago
  4. 4c89e88 pcmcia: deprecate CS_SUCCESS by Dominik Brodowski · 16 years ago
  5. ad913c1 pcmcia: pcmcia_config_loop() improvement by passing vcc by Dominik Brodowski · 16 years ago
  6. 8e2fc39 pcmcia: pcmcia_config_loop() default CIS entry handling by Dominik Brodowski · 16 years ago
  7. 498ac18 pcmcia: pcmcia_config_loop() ConfigIndex unification by Dominik Brodowski · 16 years ago
  8. b54bf94 pcmcia: use pcmcia_loop_config in net pcmcia drivers by Dominik Brodowski · 16 years ago
  9. c713e7c ibmveth: Fix multiple errors with dma_mapping_error conversion by Stephen Rothwell · 16 years ago
  10. 8be1a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  11. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  12. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  13. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  14. e286781 mm: speculative page references by Nick Piggin · 16 years ago
  15. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  16. 53e5e96 drivers/net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  17. 5047887 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  18. 51a379d mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files by Jack Morgenstein · 16 years ago
  19. 1096d63 ibmveth: enable driver for CMO by Robert Jennings · 16 years ago
  20. ea866e6 ibmveth: Automatically enable larger rx buffer pools for larger mtu by Santiago Leon · 16 years ago
  21. fb6813f virtio: Recycle unused recv buffer pages for large skbs in net driver by Rusty Russell · 16 years ago
  22. 97402b9 virtio net: Allow receiving SG packets by Herbert Xu · 16 years ago
  23. a9ea3fc virtio net: Add ethtool ops for SG/GSO by Herbert Xu · 16 years ago
  24. 9953ca6 virtio: fix virtio_net xmit of freed skb bug by Mark McLoughlin · 16 years ago
  25. 5c40235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  26. 3fde80e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 16 years ago
  27. c3c2233 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  28. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 16 years ago
  29. 30d3854 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  30. e8ebe3b e1000e: fix e1000_netpoll(), remove extraneous e1000_clean_tx_irq() call by Ingo Molnar · 16 years ago
  31. 7644264 mlx4_core: Improve error message when not enough UAR pages are available by Roland Dreier · 16 years ago
  32. 95d04f0 IB/mlx4: Add support for memory management extensions and local DMA L_Key by Roland Dreier · 16 years ago
  33. 87f4abb m68knommu: remove last use of CONFIG_FADS and CONFIG_RPXCLASSIC by Greg Ungerer · 16 years ago
  34. c1863be m68knommu: remove RPXCLASSIC from the m68k tree by Sebastian Siewior · 16 years ago
  35. 0d176af m68knommu: fec: remove FADS by Sebastian Siewior · 16 years ago
  36. 8a6d2ea sky2: don't stop queue on shutdown by Stephen Hemminger · 16 years ago
  37. c010b2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  38. 521c4d9 ipw2200: Call netif_*_queue() interfaces properly. by David S. Miller · 16 years ago
  39. 4255589 netxen: Needs to include linux/vmalloc.h by David S. Miller · 16 years ago
  40. 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
  41. d6f8aa8 [netdrvr] atl1d: fix !CONFIG_PM build by Jeff Garzik · 16 years ago
  42. 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
  43. b0e4539 r6040: rework init_one error handling by Florian Fainelli · 16 years ago
  44. 1de9529 r6040: bump release number to 0.18 by Florian Fainelli · 16 years ago
  45. e24ddf3 r6040: handle RX fifo full and no descriptor interrupts by Florian Fainelli · 16 years ago
  46. 31718de r6040: change the default waiting time by Florian Fainelli · 16 years ago
  47. 32f565d r6040: use definitions for magic values in descriptor status by Florian Fainelli · 16 years ago
  48. 9ca28dc r6040: completely rework the RX path by Florian Fainelli · 16 years ago
  49. 129cf9a r6040: call napi_disable when puting down the interface and set lp->dev accordingly. by Florian Fainelli · 16 years ago
  50. f2ca60f mv643xx_eth: fix NETPOLL build by Lennert Buytenhek · 16 years ago
  51. 3d46341 r6040: rework the RX buffers allocation routine by Florian Fainelli · 16 years ago
  52. fec3a23 r6040: fix scheduling while atomic in r6040_tx_timeout by Florian Fainelli · 16 years ago
  53. 3d25434 r6040: fix null pointer access and tx timeouts by Florian Fainelli · 16 years ago
  54. c6e69bb r6040: prefix all functions with r6040 by Florian Fainelli · 16 years ago
  55. 7e99eed rndis_host: support WM6 devices as modems by Thomas Backlund · 16 years ago
  56. 7a2f53e at91_ether: use netstats in net_device structure by Paulius Zaleckas · 16 years ago
  57. aa6ef27 sfc: Create one RX queue and interrupt per CPU package by default by Ben Hutchings · 16 years ago
  58. 8d9853d sfc: Use a separate workqueue for resets by Ben Hutchings · 16 years ago
  59. 9dadae6 sfc: I2C adapter initialisation fixes by Ben Hutchings · 16 years ago
  60. 8125029 e1000: make ioport free by Taku Izumi · 16 years ago
  61. c3570ac e1000: delete non NAPI code from the driver by Francois Romieu · 16 years ago
  62. 63cd31f e1000: remove email reference by Jeff Kirsher · 16 years ago
  63. c7be73b e1000: Move assignments in tests before test by Joe Perches · 16 years ago
  64. b118402 e1000: checkpatch clean by Joe Perches · 16 years ago
  65. e982f17 e1000: Remove spaces after casts and function names by Joe Perches · 16 years ago
  66. c03e83b e1000: Move extern function definitions to e1000.h by Joe Perches · 16 years ago
  67. 1dc3291 e1000: Use hw, er32, and ew32 by Joe Perches · 16 years ago
  68. 6479884 e1000: neaten function declarations by Joe Perches · 16 years ago
  69. cdc18a6 Fix typo in meth driver by Christoph Lameter · 16 years ago
  70. a6a5325 atl1e: Atheros L1E Gigabit Ethernet driver by Jie Yang · 16 years ago
  71. bb5d10a ixgbe: remove device ID for unsupported device by Jesse Brandeburg · 16 years ago
  72. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  73. 1a4dc68 8139too: Fall back to PIO when MMIO fails. by Dave Jones · 16 years ago
  74. 152151d 8139too: Force usage of PIO on OQO2 by Dave Jones · 16 years ago
  75. eb58134 8139too: Make PIO/MMIO a runtime decision through a module parameter. by Dave Jones · 16 years ago
  76. 7239016d net/phy: Fix 88e1111 copper/fiber selection in RGMII mode by Wang Jian · 16 years ago
  77. 9cf8fa4 net/phy: Fix copper/fiber auto-selection for 88e1111 by Wang Jian · 16 years ago
  78. c0e5a8c net: tun.c fix cast by Harvey Harrison · 16 years ago
  79. 25ac3c2 net: igb_main.c fix sparse integer as NULL pointer warning by Harvey Harrison · 16 years ago
  80. f8e5e77 DM9000: Remove magic numbers by Ben Dooks · 16 years ago
  81. 5873556 netxen: update driver version by Dhananjay Phadke · 16 years ago
  82. cd1f816 netxen: enable tso6, intr coalescing. by Dhananjay Phadke · 16 years ago
  83. d9e651b netxen: cut-through rx changes by Dhananjay Phadke · 16 years ago
  84. c9fc891 netxen: mtu, mac, link status changes by Dhananjay Phadke · 16 years ago
  85. 48bfd1e netxen: add netxen_nic_ctx.c by Dhananjay Phadke · 16 years ago
  86. a97342f netxen: remove netxen_nic_isr.c by Dhananjay Phadke · 16 years ago
  87. 2956640 netxen: pci probe and firmware init changes by Dhananjay Phadke · 16 years ago
  88. 3ce06a3 netxen: add 2MB PCI memory support by Dhananjay Phadke · 16 years ago
  89. e4c93c8 netxen: add defs for new chip/boards by Dhananjay Phadke · 16 years ago
  90. 623621b netxen: hw multicast filtering by Dhananjay Phadke · 16 years ago
  91. 7830b22 netxen: cleanup unused variables/functions by Dhananjay Phadke · 16 years ago
  92. f0084a3 net 8390p: fix interface usage by Ingo Molnar · 16 years ago
  93. e4044cf mlx4_core: Keep free count for MTT buddy allocator by Roland Dreier · 16 years ago
  94. 899698d mlx4_code: Add missing FW status return code by Jack Morgenstein · 16 years ago
  95. 51f5f0e mlx4_core: Add module parameter to enable QoS support by Jack Morgenstein · 16 years ago
  96. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  97. 06b8147 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  98. c7f8099 myri10ge: use ioremap_wc by Brice Goglin · 16 years ago
  99. e454e7e myri10ge: remove wcfifo by Brice Goglin · 16 years ago
  100. b57f9ca de4x5: Remove developer debug feature about set/clear promisc by Wang Chen · 16 years ago