1. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  2. f10023a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  3. bd257ed netxen: fix firmware download warnings by Dhananjay Phadke · 16 years ago
  4. 4ada810 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 16 years ago
  5. 303c6a0 gro: Fix legacy path napi_complete crash by Herbert Xu · 16 years ago
  6. 2ffb455 gro: Fix vlan/netpoll check again by Herbert Xu · 16 years ago
  7. 640c65e zd1211rw: Do not panic on device eject when associated by Jouni Malinen · 16 years ago
  8. 055249d mac80211: Fix panic on fragmentation with power saving by Jouni Malinen · 16 years ago
  9. 5ec905a ath9k: AR9280 PCI devices must serialize IO as well by Luis R. Rodriguez · 16 years ago
  10. 6158425 ath9k: implement IO serialization by Luis R. Rodriguez · 16 years ago
  11. 6f16bf3 lib80211: silence excessive crypto debugging messages by John W. Linville · 16 years ago
  12. d1c76af GRO: Move netpoll checks to correct location by Herbert Xu · 16 years ago
  13. d1238d5 netfilter: conntrack: check for NEXTHDR_NONE before header sanity checking by Christoph Paasch · 16 years ago
  14. ec8d540 netfilter: conntrack: fix dropping packet after l4proto->packet() by Christoph Paasch · 16 years ago
  15. 626ba8f netfilter: ctnetlink: fix crash during expectation creation by Pablo Neira Ayuso · 16 years ago
  16. b1e93a6 netfilter: conntrack: don't deliver events for racy packets by Pablo Neira Ayuso · 16 years ago
  17. afece1c tcp: make sure xmit goal size never becomes zero by Ilpo Järvinen · 16 years ago
  18. 2a3a041 tcp: cache result of earlier divides when mss-aligning things by Ilpo Järvinen · 16 years ago
  19. 0c54b85 tcp: simplify tcp_current_mss by Ilpo Järvinen · 16 years ago
  20. 72211e9 tcp: don't check mtu probe completion in the loop by Ilpo Järvinen · 16 years ago
  21. c887e6d tcp: consolidate paws check by Ilpo Järvinen · 16 years ago
  22. c43d558 tcp: kill dead end_seq variable in clean_rtx_queue by Ilpo Järvinen · 16 years ago
  23. 5861f8e tcp: remove pointless .dsack/.num_sacks code by Ilpo Järvinen · 16 years ago
  24. ea8dbdd r8169: revert "r8169: read MAC address from EEPROM on init (2nd attempt)" by françois romieu · 16 years ago
  25. 97d477a r8169: use hardware auto-padding. by françois romieu · 16 years ago
  26. 7cd0a63 pkt_sched: Change misleading code in class delete. by Jarek Poplawski · 16 years ago
  27. 8bdd663 net: reorder fields of struct socket by Eric Dumazet · 16 years ago
  28. 682337f igb: remove ASPM L0s workaround by Alexander Duyck · 16 years ago
  29. ff4fbd4 netxen: update version to 4.0.30 by Dhananjay Phadke · 16 years ago
  30. d8b100c netxen: add receive side scaling (rss) support by Dhananjay Phadke · 16 years ago
  31. 9b3ef55 netxen: remove old lro code by Dhananjay Phadke · 16 years ago
  32. 438627c netxen: sanitize variable names by Dhananjay Phadke · 16 years ago
  33. 0b72e65 netxen: add suspend resume support by Dhananjay Phadke · 16 years ago
  34. fbb52f2 netxen: fix endianness in serial number by Dhananjay Phadke · 16 years ago
  35. 09e1c06 ixgbe: Add documentation for the driver by PJ Waskiewicz · 16 years ago
  36. 4df1046 ixgbe: Cleanup some whitespace issues, fixup and add some comments by Jesse Brandeburg · 16 years ago
  37. 8851253 ixgbe: Two small fixes for 82599 when bringing the device down and for WoL by PJ Waskiewicz · 16 years ago
  38. 9891ca7 ixgbe: Add a few safety nets for register writes and descriptor cleanups by Jesse Brandeburg · 16 years ago
  39. 2a41ff8 ixgbe: Cleanup on the Rx init path by Jesse Brandeburg · 16 years ago
  40. 9a1a69ad ixgbe: Fix the Tx clean logic to return proper status by Jesse Brandeburg · 16 years ago
  41. 4dd64df ixgbe: fix bug with napi add before request_irq by Jesse Brandeburg · 16 years ago
  42. 509ee93 ixgbe: Fix interrupt configuration for 82599 by Jesse Brandeburg · 16 years ago
  43. 40dcd79 ixgbe: Disable DROP_EN for Rx queues by PJ Waskiewicz · 16 years ago
  44. d51019a ixgbe: Fix an accounting problem when the Rx FIFO is full by PJ Waskiewicz · 16 years ago
  45. 1339b9e ixgbe: Fix get_supported_physical_layer() due to new 82599 PHY types by PJ Waskiewicz · 16 years ago
  46. c8ea5ea igb: add support for 82576 quad copper adapter by Alexander Duyck · 16 years ago
  47. 9eb2341 igb: add support for another dual port 82576 non-security nic by Alexander Duyck · 16 years ago
  48. 75f4f38 igb: correct typo that was setting vfta mask to 1 by Alexander Duyck · 16 years ago
  49. cad6d05 igb: add PF to pool by Alexander Duyck · 16 years ago
  50. a2cf8b6 igb: support wol on second port by Alexander Duyck · 16 years ago
  51. bd38e5d igb: resolve warning of unused adapter struct by Alexander Duyck · 16 years ago
  52. 5e6d5b1 igb: remove netif running call from igb_poll by Alexander Duyck · 16 years ago
  53. 92be791 igb: switch to new dca API by Maciej Sosnowski · 16 years ago
  54. de9307c netxen: remove old flash check. by Dhananjay Phadke · 16 years ago
  55. 9c70526 ppp: ppp_mp_explode() redesign by Gabriele Paoloni · 16 years ago
  56. a2025b8 tcp: '< 0' test on unsigned by Roel Kluin · 16 years ago
  57. 8db09f2 x25: '< 0' and '>= 0' test on unsigned by Roel Kluin · 16 years ago
  58. 73ce7b0 ipv4: arp announce, arp_proxy and windows ip conflict verification by Denys Fedoryshchenko · 16 years ago
  59. 5a89392 mv643xx_eth: fix unicast address filter corruption on mtu change by Lennert Buytenhek · 16 years ago
  60. 1f8ae0a tulip: Fix for MTU problems with 802.1q tagged frames by Tomasz Lemiech · 16 years ago
  61. a390d1f phylib: convert state_queue work to delayed_work by Marcin Slusarz · 16 years ago
  62. 08ec9af xfrm: Fix xfrm_state_find() wrt. wildcard source address. by David S. Miller · 16 years ago
  63. 34cd347 bmac: remove unused variable bp in bmac_misc_intr() by Pavel Roskin · 16 years ago
  64. 52e21b1 ehea: fix circular locking problem by Jan-Bernd Themann · 16 years ago
  65. 9616a75 emac: Fix clock control for 405EX and 405EXr chips by Benjamin Herrenschmidt · 16 years ago
  66. e90d400 ixgbe: fix multiple unicast address support by Chris Leech · 16 years ago
  67. 59f8e16 via-velocity: Fix DMA mapping length errors on transmit. by Dave Jones · 16 years ago
  68. f9ac30f macvlan: Deterministic ingress packet delivery by Eric Biederman · 16 years ago
  69. b0832a2 macvlan: Support creating macvlans from macvlans by Eric Biederman · 16 years ago
  70. f7efb6c smsc911x: improve EEPROM loading timeout logic in open by Steve Glendinning · 16 years ago
  71. 8dacd54 smsc911x: check for FFWD success before checking for timeout by Steve Glendinning · 16 years ago
  72. 273ae44 Network Drop Monitor: Adding Build changes to enable drop monitor by Neil Horman · 16 years ago
  73. 9a8afc8 Network Drop Monitor: Adding drop monitor implementation & Netlink protocol by Neil Horman · 16 years ago
  74. ead2ceb Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs by Neil Horman · 16 years ago
  75. 4893d39 Network Drop Monitor: Add trace declaration for skb frees by Neil Horman · 16 years ago
  76. 26ccfc3 gianfar: Convert to use netdev_ops by Andy Fleming · 16 years ago
  77. db46db1 gianfar: remove gianfar_mii.c by Andy Fleming · 16 years ago
  78. bda6a15 8139too: allow to set mac address on running device by Jiri Pirko · 16 years ago
  79. c048aaf 8139cp: allow to set mac address on running device by Jiri Pirko · 16 years ago
  80. 6fc791e sctp: add Adaptation Layer Indication parameter only when it's set by malc · 16 years ago
  81. 7659502 sctp: fix to send FORWARD-TSN chunk only if peer has such capable by Wei Yongjun · 16 years ago
  82. 5ffad5a sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capable by Wei Yongjun · 16 years ago
  83. 5e8f3f7 sctp: simplify sctp listening code by Vlad Yasevich · 16 years ago
  84. 3bcb125 cxgb3: update driver version by Divy Le Ray · 16 years ago
  85. d9507a5 cxgb3: update FW by Divy Le Ray · 16 years ago
  86. bf79209 cxgb3: detect mac link faults. by Divy Le Ray · 16 years ago
  87. cd40658 cxgb3: Update Rev3 mac workaround by Divy Le Ray · 16 years ago
  88. fc88219 cxgb3: disable high freq non-data interrupts by Divy Le Ray · 16 years ago
  89. 42c8ea1 cxgb3: separate TX and RX reclaim handlers by Divy Le Ray · 16 years ago
  90. b2b964f cxgb3: prefetch buffer access in GRO mode by Divy Le Ray · 16 years ago
  91. 8f43580 cxgb3: fix skb truesize in jumbo mode by Divy Le Ray · 16 years ago
  92. 9bb2b31 cxgb3: release page ref on mapping error by Divy Le Ray · 16 years ago
  93. 26b3871 cxgb3: ring rx door bell less frequently by Divy Le Ray · 16 years ago
  94. 855b099 qlge: bugfix: Pad outbound frames smaller than 60 bytes. by Ron Mercer · 16 years ago
  95. 6612a63 qlge: bugfix: Move netif_napi_del() to common call point. by Ron Mercer · 16 years ago
  96. a7a655f qlge: bugfix: Tell hw to strip vlan header. by Ron Mercer · 16 years ago
  97. c3c6496 qlge: bugfix: Increase filter on inbound csum. by Ron Mercer · 16 years ago
  98. 9fae6c3 dnet: replace obsolete *netif_rx_* functions with *napi_* by Ilya Yanok · 16 years ago
  99. 6b7c5b9 net: Add be2net driver. by Sathya Perla · 16 years ago
  100. 2c5849e dnet: Fix warnings on 64-bit. by David S. Miller · 16 years ago