1. da1e204 e1000e: iAMT connections drop on driver unload when jumbo frames enabled by Bruce Allan · 11 years ago
  2. b43e867 e1000e: disable ASPM L1 on 82583 by Bruce Allan · 11 years ago
  3. c96ddb0 e1000e: Use marco instead of digit for defining e1000_rx_desc_packet_split by Wei Yang · 11 years ago
  4. 2592881 e1000e: Remove duplicate assignment of default rx/tx ring size by Wei Yang · 11 years ago
  5. 24b41c9 e1000e: restore call to pci_clear_master() by Dean Nelson · 11 years ago
  6. ab90695 e100: dump small buffers via %*ph by Andy Shevchenko · 11 years ago
  7. dcfe804 bonding: remove bond_resend_igmp_join_requests read_unlock leftover by nikolay@redhat.com · 11 years ago
  8. 03c633e pktgen: Use ip_send_check() to compute checksum by Thomas Graf · 11 years ago
  9. c26bf4a pktgen: Add UDPCSUM flag to support UDP checksums by Thomas Graf · 11 years ago
  10. 82a54d0 VSOCK: Move af_vsock.h and vsock_addr.h to include/net by Asias He · 11 years ago
  11. a648ab58 Merge branch 'minnow/net-next' of git://git.infradead.org/users/dvhart/linux-2.6 into minnow by David S. Miller · 11 years ago
  12. 452c447 USBNET: increase max rx/tx qlen for improving USB3 thoughtput by Ming Lei · 11 years ago
  13. a88c32a USBNET: centralize computing of max rx/tx qlen by Ming Lei · 11 years ago
  14. 6680ec6 tuntap: hardware vlan tx support by Jason Wang · 11 years ago
  15. 024ec3d net/sctp: Refactor SCTP skb checksum computation by Joe Stringer · 11 years ago
  16. e7428e9 virtio-net: put virtio net header inline with data by Michael S. Tsirkin · 11 years ago
  17. 10eccb4 bond: cleanup netpoll code by stephen hemminger · 11 years ago
  18. 0fb52a2 team: cleanup netpoll clode by stephen hemminger · 11 years ago
  19. 93d8bf9 bridge: cleanup netpoll code by stephen hemminger · 11 years ago
  20. f528094 bonding: use pre-defined macro in bond_mode_name instead of magic number 0 by Wang Sheng-Hui · 11 years ago
  21. f1a26fd pch_gbe: Add MinnowBoard support by Darren Hart · 11 years ago
  22. 9025c8e drivers/net/ethernet/stmicro/stmmac: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  23. b04d68e pch_gbe: Use PCH_GBE_PHY_REGS_LEN instead of 32 by Darren Hart · 11 years ago
  24. 18afa4b net: Make devnet_rename_seq static by Thomas Gleixner · 11 years ago
  25. c9bee3b7 tcp: TCP_NOTSENT_LOWAT socket option by Eric Dumazet · 11 years ago
  26. 64dc613 net: add sk_stream_is_writeable() helper by Eric Dumazet · 11 years ago
  27. 4d58c02 net: sctp: trivial: add uapi/linux/sctp.h into maintainers by Daniel Borkmann · 11 years ago
  28. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  29. d971854 drivers: net: cpsw: add support to show hw stats via ethtool by Mugunthan V N · 11 years ago
  30. b07ea07 bonding: Fixed up a error "do not initialise statics to 0 or NULL" in bond_main.c by dingtianhong · 11 years ago
  31. 9402b74 bonding: add rtnl protection for bonding_store_fail_over_mac by dingtianhong · 11 years ago
  32. 38c4916 bonding: bond_sysfs.c checkpatch cleanup by dingtianhong · 11 years ago
  33. c4cdef9 bonding: don't call slave_xxx_netpoll under spinlocks by dingtianhong · 11 years ago
  34. f13bbc2 drivers/net: enic: Move ethtool code to a separate file by Neel Patel · 11 years ago
  35. 59ea52d net: trans_rdma: remove unused function by Andi Shyti · 11 years ago
  36. 9812a9d Merge branch 'be2net' by David S. Miller · 11 years ago
  37. 2d17f40 be2net: delete primary MAC address while unloading by Sathya Perla · 11 years ago
  38. 3175d8c be2net: use SET/GET_MAC_LIST for SH-R by Sathya Perla · 11 years ago
  39. 95046b9 be2net: refactor MAC-addr setup code by Sathya Perla · 11 years ago
  40. b5bb977 be2net: fix pmac_id for BE3 VFs by Sathya Perla · 11 years ago
  41. 04a0602 be2net: allow VFs to program MAC and VLAN filters by Sathya Perla · 11 years ago
  42. 5a712c1 be2net: fix MAC address modification for VF by Sathya Perla · 11 years ago
  43. e18dbf7 sh_eth: Add support for r8a7790 SoC by Simon Horman · 11 years ago
  44. 55754f1 sh_eth: add support for RMIIMODE register by Simon Horman · 11 years ago
  45. 9225b23 net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1 by fan.du · 11 years ago
  46. 86a37de net ipv6: Remove rebundant rt6i_nsiblings initialization by fan.du · 11 years ago
  47. b9959fd vti: switch to new ip tunnel code by Amerigo Wang · 11 years ago
  48. 2b52c3a ip6mr: change the prototype of ip6_mr_forward(). by Rami Rosen · 11 years ago
  49. c4854ec ipmr: change the prototype of ip_mr_forward(). by Rami Rosen · 11 years ago
  50. 45c9149 Merge branch 'team' ("add support for peer notifications and igmp rejoins for team") by David S. Miller · 11 years ago
  51. 492b200 team: add support for sending multicast rejoins by Jiri Pirko · 11 years ago
  52. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  53. fc423ff team: add peer notification by Jiri Pirko · 11 years ago
  54. ab2cfbb macvlan fdb replace support by Thomas Richter · 11 years ago
  55. 906dc18 vxlan fdb replace an existing entry by Thomas Richter · 11 years ago
  56. 20ff44a Merge branch 'tcp' by David S. Miller · 11 years ago
  57. ed08495 tcp: use RTT from SACK for RTO by Yuchung Cheng · 11 years ago
  58. 59c9af4 tcp: measure RTT from new SACK by Yuchung Cheng · 11 years ago
  59. 5b08e47 tcp: prefer packet timing to TS-ECR for RTT by Yuchung Cheng · 11 years ago
  60. 375fe02 tcp: consolidate SYNACK RTT sampling by Yuchung Cheng · 11 years ago
  61. c3f51d5 Merge branch 'fec' by David S. Miller · 11 years ago
  62. 0d9b2ab fec: Use devm_request_irq() by Fabio Estevam · 11 years ago
  63. 399db75 fec: Remove unneeded check in platform_get_resource() by Fabio Estevam · 11 years ago
  64. 13a097b fec: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  65. 79820e7 fec: Enable/disable clk_ptp in suspend/resume by Fabio Estevam · 11 years ago
  66. d265cf4 fec: Fix the order for enabling/disabling the clocks by Fabio Estevam · 11 years ago
  67. 9514fe7 fec: Do not enable/disable optional clocks unconditionally by Fabio Estevam · 11 years ago
  68. eda2977 tun: Support software transmit time stamping. by Richard Cochran · 11 years ago
  69. cb820f8 net: Provide a generic socket error queue delivery method for Tx time stamps. by Richard Cochran · 11 years ago
  70. 0887a57 net/velocity: add poll controller function for velocity nic by Amit Uttamchandani · 11 years ago
  71. 6e3d677 mISDN: replace sum of bitmasks with OR operation. by Alexandru Juncu · 11 years ago
  72. aafee33 net/irda: fixed style issues in irttp by Dragos Foianu · 11 years ago
  73. ecb2cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  74. ee114b9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  75. 4b8b8a4 Merge tag 'md-3.11-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  76. 0a693ab Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  77. 3e3aac4 vlan: fix a race in egress prio management by Eric Dumazet · 11 years ago
  78. d4b812d vlan: mask vlan prio bits by Eric Dumazet · 11 years ago
  79. ece793f macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS by Jason Wang · 11 years ago
  80. 8852917 tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS by Jason Wang · 11 years ago
  81. 87f40dd pkt_sched: sch_qfq: remove a source of high packet delay/jitter by Paolo Valente · 11 years ago
  82. 7a62711 Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  83. 5d88d15 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  84. 3f334c2 Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 11 years ago
  85. c66bce9 Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  86. 3668f0d Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-fixes by Dave Airlie · 11 years ago
  87. 30bc9b5 md/raid1: fix bio handling problems in process_checks() by NeilBrown · 11 years ago
  88. 5024c29 md: Remove recent change which allows devices to skip recovery. by NeilBrown · 11 years ago
  89. 7bb23c4 md/raid10: fix two problems with RAID10 resync. by NeilBrown · 11 years ago
  90. fb328d7 Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux by Dave Airlie · 11 years ago
  91. 444bddc drm/radeon/dpm: add debugfs support for RS780/RS880 (v3) by Alex Deucher · 11 years ago
  92. 61f98b0 Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  93. f90555c drm/radeon/dpm/atom: fix broken gcc harder by Alex Deucher · 11 years ago
  94. 093b9c7 xen-netfront: pull on receive skb may need to happen earlier by Jan Beulich · 11 years ago
  95. fe5c356 vxlan: add necessary locking on device removal by stephen hemminger · 11 years ago
  96. 48fa04c drm/radeon/dpm/atom: restructure logic to work around a compiler bug by Andre Heider · 11 years ago
  97. 77c7d50 drm/radeon/dpm: fix atom vram table parsing by Alex Deucher · 11 years ago
  98. 1fa4252 drm/radeon: fix an endian bug in atom table parsing by Alex Deucher · 11 years ago
  99. 1294d4a drm/radeon: add a module parameter to disable aspm by Alex Deucher · 11 years ago
  100. ffb4040 drm/rcar-du: Use the GEM PRIME helpers by Laurent Pinchart · 11 years ago