1. eb79842 forcedeth: phy status fix by Ayaz Abdulla · 17 years ago
  2. b2976d2 forcedeth: restart tx/rx by Ayaz Abdulla · 17 years ago
  3. 47eaa26 Generic HDLC - use random_ether_addr() by Krzysztof Halasa · 17 years ago
  4. 40d2514 Generic HDLC - remove now unneeded hdlc_device_desc by Krzysztof Halasa · 17 years ago
  5. 983e230 Generic HDLC - fix kernel panic by Krzysztof Halasa · 17 years ago
  6. d2f4fbe ixgbe: add real-time traffic counters by Ayyappan Veeraiyan · 17 years ago
  7. 6f11eef ixgbe: fix several counter register errata by Ayyappan Veeraiyan · 17 years ago
  8. e59bd25 ixgbe: properly return CHECKSUM_NONE, cleanup csum code by Ayyappan Veeraiyan · 17 years ago
  9. 5eba369 ixgbe: Fix FW init/release, make this code a function by Ayyappan Veeraiyan · 17 years ago
  10. 9c83b070 ixgbe: Fix pause code for ethtool by Ayyappan Veeraiyan · 17 years ago
  11. 735441f ixbge: Make ethtool code account for media types by Ayyappan Veeraiyan · 17 years ago
  12. e092be6 ixbge: remove TX lock and redo TX accounting. by Ayyappan Veeraiyan · 17 years ago
  13. d4f8088 ixgbe: remove obsolete irq_sem, add driver state checking code by Ayyappan Veeraiyan · 17 years ago
  14. 06f7525 xircom_cb should return NETDEV_TX_BUSY when no descriptors available by Erik Mouw · 17 years ago
  15. 6c04a51 drivers/net/tlan.c: compilation warning fix by Leonardo Potenza · 17 years ago
  16. 324ff2c mv643xx_eth: fix byte order when checksum offload is enabled by Byron Bradley · 17 years ago
  17. 39dbd95 sky2: fix for Yukon FE (regression in 2.6.25) by Stephen Hemminger · 17 years ago
  18. 57f78ab3 iSeries: fix section mismatch in iseries_veth by Stephen Rothwell · 17 years ago
  19. 9ef9dc6 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  20. 0d899e1 Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into devel by Russell King · 17 years ago
  21. 93890b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  22. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  23. 519cb68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  24. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 17 years ago
  25. fe2528b ADB: Add missing #include <linux/platform_device.h> by Geert Uytterhoeven · 17 years ago
  26. a2e4e10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  27. a6cc48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  28. 7cf7669 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  29. fa3218d [ARM] 4660/3: at91: allow selecting UART for early kernel messages by Guennadi Liakhovetski · 17 years ago
  30. 85e6c7a [ARM] 4810/1: - Fix 'section mismatch' building warnings by Kristoffer Ericson · 17 years ago
  31. 2f65baf [ARM] 21285 serial: fix build error by Russell King · 17 years ago
  32. 6b35e40 virtio: balloon driver by Rusty Russell · 17 years ago
  33. 55a7c06 virtio: Use PCI revision field to indicate virtio PCI ABI version by Anthony Liguori · 17 years ago
  34. 3343660 virtio: PCI device by Anthony Liguori · 17 years ago
  35. d50ed90 virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz by Christian Borntraeger · 17 years ago
  36. 4f3bf19 virtio_blk: Dont waste major numbers by Christian Borntraeger · 17 years ago
  37. 135da0b virtio_blk: provide getgeo by Christian Borntraeger · 17 years ago
  38. 6c0cd7c virtio_net: parametrize the napi_weight for virtio receive queue. by Dor Laor · 17 years ago
  39. 2cb9c6b virtio: free transmit skbs when notified, not on next xmit. by Rusty Russell · 17 years ago
  40. a48bd8f virtio: flush buffers on open by Rusty Russell · 17 years ago
  41. e70f2f1 virtnet: remove double ether_setup by Christian Borntraeger · 17 years ago
  42. c6fd470 virtio: Allow virtio to be modular and used by modules by Rusty Russell · 17 years ago
  43. 15f9c89 virtio: Use the sg_phys convenience function. by Rusty Russell · 17 years ago
  44. 0ad07ec virtio: Put the virtio under the virtualization menu by Anthony Liguori · 17 years ago
  45. 81a8dea virtio: handle interrupts after callbacks turned off by Rusty Russell · 17 years ago
  46. 6e5aa7e virtio: reset function by Rusty Russell · 17 years ago
  47. b3369c1 virtio: populate network rings in the probe routine, not open by Rusty Russell · 17 years ago
  48. 34a4857 virtio: Tweak virtio_net defines by Rusty Russell · 17 years ago
  49. 50c8ea8 virtio: Net header needs hdr_len by Rusty Russell · 17 years ago
  50. 426e3e0 virtio: clarify NO_NOTIFY flag usage by Rusty Russell · 17 years ago
  51. 18445c4 virtio: explicit enable_cb/disable_cb rather than callback return. by Rusty Russell · 17 years ago
  52. a586d4f virtio: simplify config mechanism. by Rusty Russell · 17 years ago
  53. f35d9d8 virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. by Rusty Russell · 17 years ago
  54. 8891fec scsi: fix dependency bug in aic7 Makefile by Sam Ravnborg · 17 years ago
  55. ee0fc09 drivers/watchdog/: Spelling fixes by Joe Perches · 17 years ago
  56. 44363f1 drivers/video/: Spelling fixes by Joe Perches · 17 years ago
  57. b8c268d drivers/ssb/: Spelling fixes by Joe Perches · 17 years ago
  58. 8f4aafe drivers/serial/: Spelling fixes by Joe Perches · 17 years ago
  59. b1c1181 drivers/scsi/: Spelling fixes by Joe Perches · 17 years ago
  60. f26fc4e drivers/pcmcia/: Spelling fixes by Joe Perches · 17 years ago
  61. 4f63ba1 drivers/parisc/: Spelling fixes by Joe Perches · 17 years ago
  62. 081985a drivers/nubus/: Spelling fixes by Joe Perches · 17 years ago
  63. 8e87d78 drivers/mtd/: Spelling fixes by Joe Perches · 17 years ago
  64. fc1323b drivers/message/: Spelling fixes by Joe Perches · 17 years ago
  65. c84e603 drivers/media/: Spelling fixes by Joe Perches · 17 years ago
  66. f18816b drivers/macintosh/: Spelling fixes by Joe Perches · 17 years ago
  67. c66ed65 drivers/isdn/: Spelling fixes by Joe Perches · 17 years ago
  68. 5047fab drivers/input/: Spelling fixes by Joe Perches · 17 years ago
  69. d48140e drivers/firmware/: Spelling fixes by Joe Perches · 17 years ago
  70. 6f042b5 drivers/edac/: Spelling fixes by Joe Perches · 17 years ago
  71. 8dfba4d drivers/char/: Spelling fixes by Joe Perches · 17 years ago
  72. b92b1c5 drivers/bluetooth/: Spelling fixes by Joe Perches · 17 years ago
  73. f66083c drivers/block/: Spelling fixes by Joe Perches · 17 years ago
  74. 1967b7f drivers/ata/: Spelling fixes by Joe Perches · 17 years ago
  75. 3c5f9be4 drivers/acpi/: Spelling fixes by Joe Perches · 17 years ago
  76. 726a645 MAINTAINERS: remove Adam Fritzler, remove his email address in other sources by Joe Perches · 17 years ago
  77. 771fcb5 dio: fix kernel-doc notation by Randy Dunlap · 17 years ago
  78. 17a61cd jonada720: remove duplicate include by Andre Haupt · 17 years ago
  79. 8340c10 bf54x: remove duplicate include by Andre Haupt · 17 years ago
  80. f639416 gameport: remove duplicate include by Andre Haupt · 17 years ago
  81. efad798b Spelling fixes: lenght->length by Paulius Zaleckas · 17 years ago
  82. e1b8513 Typoes: "whith" -> "with" by Robert P. J. Day · 17 years ago
  83. 14e4a0f Fix a small number of "memeber" typoes. by Robert P. J. Day · 17 years ago
  84. a247b5d fix typo 'the same the\>' by Uwe Kleine-König · 17 years ago
  85. b885b27 SERIAL_NETX_CONSOLE provides console for NetX, not IMX by Uwe Kleine-König · 17 years ago
  86. 78b42c9 Coding style fix drivers/serial/icom.h by Michal Piotrowski · 17 years ago
  87. a80f509 Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  88. 9dc7f30 EMAC driver: Fix bug: The clock divisor is set to all ones at reset. by Bryan Wu · 17 years ago
  89. 6e01d1a EMAC driver: fix bug - invalidate data cache of new_skb->data range when cache is WB by Alexey Demin · 17 years ago
  90. 136492b EMAC driver: add power down mode by Vitja Makarov · 17 years ago
  91. 6893ff1 EMAC driver: ADSP-BF52x arch/mach support by Michael Hennerich · 17 years ago
  92. 2fb9d6f EMAC driver: use simpler comment headers and strip out information that is maintained in the scm's log by Mike Frysinger · 17 years ago
  93. 775919b EMAC driver: bf537 MAC multicast hash filtering patch by Aidan Williams · 17 years ago
  94. 7cc8f38 EMAC driver: define MDC_CLK=2.5MHz and caculate mdc_div according to SCLK. by Bryan Wu · 17 years ago
  95. 6db9e46 EMAC driver: shorten the mdelay value to solve netperf performance issue by Bryan Wu · 17 years ago
  96. 8ee8e92 [netdrvr] sis190: build fix by Jeff Garzik · 17 years ago
  97. 82637e8 sky2: fix Wake On Lan interaction with BIOS by Stephen Hemminger · 17 years ago
  98. a7bffe7 sky2: restore multicast addresses after recovery by Stephen Hemminger · 17 years ago
  99. 44911bf pci-skeleton: Misc fixes to build neatly by Jike Song · 17 years ago
  100. 097c2aa phylib: Add Realtek 821x eth PHY support by Johnson Leung · 17 years ago