1. 77ecaf2 gianfar: Fix VLAN HW feature related frame/buffer size calculation. by Dai Haruki · 16 years ago
  2. 12dea57 gianfar: Fix eTSEC configuration procedure by Dai Haruki · 16 years ago
  3. b46a845 gianfar: Optimize interrupt coalescing configuration by Dai Haruki · 16 years ago
  4. b31a1d8 gianfar: Convert gianfar to an of_platform_driver by Andy Fleming · 16 years ago
  5. 257d938 gianfar: Use gfar_halt to stop DMA in gfar_probe by Andy Fleming · 16 years ago
  6. 5eeabf5 tlan: Remove broken support for big buffers by Sakari Ailus · 16 years ago
  7. 354ade9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  8. bb5f133 tlan: Fix pci memory unmapping by Sakari Ailus · 16 years ago
  9. 9f690db ipv6: fix the outgoing interface selection order in udpv6_sendmsg() by Yang Hongyang · 16 years ago
  10. f250dcd ipv6: fix the return interface index when get it while no message is received by Yang Hongyang · 16 years ago
  11. b24a251 ipv6: Add IPV6_PKTINFO sticky option support to setsockopt() by Yang Hongyang · 16 years ago
  12. bc02ff9 net: Refactor full duplex flow control resolution by Steve Glendinning · 16 years ago
  13. e18ce34 net: Move flow control definitions to mii.h by Steve Glendinning · 16 years ago
  14. f986732 simeth: convert to net_device_ops by Alexey Dobriyan · 16 years ago
  15. 8207bef cxgb3: untie strict FW matching by Divy Le Ray · 16 years ago
  16. 2c413a6 enc28j60: use netif_rx_ni() to deliver RX packets by Baruch Siach · 16 years ago
  17. 8953f12 tlan: Fix small (< 64 bytes) datagram transmissions by Sakari Ailus · 16 years ago
  18. 5ad258c vcan: convert to net_device_ops by Oliver Hartkopp · 16 years ago
  19. ffcebb1 l2tp: fix UDP checksum support by James Chapman · 16 years ago
  20. 092cab7 netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPEC by Pablo Neira Ayuso · 16 years ago
  21. 09a2c3c Phonet: improve GPRS variable names by Rémi Denis-Courmont · 16 years ago
  22. 4ee59d5 isdn: eicon: fix sparse warning: make global functions static by Hannes Eder · 16 years ago
  23. b187920 ipmr: merge common code by Ilpo Järvinen · 16 years ago
  24. c40cf51 hp100: use roundup instead of open coding by Ilpo Järvinen · 16 years ago
  25. 82ad332 cxgb3: Add multiple Tx queue support. by Divy Le Ray · 16 years ago
  26. 89c88b1 e1000e: Add GRO support by Herbert Xu · 16 years ago
  27. b240a0e ethtool: Add GGRO and SGRO ops by Herbert Xu · 16 years ago
  28. bf296b1 tcp: Add GRO support by Herbert Xu · 16 years ago
  29. 71d93b3 net: Add skb_gro_receive by Herbert Xu · 16 years ago
  30. 73cc19f ipv4: Add GRO infrastructure by Herbert Xu · 16 years ago
  31. d565b0a net: Add Generic Receive Offload infrastructure by Herbert Xu · 16 years ago
  32. 1a881f2 net: Add frag_list support to GSO by Herbert Xu · 16 years ago
  33. 89319d38 net: Add frag_list support to skb_segment by Herbert Xu · 16 years ago
  34. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  35. a3dd154 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  36. 7004405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  37. d2ff911 Define smp_call_function_many for UP by Rusty Russell · 16 years ago
  38. 307257c cgroups: fix a race between rmdir and remount by Paul Menage · 16 years ago
  39. 38aefbc ACPI toshiba: only register rfkill if bt is enabled by Frederik Deweerdt · 16 years ago
  40. 6dc7516 eCryptfs: Update maintainers by Michael Halcrow · 16 years ago
  41. 5e18e2b slob: do not pass the SLAB flags as GFP in kmem_cache_create() by Catalin Marinas · 16 years ago
  42. 35024c3 pcmcia: blackfin: fix bug - add missing ; to MODULE macro by Mike Frysinger · 16 years ago
  43. 9a4a842 8390/8390p: Fix compat netdev ops handling. by David S. Miller · 16 years ago
  44. 1ada144 [ARM] 5348/1: fix documentation wrt location of the alignment trap interface by Nicolas Pitre · 16 years ago
  45. 67306da [ARM] Ensure linux/hardirqs.h is included where required by Russell King · 16 years ago
  46. 8b124a8 net: fix dcbnl_setnumtcs operation check by Don Skidmore · 16 years ago
  47. 5ecc361 ixgbe: fix dma mapping unbalance by Jesse Brandeburg · 16 years ago
  48. a7276db smsc9420: add ethtool register dump support by Steve Glendinning · 16 years ago
  49. 4798a2b Phonet: keep TX queue disabled when the device is off by Rémi Denis-Courmont · 16 years ago
  50. eb9b851 SCHED: netem: Correct documentation comment in code. by Jesper Dangaard Brouer · 16 years ago
  51. be70ed1 netfilter: update rwlock initialization for nat_table by Steven Rostedt · 16 years ago
  52. b1721d2 rpc/rdma: goto instead of copypaste by Ilpo Järvinen · 16 years ago
  53. 79f55f1 nf/dccp: merge errorpaths by Ilpo Järvinen · 16 years ago
  54. e780f1c irda: merge exit paths by Ilpo Järvinen · 16 years ago
  55. 037322a bt/rfcomm/tty: join error paths by Ilpo Järvinen · 16 years ago
  56. 0eae1b9 ax25: join the return paths that free skb by Ilpo Järvinen · 16 years ago
  57. ebad5c0 can: merge error paths by Ilpo Järvinen · 16 years ago
  58. d8eb930 xfrm: join error paths by Ilpo Järvinen · 16 years ago
  59. 8da73b7 ip6mr: use goto to common label instead of opencoding by Ilpo Järvinen · 16 years ago
  60. 448eb71 ipv6/mcast: join error paths using goto by Ilpo Järvinen · 16 years ago
  61. 5ce1bbb xfrm6_tunnel: join error paths using goto by Ilpo Järvinen · 16 years ago
  62. 857a6e0 icsk: join error paths using goto by Ilpo Järvinen · 16 years ago
  63. cefb3d0 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc by Linus Torvalds · 16 years ago
  64. ae8d04e x86 Fix VMI crash on boot in 2.6.28-rc8 by Zachary Amsden · 16 years ago
  65. ca7e716 Revert "sched_clock: prevent scd->clock from moving backwards" by Linus Torvalds · 16 years ago
  66. 3909845 [ARM] fix kernel-doc syntax by Randy Dunlap · 16 years ago
  67. 442a902 [ARM] arch/arm/common/sa1111.c: Correct error handling code by Julia Lawall · 16 years ago
  68. e5e774d powerpc/fsl-booke: Fix problem with _tlbil_va being interrupted by Kumar Gala · 16 years ago
  69. 5279585 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx by Linus Torvalds · 16 years ago
  70. 68b32d4 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  71. 8d9c02e Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  72. fae1aa4 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  73. 1c55f18 console ASCII glyph 1:1 mapping by Ingo Brueckl · 16 years ago
  74. f75bc06 unicode table for cp437 by Ingo Brueckl · 16 years ago
  75. 012b215 smsc9420: add ethtool eeprom support by Steve Glendinning · 16 years ago
  76. e312674 smsc9420: add netpoll support by Steve Glendinning · 16 years ago
  77. 1757ab2 smsc911x: make smsc911x_poll_controller static by Steve Glendinning · 16 years ago
  78. 56bde88 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  79. a7a81fc sfc: Version 2.3 by Ben Hutchings · 16 years ago
  80. 7dde596 sfc: Fix synchronisation of efx_mtd_{probe,rename,remove} by Ben Hutchings · 16 years ago
  81. 0c53d8c sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialised by Ben Hutchings · 16 years ago
  82. fa402b2 sfc: Treat probe as unsuccessful if it scheduled a reset by Steve Hodgson · 16 years ago
  83. ab37735 sfc: Use model numbers for PHY type names by Ben Hutchings · 16 years ago
  84. ca54a9f sfc: Use mutex_lock_interruptible() for ethtool EEPROM access by Ben Hutchings · 16 years ago
  85. 11e6696 sfc: Specify a meaningful component for loopback RX-side and PHY tests by Ben Hutchings · 16 years ago
  86. b453193 sfc: Remove leading spaces by Ben Hutchings · 16 years ago
  87. 6f158d5 sfc: Add support for SFN4111T by Ben Hutchings · 16 years ago
  88. e6fa2eb sfc: Add support for Solarflare 10Xpress SFT9001 by Ben Hutchings · 16 years ago
  89. 766ca0f sfc: Rework MAC, PHY and board event handling by Ben Hutchings · 16 years ago
  90. 04cc8ca sfc: Implement auto-negotiation by Ben Hutchings · 16 years ago
  91. 177dfcd sfc: Add support for sub-10G speeds by Ben Hutchings · 16 years ago
  92. 356eebb sfc: Clean up MDIO flag setting by Ben Hutchings · 16 years ago
  93. 04300d2 sfc: Clean up board identification by Ben Hutchings · 16 years ago
  94. 06d5e19 sfc: Add phy_type device attribute by Ben Hutchings · 16 years ago
  95. 27dd2ca sfc: Add support for MMDs numbered >15 by Ben Hutchings · 16 years ago
  96. f31a45d sfc: Remove MII extension cruft by Ben Hutchings · 16 years ago
  97. 5005087 sfc: Don't count RX checksum errors during loopback self-test by Ben Hutchings · 16 years ago
  98. 740ced9 sfc: Abbreviate self-test names so they are not truncated by Ben Hutchings · 16 years ago
  99. 56536e9 sfc: Provide hints to irqbalance daemon by Ben Hutchings · 16 years ago
  100. 28b581a sfc: Add option to use a separate channel for TX completions by Neil Turton · 16 years ago