1. 7b1115e e1000e: advertise transmit time stamping by Richard Cochran · 12 years ago
  2. e10df2c e1000: advertise transmit time stamping by Richard Cochran · 12 years ago
  3. be53ce1 bnx2x: advertise transmit time stamping by Richard Cochran · 12 years ago
  4. 1d69c2b rtnl: Add #ifdef CONFIG_RPS around num_rx_queues reference by Mark A. Greer · 12 years ago
  5. fd183f6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  6. 5dc7c77 Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 12 years ago
  7. 2a304bb wimax: fix printk format warnings by Randy Dunlap · 12 years ago
  8. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  9. e390648 net: fix race condition in several drivers when reading stats by Kevin Groeneveld · 12 years ago
  10. 0980e56 ipv4: tcp: set unicast_sock uc_ttl to -1 by Eric Dumazet · 12 years ago
  11. 7688659 igb: reset PHY in the link_up process to recover PHY setting after power down. by Akeem G. Abodunrin · 12 years ago
  12. b724e9f ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts by Alexander Duyck · 12 years ago
  13. b6dfd93 ixgbe: add support for new 82599 device by Don Skidmore · 12 years ago
  14. 3f4a6f0 ixgbe: remove extra unused queues in DCB + FCoE case by John Fastabend · 12 years ago
  15. 9544746 ixgbe: fix RAR entry counting for generic and fdb_add() by John Fastabend · 12 years ago
  16. b92ad72 ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UP by Alexander Duyck · 12 years ago
  17. 252562c ixgbe: Reduce Rx header size to what is actually used by Alexander Duyck · 12 years ago
  18. ce42260 ixgbevf: Fix namespace issue with ixgbe_write_eitr by Greg Rose · 12 years ago
  19. 39cb681 ixgbe: Fix handling of FDIR_HASH flag by Alexander Duyck · 12 years ago
  20. 9f19f31 ixgbevf: Add support for PCI error handling by Alexander Duyck · 12 years ago
  21. 1c55ed7 ixgbevf: Add lock around mailbox ops to prevent simultaneous access by Alexander Duyck · 12 years ago
  22. 9297127 ixgbe: Change how we check for pre-existing and assigned VFs by Alexander Duyck · 12 years ago
  23. 99d7448 ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriov by Alexander Duyck · 12 years ago
  24. 163049a vhost: make vhost work queue visible by Stefan Hajnoczi · 12 years ago
  25. 0dd05a3 vhost: Separate vhost-net features from vhost features by Stefan Hajnoczi · 12 years ago
  26. 186e8687 forcedeth: spin_unlock_irq in interrupt handler fix by Denis Efremov · 12 years ago
  27. c073cfc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 12 years ago
  28. 0bb4087 ipv4: Fix neigh lookup keying over loopback/point-to-point devices. by David S. Miller · 12 years ago
  29. efaac3b openvswitch: Fix typo in documentation. by Leo Alterman · 12 years ago
  30. a1b5d0d openvswitch: Check gso_type for correct sk_buff in queue_gso_packets(). by Ben Pfaff · 12 years ago
  31. 92e5dfc openvswitch: Check currect return value from skb_gso_segment() by Pravin B Shelar · 12 years ago
  32. fa0afcd atl1c: fix issue of io access mode for AR8152 v2.1 by Cloud Ren · 12 years ago
  33. b09e786 tun: fix a crash bug and a memory leak by Mikulas Patocka · 12 years ago
  34. 521f549 ipv4: show pmtu in route list by Julian Anastasov · 12 years ago
  35. e4bce0f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  36. aac3942 Merge branch 'team_multiq' by David S. Miller · 12 years ago
  37. 6c85f2b team: add multiqueue support by Jiri Pirko · 12 years ago
  38. 8a540ff bond_sysfs: use real_num_tx_queues rather than params.tx_queue by Jiri Pirko · 12 years ago
  39. df4ab5b net: rename bond_queue_mapping to slave_dev_queue_mapping by Jiri Pirko · 12 years ago
  40. 76ff5cc rtnl: allow to specify number of rx and tx queues on device creation by Jiri Pirko · 12 years ago
  41. d40156a rtnl: allow to specify different num for rx and tx queue count by Jiri Pirko · 12 years ago
  42. ee6ae1a net: honour netif_set_real_num_tx_queues() retval by Jiri Pirko · 12 years ago
  43. 6f458df tcp: improve latencies of timer triggered events by Eric Dumazet · 12 years ago
  44. 9dc2741 tcp: fix ABC in tcp_slow_start() by Eric Dumazet · 12 years ago
  45. 5815d5e tcp: use hash_32() in tcp_metrics by Eric Dumazet · 12 years ago
  46. 67b95bd tcp: Return bool instead of int where appropriate by Vijay Subramanian · 12 years ago
  47. 36e9031 ixgbe: use PCI_VENDOR_ID_INTEL by Jon Mason · 12 years ago
  48. 61dc533 ixgb: use PCI_VENDOR_ID_INTEL by Jon Mason · 12 years ago
  49. 5e80bc7 myri10ge: update MAINTAINERS by Jon Mason · 12 years ago
  50. 54f0e9b Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  51. 90b90f6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  52. 3b5c6b9 can: janz-ican3: add support for one shot mode by Ira W. Snyder · 12 years ago
  53. 30df588 can: janz-ican3: avoid firmware lockup caused by infinite bus error quota by Ira W. Snyder · 12 years ago
  54. 83702f6 can: janz-ican3: fix support for CAN_RAW_RECV_OWN_MSGS by Ira W. Snyder · 12 years ago
  55. 88b5870 can: janz-ican3: fix error and byte counters by Ira W. Snyder · 12 years ago
  56. 9e4d690 can: janz-ican3: cleanup of ican3_to_can_frame and can_frame_to_ican3 by Marc Kleine-Budde · 14 years ago
  57. 007890d can: janz-ican3: drop invalid skbs by Ira W. Snyder · 12 years ago
  58. 8456a91 can: janz-ican3: remove dead code by Ira W. Snyder · 12 years ago
  59. 3d42a37 can: flexcan: add 2nd clock to support imx53 and newer by Steffen Trumtrar · 12 years ago
  60. 194b9a4 can: mark bittiming_const pointer in struct can_priv as const by Marc Kleine-Budde · 12 years ago
  61. a58915c ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flag by Alexander Duyck · 12 years ago
  62. ef89e0a ixgbe: Only enable anti-spoof on VF pools by Alexander Duyck · 12 years ago
  63. 7fa7c9d ixgbe: Correctly set SAN MAC RAR pool to default pool of PF by Alexander Duyck · 12 years ago
  64. 7c8ae65 ixgbe: Make FCoE allocation and configuration closer to how rings work by Alexander Duyck · 12 years ago
  65. 5a1ee27 ixgbe: Merge all FCoE percpu values into a single structure by Alexander Duyck · 12 years ago
  66. 81fadde ixgbe: Cleanup configuration of FCoE registers by Alexander Duyck · 12 years ago
  67. 1bf91cd ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API by Alexander Duyck · 12 years ago
  68. d773d13 ixgbe: Fix memory leak when SR-IOV VFs are direct assigned by Alexander Duyck · 12 years ago
  69. 1d9c0bf ixgbe: Use VMDq offset to indicate the default pool by Alexander Duyck · 12 years ago
  70. 769162e Merge branch 'net' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by David S. Miller · 12 years ago
  71. f31fd383 ipv4: Fix again the time difference calculation by Julian Anastasov · 12 years ago
  72. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  73. 67da22d net-tcp: Fast Open client - cookie-less mode by Yuchung Cheng · 12 years ago
  74. aab4874 net-tcp: Fast Open client - detecting SYN-data drops by Yuchung Cheng · 12 years ago
  75. cf60af0 net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) by Yuchung Cheng · 12 years ago
  76. 8e4178c net-tcp: Fast Open client - receiving SYN-ACK by Yuchung Cheng · 12 years ago
  77. 783237e net-tcp: Fast Open client - sending SYN-data by Yuchung Cheng · 12 years ago
  78. 1fe4c48 net-tcp: Fast Open client - cookie cache by Yuchung Cheng · 12 years ago
  79. 2100c8d net-tcp: Fast Open base by Yuchung Cheng · 12 years ago
  80. 4cce66c mlx4_en: map entire pages to increase throughput by Thadeu Lima de Souza Cascardo · 12 years ago
  81. a9ec6bd sfc: initialize dynamic sysfs attributes for lockdep by Michal Schmidt · 12 years ago
  82. 8427b2a bridge: update documentation references by stephen hemminger · 12 years ago
  83. 8b0d2f9 net: e100: ucode is optional in some cases by Bjørn Mork · 12 years ago
  84. 2150293 asix: AX88172A driver depends on phylib by Christian Riesch · 12 years ago
  85. cb7b24c asix: Add support for programming the EEPROM by Christian Riesch · 12 years ago
  86. ceb02c9 asix: Rework reading from EEPROM by Christian Riesch · 12 years ago
  87. 84c9f8c4 net: stmmac: Add ip version to dts bindings by Dinh Nguyen · 12 years ago
  88. 1d962ec cxgb3: Set vlan_feature on net_device by brenohl@br.ibm.com · 12 years ago
  89. 83bd1b7 ipx: move peII functions by stephen hemminger · 12 years ago
  90. d8f1641 net: Fix warnings in dst_ops.h by David S. Miller · 12 years ago
  91. be9f4a4 ipv4: tcp: remove per net tcp_sock by Eric Dumazet · 12 years ago
  92. aee06da ipv4: use seqlock for nh_exceptions by Julian Anastasov · 12 years ago
  93. 36eb22e libertas: firmware.c: remove duplicated include by Duan Jiong · 12 years ago
  94. 3e497e0 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  95. 7fed84f ipv4: Fix time difference calculation in rt_bind_exception(). by David S. Miller · 12 years ago
  96. 1eb8c69 net/mlx4_en: Add accelerated RFS support by Amir Vadai · 12 years ago
  97. d9236c3 {NET,IB}/mlx4: Add rmap support to mlx4_assign_eq by Amir Vadai · 12 years ago
  98. 122733a net/rps: Protect cpu_rmap.h from double inclusion by Amir Vadai · 12 years ago
  99. af22d9d net/mlx4: Move MAC_MASK to a common place by Amir Vadai · 12 years ago
  100. 0cc535a ipv4: fix address selection in fib_compute_spec_dst by Julian Anastasov · 12 years ago