1. 31a1b37 ixgbevf: Add support to recognize 100mb link speed by Greg Rose · 12 years ago
  2. 59aed95 e1000e: Remove special case for 82573/82574 ASPM L1 disablement by Chris Boot · 12 years ago
  3. d4a4206 e1000e: Disable ASPM L1 on 82574 by Chris Boot · 12 years ago
  4. f6bd557 e1000e: Driver workaround for IPv6 Header Extension Erratum. by Matthew Vick · 12 years ago
  5. 885fe7b e1000e: Resolve intermittent negotiation issue on 82574/82583. by Matthew Vick · 12 years ago
  6. f1430d6 e1000e: cleanup long [read|write]_reg_locked PHY ops function pointers by Bruce Allan · 12 years ago
  7. 7c0427e e1000e: suggest a possible workaround to a device hang on 82577/8 by Bruce Allan · 12 years ago
  8. af94bf6 ixgbe: Fix use after free on module remove by Alexander Duyck · 12 years ago
  9. 34a802a tcp: move stats merge to the end of tcp_try_coalesce by Alexander Duyck · 12 years ago
  10. 57b55a7 tcp: Move code related to head frag in tcp_try_coalesce by Alexander Duyck · 12 years ago
  11. c73c3d9 tcp: Fix truesize accounting in tcp_try_coalesce by Alexander Duyck · 12 years ago
  12. 8c1ae10 net: Add missing linux/prefetch.h include to net/core/sock.c by David S. Miller · 12 years ago
  13. 2996d31 net: Stop decapitating clones that have a head_frag by Alexander Duyck · 12 years ago
  14. b081f85 net: implement tcp coalescing in tcp_queue_rcv() by Eric Dumazet · 12 years ago
  15. 923dd34 net: take care of cloned skbs in tcp_try_coalesce() by Eric Dumazet · 12 years ago
  16. eeb7fc7 be2net: Fix EEH error reset before a flash dump completes by Somnath Kotur · 12 years ago
  17. aaa6dae be2net: Record receive queue index in skb to aid RPS. by Somnath Kotur · 12 years ago
  18. 682256d be2net: Fix to apply duplex value as unknown when link is down. by Somnath Kotur · 12 years ago
  19. 22ca7a6 be2net: Fix to not set link speed for disabled functions of a UMC card by Somnath Kotur · 12 years ago
  20. 750ea2b tcp: early retransmit: delayed fast retransmit by Yuchung Cheng · 12 years ago
  21. eed530b tcp: early retransmit by Yuchung Cheng · 12 years ago
  22. 1fbc340 tcp: early retransmit: tcp_enter_recovery() by Yuchung Cheng · 12 years ago
  23. 5c6239c net/pasemi: fix compiler warning by Stephen Rothwell · 12 years ago
  24. 69c326b bnx2x: fix handling single MSIX mode for 57710/57711 by Dmitry Kravkov · 12 years ago
  25. 6b42a9c ixgbe: Reset max_vfs to zero when user request is out of range by Greg Rose · 12 years ago
  26. 2ee7065 ixgbe: Deny MACVLAN requests from VFs with admin set MAC by Greg Rose · 12 years ago
  27. 3ca8bc6 ixgbe: add hwmon interface to export thermal data by Don Skidmore · 12 years ago
  28. e1ea915 ixgbe: add support functions to access thermal data by Don Skidmore · 12 years ago
  29. 69e1e01 e1000e: fix .ndo_set_rx_mode for 82579 by Bruce Allan · 12 years ago
  30. cb17aab e1000e: PHY initialization flow changes for 82577/8/9 by Bruce Allan · 12 years ago
  31. 62bc813 e1000e: workaround EEPROM configuration change on 82579 by Bruce Allan · 12 years ago
  32. e4ae004 netem: add ECN capability by Eric Dumazet · 12 years ago
  33. 18d0700 net: skb_peek()/skb_peek_tail() cleanups by Eric Dumazet · 12 years ago
  34. e4cbb02 net: add a prefetch in socket backlog processing by Eric Dumazet · 12 years ago
  35. 5dac94e l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6 by James Chapman · 12 years ago
  36. a32e0ee l2tp: introduce L2TPv3 IP encapsulation support for IPv6 by Chris Elston · 12 years ago
  37. a495f83 ipv6: Export ipv6 functions for use by other protocols by Chris Elston · 12 years ago
  38. f9bac8d l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels by Chris Elston · 12 years ago
  39. 2121c3f l2tp: show IPv6 addresses in l2tp debugfs file by Chris Elston · 12 years ago
  40. b79585f l2tp: pppol2tp_connect() handles ipv6 sockaddr variants by James Chapman · 12 years ago
  41. 9d4ec1a pppox: Replace __attribute__((packed)) in if_pppox.h by James Chapman · 12 years ago
  42. c8657fd l2tp: remove unused stats from l2tp_ip socket by James Chapman · 12 years ago
  43. de3c7a1 l2tp: Use ip4_datagram_connect() in l2tp_ip_connect() by James Chapman · 12 years ago
  44. 5de7aee l2tp: fix locking of 64-bit counters for smp by James Chapman · 12 years ago
  45. 80bcb42 atl1c: remove PHY polling from atl1c_change_mtu by Huang, Xiong · 12 years ago
  46. 4fc3635 atl1c: Disable L0S when no cable link by Huang, Xiong · 12 years ago
  47. 5e5c096 atl1c: do MAC-reset when PHY link down by Huang, Xiong · 12 years ago
  48. 0aa76ce atl1c: cancel task when interface closed by Huang, Xiong · 12 years ago
  49. f56fa56 atl1c: enlarge L1 response waiting timer by Huang, Xiong · 12 years ago
  50. 229e6b6 atl1c: refine mac address related code by Huang, Xiong · 12 years ago
  51. e119258 atl1c: remove code of closing register writable attribution by Huang, Xiong · 12 years ago
  52. 87eabe6 atl1c: clear WoL status when reset pcie by Huang, Xiong · 12 years ago
  53. 903d7ce atl1c: add PHY link event(up/down) patch by Huang, Xiong · 12 years ago
  54. 7cb6a29 atl1c: add workaround for issue of bit INTX-disable for MSI interrupt by Huang, Xiong · 12 years ago
  55. b6d151b Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago
  56. 1191cb8 bnx2x: remove some bloat by Eric Dumazet · 12 years ago
  57. d344c4f pch_gbe: reprogram multicast address register on reset by RongQing.Li · 12 years ago
  58. 1d0c0b3 net: makes skb_splice_bits() aware of skb->head_frag by Eric Dumazet · 12 years ago
  59. 329033f tcp: makes tcp_try_coalesce aware of skb->head_frag by Eric Dumazet · 12 years ago
  60. d7e8883 net: make GRO aware of skb->head_frag by Eric Dumazet · 12 years ago
  61. 8d4057a tg3: provide frags as skb head by Eric Dumazet · 12 years ago
  62. d3836f2 net: allow skb->head to be a page fragment by Eric Dumazet · 12 years ago
  63. 49cbb1c forcedeth: add transmit timestamping support by Willem de Bruijn · 12 years ago
  64. 8373c57 bnx2x: add transmit timestamping support by Willem de Bruijn · 12 years ago
  65. 80be312 e1000e: add transmit timestamping support by Willem de Bruijn · 12 years ago
  66. eab467f e1000: add transmit timestamping support by Willem de Bruijn · 12 years ago
  67. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  68. bb63f1f bridge: Fix fatal typo in setup of multicast_querier_expired by Herbert Xu · 12 years ago
  69. d499bd2 l2tp: Add missing net/net/ip6_checksum.h include. by David S. Miller · 12 years ago
  70. d2cf336 net/l2tp: add support for L2TP over IPv6 UDP by Benjamin LaHaise · 12 years ago
  71. d7f3f62 net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6 by Benjamin LaHaise · 12 years ago
  72. cb80ef4 net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb() by Benjamin LaHaise · 12 years ago
  73. f7ad74f net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb by Benjamin LaHaise · 12 years ago
  74. a319726 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  75. 62ecc37 drivers/net/oki-semi: Donot recompute IP header checksum by RongQing.Li · 12 years ago
  76. d89bdff drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALEN by RongQing.Li · 12 years ago
  77. 86cc070 net/at91_ether: use gpio_to_irq for phy IRQ line by Nicolas Ferre · 12 years ago
  78. c5f0f83 AT91: Remove fixed mapping for AT91RM9200 ethernet by Andrew Victor · 12 years ago
  79. cb75a36 net: Fixed a coding style issue related to spaces. by Jeffrin Jose · 12 years ago
  80. aad5854 tipc: Reject payload messages with invalid message type by Allan Stephens · 12 years ago
  81. 8e2813f ixgbe: check for WoL support in single function by Jacob Keller · 12 years ago
  82. a27416b igb: Force flow control off during reset when forcing speed. by Matthew Vick · 12 years ago
  83. bdc125f e1000e: 82579 potential system hang on stress when ME enabled by Bruce Allan · 12 years ago
  84. 36ceeb4 e1000e: 82579 packet drop workaround by Bruce Allan · 12 years ago
  85. 2cb7a9c e1000e: Enable DMA Burst Mode on 82574 by default. by Matthew Vick · 12 years ago
  86. 1c1093a e1000e: Disable Far-End LoopBack following reset on 80003ES2LAN. by Matthew Vick · 12 years ago
  87. 8298193 net: cleanups in sock_setsockopt() by Eric Dumazet · 12 years ago
  88. c60f6aa net: doc: merge /proc/sys/net/core/* documents into one place by Shan Wei · 12 years ago
  89. 06b0ab3 be2net: update the driver version by Ajit Khaparde · 12 years ago
  90. 2a89611 be2net: fix speed displayed by ethtool on certain SKUs by Ajit Khaparde · 12 years ago
  91. ddc3f5c be2net: Ignore status of some ioctls during driver load by Ajit Khaparde · 12 years ago
  92. 97076d2 NET: smsc-ircc2: mark non-experimental by Linus Walleij · 12 years ago
  93. 13b95fb bonding: bond_update_speed_duplex() can return void since no callers check its return by Rick Jones · 12 years ago
  94. 4fbec4d qlcnic: Allow a predefined set of capture masks for FW dump by Manish Chopra · 12 years ago
  95. 54a8997 qlcnic: Adding mac statistics to ethtool. by Jitendra Kalsaria · 12 years ago
  96. b43e5ee qlcnic: Register device in FAILED state. by Sucheta Chakraborty · 12 years ago
  97. feb50ac crush: include header for global symbols by hartleys · 12 years ago
  98. d739889 isdn/eicon: use standard __init,__exit function markup by hartleys · 12 years ago
  99. 6746960 ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing by Eric Dumazet · 12 years ago
  100. 8f17789 tipc: Enhance error checking of published names by Allan Stephens · 12 years ago