1. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  2. 1273d97 fec: Cleanup PHY probing by Denis Kirjanov · 14 years ago
  3. c7621cb fec: convert TX hook to netdev_tx_t by Denis Kirjanov · 14 years ago
  4. 7e364e9 net: mac8390 - Sort out memory/MMIO accesses and casts by Geert Uytterhoeven · 14 years ago
  5. 482c42f chelsio: Remove remnants of CONFIG_CHELSIO_T1_COUGAR by Roland Dreier · 14 years ago
  6. 0dea7c1 Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  7. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 14 years ago
  8. d92222e mac8390: raise error logging priority by Finn Thain · 14 years ago
  9. 7dad171 vxge: Fix checkstack warning in vxge_probe() by Prarit Bhargava · 14 years ago
  10. c6b20d9 ppp: eliminate shadowed variable name by stephen hemminger · 14 years ago
  11. 38454db mac8390: propagate error code from request_irq by Finn Thain · 14 years ago
  12. c1f8fc5 caif: add newlines after declarations in caif_serial.c by Dan Carpenter · 14 years ago
  13. 7c25492 caif: remove unneeded variable from caif_net_open() by Dan Carpenter · 14 years ago
  14. 097811b bonding: optimize tlb_get_least_loaded_slave by Jiri Pirko · 14 years ago
  15. 5206e24 bonding: remove unused original_flags struct slave member by Jiri Pirko · 14 years ago
  16. c20811a bonding: move dev_addr cpy to bond_enslave by Jiri Pirko · 14 years ago
  17. e950955 net/mpc52xx_phy: Various code cleanups by Wolfram Sang · 14 years ago
  18. f9f3545 bonding: make bonding_store_slaves simpler by Jiri Pirko · 14 years ago
  19. 3dd9090 bonding: remove redundant checks from bonding_store_slaves V2 by Jiri Pirko · 14 years ago
  20. b15ba0f bonding: move slave MTU handling from sysfs V2 by Jiri Pirko · 14 years ago
  21. 6458590 bonding: remove unused variable "found" by Jiri Pirko · 14 years ago
  22. 9f26f54 qlcnic: NIC Partitioning - Add non privileged mode support by Anirban Chakraborty · 14 years ago
  23. 2e9d722 qlcnic: NIC Partitioning - Add basic infrastructure support by Anirban Chakraborty · 14 years ago
  24. dd8f61d sfc: Get port number from CS_PORT_NUM, not PCI function number by Ben Hutchings · 14 years ago
  25. d188cee sfc: Only count bad packets in rx_errors by Ben Hutchings · 14 years ago
  26. 62b330b sfc: Allow shared pages to be recycled by Steve Hodgson · 14 years ago
  27. 2445580 sfc: Recycle discarded rx buffers back onto the queue by Steve Hodgson · 14 years ago
  28. f7d6f37 sfc: Support only two rx buffers per page by Steve Hodgson · 14 years ago
  29. 90d683a sfc: Remove efx_rx_queue::add_lock by Steve Hodgson · 14 years ago
  30. d730dc5 sfc: Allow DRV_GEN events to be used outside of selftests by Steve Hodgson · 14 years ago
  31. 901d3fe sfc: Wait for the link to stay up before running loopback selftest by Steve Hodgson · 14 years ago
  32. cffe9d4 sfc: Synchronise link_advertising and wanted_fc on Siena by Steve Hodgson · 14 years ago
  33. fd371e3 sfc: Workaround flush failures on Falcon B0 by Steve Hodgson · 14 years ago
  34. 319ba64 sfc: Reschedule any resets scheduled inside efx_pm_freeze() by Steve Hodgson · 14 years ago
  35. 3bd9303 sfc: Rename struct efx_mcdi_phy_cfg to efx_mcdi_phy_data by Ben Hutchings · 14 years ago
  36. 8f574b3 atl1c: Add AR8151 v2 support and change L0s/L1 routine by Jie Yang · 14 years ago
  37. 95e3bb7 ixp4xx: Support the all multicast flag on the NPE devices. by Richard Cochran · 14 years ago
  38. 589be65 drivers/net/tulip/eeprom.c: Remove unnecessary kmalloc casts by Joe Perches · 14 years ago
  39. de47f07 drivers/net/gianfar.c: Remove unnecessary kmalloc casts by Joe Perches · 14 years ago
  40. f25b03a be2net: replace udelay() with schedule_timeout() in mbox polling by Sathya Perla · 14 years ago
  41. 889cd4b be2net: cleanup in case of error in be_open() by Sathya Perla · 14 years ago
  42. db6f300 tulip: implement wake-on-lan support by Steven Walter · 14 years ago
  43. 7a1d7f0 tulip: explicity set to D0 power state during init by Steven Walter · 14 years ago
  44. 92c4bbf r6040: bump version to 0.26 and date to 30 May 2010 by Florian Fainelli · 14 years ago
  45. 3831861 r6040: implement phylib by Florian Fainelli · 14 years ago
  46. 0da529a drivers/net/arcnet/capmode.c: clean up code by Daniel Mack · 14 years ago
  47. 06f555f r8169: remove unnecessary cast of readl()'s return value by Junchang Wang · 14 years ago
  48. b8b6117 8139too: remove unnecessary cast of ioread32()'s return value by Junchang Wang · 14 years ago
  49. e623d62 atm: [he] rewrite buffer handling in receive path by chas williams - CONTRACTOR · 14 years ago
  50. 1d92787 atm: [he] remove small buffer allocation/handling code by chas williams - CONTRACTOR · 14 years ago
  51. 864a3ff atm: [nicstar] remove virt_to_bus() and support 64-bit platforms by chas williams - CONTRACTOR · 14 years ago
  52. 098fde1 atm: [nicstar] reformatted with Lindent by chas williams - CONTRACTOR · 14 years ago
  53. 741a00b mlx4_en: use net_device dev_id to indicate port number by Eli Cohen · 14 years ago
  54. 5929706 xen: netfront: explicitly generate arp_notify event after migration. by Ian Campbell · 14 years ago
  55. 024cb8a drivers/isdn: Use memdup_user by Julia Lawall · 14 years ago
  56. 7d88950 drivers/net/wan: Use memdup_user by Julia Lawall · 14 years ago
  57. c146fc9 drivers/net/wan: Use memdup_user by Julia Lawall · 14 years ago
  58. c5dc9a3 drivers/net/cxgb3: Use memdup_user by Julia Lawall · 14 years ago
  59. b23d00e drivers/net: Use memdup_user by Julia Lawall · 14 years ago
  60. 604c1b1 cleanup: remove MIN_FRAG_SIZE definition. by Rami Rosen · 14 years ago
  61. 92b4522 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  62. 17d30ac Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  63. e38c1e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  64. 3e9345e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  65. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  66. 97ef6f7 rapidio: fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  67. c196b02 be2net: remove superfluous externs by Dan Carpenter · 14 years ago
  68. 2892d9c be2net: add unlock on error path by Dan Carpenter · 14 years ago
  69. e72e9f3 drivers/isdn/hardware/mISDN: Add missing spin_unlock by Julia Lawall · 14 years ago
  70. 32f6249 fs_enet: Adjust BDs after tx error by Mark Ware · 14 years ago
  71. e5e5cf4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  72. 24010e4 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  73. e4f2e5e Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  74. 9a90e09 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  75. cf22f20 drm/radeon: fix the r100/r200 ums block 0 page fix by Dave Airlie · 14 years ago
  76. d3b3833 Merge branch 'ht-delete-2.6.35' into release by Len Brown · 14 years ago
  77. edbe77b Merge branch 'misc-2.6.35' into release by Len Brown · 14 years ago
  78. 64a4222 Merge branches 'video' and 'video-edid' into release by Len Brown · 14 years ago
  79. 91dd696 Merge branch 'acpi_enable' into release by Len Brown · 14 years ago
  80. dc1544e Merge branch 'bjorn-pci-root-v4-2.6.35' into release by Len Brown · 14 years ago
  81. 0dc698b ACPI: Don't let acpi_pad needlessly mark TSC unstable by Venkatesh Pallipadi · 14 years ago
  82. b6fecaa drivers/acpi/sleep.h: Checkpatch cleanup by Andrea Gelmini · 14 years ago
  83. 2da513f ACPI: Minor cleanup eliminating redundant PMTIMER_TICKS to NS conversion by Venkatesh Pallipadi · 14 years ago
  84. 2671717 intel_idle: native hardware cpuidle driver for latest Intel processors by Len Brown · 14 years ago
  85. 02cf4f9 ACPI: acpi_idle: touch TS_POLLING only in the non-MWAIT case by Len Brown · 14 years ago
  86. da1fdb0 ssb: fix NULL ptr deref when pcihost_wrapper is used by Christoph Fritz · 14 years ago
  87. c6a6368 libertas: fix uninitialized variable warning by Prarit Bhargava · 14 years ago
  88. 7c9fd60 ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is used by Vasanthakumar Thiagarajan · 14 years ago
  89. 9be8ab2 ath9k: Fix ath_print in xmit for hardware reset. by Justin P. Mattock · 14 years ago
  90. d372e7f Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 14 years ago
  91. 043f275 Merge branch 'for-linus/2635-updates' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  92. 72da3bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  93. 89ad6a6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  94. 418bd0d netdev/fec: fix ifconfig eth0 down hang issue by Bryan Wu · 14 years ago
  95. 5d66cee ARM: S5PV210: serial: Fix section mismatch warning by Marek Szyprowski · 14 years ago
  96. b58ffb4 cnic: Fix context memory init. on 5709. by Michael Chan · 14 years ago
  97. 17d9564 drivers/net: Eliminate a NULL pointer dereference by Julia Lawall · 14 years ago
  98. 89dc0be drivers/net/hamradio: Eliminate a NULL pointer dereference by Julia Lawall · 14 years ago
  99. 84e5b9f be2net: Patch removes redundant while statement in loop. by Sarveshwar Bandi · 14 years ago
  100. 5f8269d leds: Fix leds-gpio openfirmware compile issue by Richard Purdie · 14 years ago