1. 644fdf9 mpc5200: Fix Kconfig dependancies on MPC5200 FEC device driver by Grant Likely · 17 years ago
  2. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  3. 5c41542 [WAN]: fix drivers/net/wan/lmc/ compilation by Adrian Bunk · 17 years ago
  4. e403149 Kbuild/doc: fix links to Documentation files by Dirk Hohndel · 17 years ago
  5. 71d00fe Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  6. 19abe86 ixgb: fix TX hangs under heavy load by Auke Kok · 17 years ago
  7. 6e4ca80 e1000e: Fix typo ! & by Roel Kluin · 17 years ago
  8. 9c8eb72 ixgbe: minor sparse fixes by Stephen Hemminger · 17 years ago
  9. abec42a e1000: sparse warnings fixes by Stephen Hemminger · 17 years ago
  10. 273dc74 ixgb: fix sparse warnings by Stephen Hemminger · 17 years ago
  11. 5a9147b e1000e: fix sparse warnings by Stephen Hemminger · 17 years ago
  12. 2ea10b1 Blackfin EMAC driver: Fix Ethernet communication bug (dupliated and lost packets) by Michael Hennerich · 17 years ago
  13. a06da75 DM9601: Support for ADMtek ADM8515 NIC by Peter Korsgaard · 17 years ago
  14. e3376dc [WAN]: lmc_ioctl: don't return with locks held by Roel Kluin · 17 years ago
  15. 9030b3d Fix ethernet multicast for ucc_geth. by Joakim Tjernlund · 17 years ago
  16. 5e7bf8c netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes. by Komuro · 17 years ago
  17. 5d031e9 FEC - fast ethernet controller for mpc52xx by Domen Puncer · 17 years ago
  18. af09005 Merge branch 'upstream-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 into upstream-fixes by Jeff Garzik · 17 years ago
  19. 3830de7 Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 17 years ago
  20. 2a6f4e4 ehea: add kexec support by Jan-Bernd Themann · 17 years ago
  21. f920c18 e1000e: Remove legacy jumbo frame receive code by Auke Kok · 17 years ago
  22. 140a748 e1000e: Re-enable SECRC - crc stripping by Auke Kok · 17 years ago
  23. df76246 e1000e: Fix PBA calculation for jumbo frame packets by Auke Kok · 17 years ago
  24. 47f44e4 e1000e: Fix jumbo frame receive code. by Auke Kok · 17 years ago
  25. e38c2c6 drivers/net/irda/au1k_ir: fix obvious irq handler bugs by Jeff Garzik · 17 years ago
  26. d141786 ipg: Kconfig whitepaces/tab damages by Francois Romieu · 17 years ago
  27. bbd82f9 ipg: missing Kconfig dependency by Francois Romieu · 17 years ago
  28. 93dd79e r8169: remove poll_locked logic by Stephen Hemminger · 17 years ago
  29. 7fab06c r8169: napi config by Stephen Hemminger · 17 years ago
  30. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  31. 2b008b0 [NET]: Marking struct pernet_operations __net_initdata was inappropriate by Eric W. Biederman · 17 years ago
  32. 6ef89d0 [PATCH] iwl3945: fix direct scan problem by Mohamed Abbas · 17 years ago
  33. 15e869d [PATCH] iwl3945: cancel scan on rxon command by Mohamed Abbas · 17 years ago
  34. 948c171 [PATCH] iwl4965: fix scan problem by Mohamed Abbas · 17 years ago
  35. 052c4b9 [PATCH] iwl4965: fix driver hang related to hardware scan by mabbas · 17 years ago
  36. 702004b [PATCH] iwlwifi: fix sending probe request in iwl 4965 by Tomas Winkler · 17 years ago
  37. 2fe1426 [PATCH] rtl8187: Allow multicast frames by Michael Wu · 17 years ago
  38. 82cd682 [PATCH] b43/b43legacy: jiffies_round -> jiffies_round_relative by Anton Blanchard · 17 years ago
  39. b239bd7 [PATCH] rt2x00: jiffies_round -> jiffies_round_relative by Anton Blanchard · 17 years ago
  40. be84e3d [PATCH] ipw2100/ipw2200: jiffies_round -> jiffies_round_relative by Anton Blanchard · 17 years ago
  41. 06dbbfe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  42. 7f14957 Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  43. 96fd4cd [netdrvr] forcedeth: add MCP77 device IDs by Ayaz Abdulla · 17 years ago
  44. 500d2c2 rndis_host: reduce MTU instead of refusing to talk to devices with low max packet size by Thomas Sailer · 17 years ago
  45. b88219f cpmac: update to new fixed phy driver interface by Eugene Konev · 17 years ago
  46. 67d129d cpmac: convert to napi_struct interface by Eugene Konev · 17 years ago
  47. df523b5 cpmac: use print_mac() instead of MAC_FMT by Eugene Konev · 17 years ago
  48. bbbab5c natsemi: fix oops, link back netdevice from private-struct by Ingo Molnar · 17 years ago
  49. 0173b79 ehea: fix port_napi_disable/enable by Jan-Bernd Themann · 17 years ago
  50. a40745f bonding/bond_main.c: fix cut'n'paste error by Adrian Bunk · 17 years ago
  51. c50b85d make bonding/bond_main.c:bond_deinit() static by Adrian Bunk · 17 years ago
  52. 96fd74b drivers/net/ipg.c: cleanups by Adrian Bunk · 17 years ago
  53. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  54. a37ae40 [NET]: Don't declare extern variables in net/core/sysctl_net_core.c by Pavel Emelyanov · 17 years ago
  55. 25c2635 Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  56. d858196 Merge branch 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  57. e0f1392 ni5010: kill unused variable by Jeff Garzik · 17 years ago
  58. 0e6f732 eexpress: fix !SMP unused-var warning by Jeff Garzik · 17 years ago
  59. d0e81b7 bonding: Acquire correct locks in alb for promisc change by Jay Vosburgh · 17 years ago
  60. 6603a6f bonding: Convert more locks to _bh, acquire rtnl, for new locking by Jay Vosburgh · 17 years ago
  61. 059fe7a bonding: Convert locks to _bh, rework alb locking for new locking by Jay Vosburgh · 17 years ago
  62. 0b0eef6 bonding: Convert miimon to new locking by Jay Vosburgh · 17 years ago
  63. cf5f904 bonding: Convert balance-rr transmit to new locking by Jay Vosburgh · 17 years ago
  64. 1b76b31 Convert bonding timers to workqueues by Jay Vosburgh · 17 years ago
  65. de05238 pasemi_mac: fix typo by Olof Johansson · 17 years ago
  66. 79d1050 defxx.c: dfx_bus_init() is __devexit not __devinit by Maciej W. Rozycki · 17 years ago
  67. b877fe2 sky2: crash on remove by Stephen Hemminger · 17 years ago
  68. f5e42fb MIPSnet: Delete all the useless debugging printks. by Ralf Baechle · 17 years ago
  69. 6cd043d AR7 ethernet: small post-merge cleanups and fixes by Matteo Croce · 17 years ago
  70. 02bae21 Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth into upstream by Jeff Garzik · 17 years ago
  71. c7ffb6b Merge branch 'bug-fixes' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth into upstream by Jeff Garzik · 17 years ago
  72. 43cd736 Merge branch 'upstream-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 into upstream by Jeff Garzik · 17 years ago
  73. 7c23997 [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate by Jeff Garzik · 17 years ago
  74. 1daec86 [NETDRVR] lib82596, netxen: delete pointless tests from irq handler by Jeff Garzik · 17 years ago
  75. 06efcad Eliminate pointless casts from void* in a few driver irq handlers. by Jeff Garzik · 17 years ago
  76. 5712cb3 [PARPORT] Remove unused 'irq' argument from parport irq functions by Jeff Garzik · 17 years ago
  77. 194b2d0 mv643xx_eth: Hook up mv643xx_get_sset_count by Dale Farnsworth · 17 years ago
  78. 0b776eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  79. 0d68100 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest by Linus Torvalds · 17 years ago
  80. be6cb66 m68knommu: improve mii_do_cmd code in FEC driver by Philippe De Muyter · 17 years ago
  81. f909b1e m68knommu: improve code formating FEC driver by Philippe De Muyter · 17 years ago
  82. c1f395f mv643xx_eth: Remove obsolete checksum offload comment by Dale Farnsworth · 17 years ago
  83. fbd6a75 mv643xx_eth: Merge drivers/net/mv643xx_eth.h into mv643xx_eth.c by Lennert Buytenhek · 17 years ago
  84. b45d914 mv643xx_eth: Remove unused register defines by Lennert Buytenhek · 17 years ago
  85. 5688fe8 mv643xx_eth: Clean up mv643xx_eth.h by Lennert Buytenhek · 17 years ago
  86. e4d00fa mv643xx_eth: Remove MV643XX_ETH_ register prefix by Lennert Buytenhek · 17 years ago
  87. f9fbbc1 mv643xx_eth: Remove SHARED_REGS register address bias by Lennert Buytenhek · 17 years ago
  88. 9c1bbdf mv643xx_eth: Enable use on Orion platforms by Lennert Buytenhek · 17 years ago
  89. 9f31684 mv643xx_eth: Disable RX/TX byte swapping on little-endian systems by Lennert Buytenhek · 17 years ago
  90. e2734d6 mv643xx_eth: Move ethernet register definitions into private header by Lennert Buytenhek · 17 years ago
  91. 0ca49ca Remove old lguest bus and drivers. by Rusty Russell · 17 years ago
  92. 296f96f Net driver using virtio by Rusty Russell · 17 years ago
  93. 48245cc Remove fixed limit on number of guests, and lguests array. by Rusty Russell · 17 years ago
  94. f09cc91 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  95. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  96. 4e3ab47 [NET]: Make and use skb_get_queue_mapping by Pavel Emelyanov · 17 years ago
  97. 8142997 [NIU]: Cleanup PAGE_SIZE checks a bit by Olof Johansson · 17 years ago
  98. 33b0c4f [TG3]: Update version to 3.85 by Matt Carlson · 17 years ago
  99. 8a6eac9 [TG3]: PCI command adjustment by Matt Carlson · 17 years ago
  100. 9c8a620 [TG3]: Add management FW version to ethtool report by Matt Carlson · 17 years ago