1. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  2. 66bed84 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  3. 3c8f3e9 i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq by Jacob Keller · 7 years ago
  4. 09f79fd i40e: avoid NVM acquire deadlock during NVM update by Anjali Singhai Jain · 7 years ago
  5. f098003 drivers: net: xgene: Remove return statement from void function by Iyappan Subramanian · 7 years ago
  6. 5e338b3 drivers: net: xgene: Configure tx/rx delay for ACPI by Quan Nguyen · 7 years ago
  7. 9d7e72c drivers: net: xgene: Read tx/rx delay for ACPI by Iyappan Subramanian · 7 years ago
  8. b1357cf rocker: fix kcalloc parameter order by Zahari Doychev · 7 years ago
  9. 5e369ae net: stmmac: Delete dead code for MDIO registration by Romain Perier · 7 years ago
  10. 5d62167 gianfar: Fix Tx flow control deactivation by Claudiu Manoil · 7 years ago
  11. ef18e3b cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6 by Ganesh Goudar · 7 years ago
  12. 2de489f cxgb4: Fix pause frame count in t4_get_port_stats by Ganesh Goudar · 7 years ago
  13. 128416a cxgb4: fix memory leak by Ganesh Goudar · 7 years ago
  14. 691223e net/mlx4_core: Use ARRAY_SIZE macro by Thomas Meyer · 7 years ago
  15. f32c9e05 Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  16. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  17. b665f4f net: qualcomm: rmnet: Rename real_dev_info to port by Subash Abhinov Kasiviswanathan · 7 years ago
  18. b752eff net: qualcomm: rmnet: Implement ndo_get_iflink by Subash Abhinov Kasiviswanathan · 7 years ago
  19. 032ee46 net: qualcomm: rmnet: Refactor the new rmnet dev creation by Subash Abhinov Kasiviswanathan · 7 years ago
  20. 2d516c0d net: qualcomm: rmnet: Move the device creation log by Subash Abhinov Kasiviswanathan · 7 years ago
  21. 61bf549 net: qualcomm: rmnet: Remove the unused endpoint -1 by Subash Abhinov Kasiviswanathan · 7 years ago
  22. 009e1b2 net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32 by Subash Abhinov Kasiviswanathan · 7 years ago
  23. 9ce4fa5 nfp: flower: restore RTNL locking around representor updates by Jakub Kicinski · 7 years ago
  24. 7c8a2d8 nfp: build the flower offload by default by Jakub Kicinski · 7 years ago
  25. 023a928 nfp: be drop monitor friendly by Jakub Kicinski · 7 years ago
  26. 9d8b17b nfp: move the start/stop app callbacks back by Jakub Kicinski · 7 years ago
  27. 192e685 nfp: flower: base lifetime of representors on existence of lower vNIC by Jakub Kicinski · 7 years ago
  28. c496291 nfp: separate app vNIC init/clean from alloc/free by Jakub Kicinski · 7 years ago
  29. 18a4ded Merge tag 'mlx5-updates-2017-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  30. ee954d1a mlxsw: spectrum_router: Support GRE tunnels by Petr Machata · 7 years ago
  31. 92107cf mlxsw: spectrum_router: Add loopback accessors by Petr Machata · 7 years ago
  32. 86484de mlxsw: spectrum: Register for IPIP_DECAP_ERROR trap by Petr Machata · 7 years ago
  33. 1cc38fb mlxsw: spectrum_router: Use existing decap route by Petr Machata · 7 years ago
  34. 4607f6d mlxsw: spectrum_router: Support IPv4 underlay decap by Petr Machata · 7 years ago
  35. 8f28a30 mlxsw: spectrum_router: Support IPv6 overlay encap by Petr Machata · 7 years ago
  36. 1012b9a mlxsw: spectrum_router: Support IPv4 overlay encap by Petr Machata · 7 years ago
  37. 35225e4 mlxsw: spectrum_router: Make nexthops typed by Petr Machata · 7 years ago
  38. f6050ee mlxsw: spectrum_router: Extract mlxsw_sp_rt6_is_gateway() by Petr Machata · 7 years ago
  39. 9b01451 mlxsw: spectrum_router: Extract mlxsw_sp_fi_is_gateway() by Petr Machata · 7 years ago
  40. 6ddb742 mlxsw: spectrum_router: Introduce loopback RIFs by Petr Machata · 7 years ago
  41. 010cadf mlxsw: spectrum_router: Support FID-less RIFs by Petr Machata · 7 years ago
  42. 38ebc0f mlxsw: spectrum_router: Add mlxsw_sp_ipip_ops by Petr Machata · 7 years ago
  43. ff1f06c mlxsw: spectrum_router: Publish mlxsw_sp_l3proto by Petr Machata · 7 years ago
  44. 89e4198 mlxsw: reg: Give mlxsw_reg_ratr_pack a type parameter by Petr Machata · 7 years ago
  45. 9571e82 mlxsw: reg: Extract mlxsw_reg_ritr_mac_pack() by Petr Machata · 7 years ago
  46. 1e659eb mlxsw: reg: Add Routing Tunnel Decap Properties Register by Petr Machata · 7 years ago
  47. a43da82 mlxsw: reg: Add mlxsw_reg_ralue_act_ip2me_tun_pack() by Petr Machata · 7 years ago
  48. 6c4153b mlxsw: reg: Move enum mlxsw_reg_ratr_trap_id by Petr Machata · 7 years ago
  49. 7c819de mlxsw: reg: Update RATR to support IP-in-IP tunnels by Petr Machata · 7 years ago
  50. 99ae8e3 mlxsw: reg: Update RITR to support loopback device by Petr Machata · 7 years ago
  51. 688cbaf net: mvpp2: fallback using h/w and random mac if the dt one isn't valid by Antoine Tenart · 7 years ago
  52. d2a6e48 net: mvpp2: fix use of the random mac address for PPv2.2 by Antoine Tenart · 7 years ago
  53. 3ba8c81 net: mvpp2: move the mac retrieval/copy logic into its own function by Antoine Tenart · 7 years ago
  54. aa9d464 Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  55. 942e7e5 net/mlx4_core: fix incorrect size allocation for dev->caps.spec_qps by Colin Ian King · 7 years ago
  56. 542deb8 net/mlx4_core: fix memory leaks on error exit path by Colin Ian King · 7 years ago
  57. d4b6c48 net/mlx5e: Distribute RSS table among all RX rings by Tariq Toukan · 8 years ago
  58. a8c2eb1 net/mlx5e: Stop NAPI when irq balancer changes affinity by Tariq Toukan · 8 years ago
  59. 7b33aae net/mlx5e: Use kernel's mechanism to avoid missing NAPIs by Tariq Toukan · 8 years ago
  60. 29c2849 net/mlx5e: Slightly increase RX page-cache size by Tariq Toukan · 8 years ago
  61. 70871f1 net/mlx5e: Don't recycle page if moved to far NUMA by Tariq Toukan · 7 years ago
  62. 3b56f7b net/mlx5e: Remove unnecessary fields in ICO SQ by Tariq Toukan · 7 years ago
  63. 7cc6d77 net/mlx5e: Type-specific optimizations for RX post WQEs function by Tariq Toukan · 7 years ago
  64. a071cb9 net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progress by Tariq Toukan · 8 years ago
  65. a1eaba4 net/mlx5e: Non-atomic indicator for ring enabled state by Tariq Toukan · 8 years ago
  66. 604acb1 net/mlx5e: Refactor data-path lro header function by Tariq Toukan · 8 years ago
  67. 4b7dfc9 net/mlx5e: Early-return on empty completion queues by Tariq Toukan · 8 years ago
  68. 4cbb755 net/mlx5e: NAPI busy-poll when UMR post is in progress by Tariq Toukan · 8 years ago
  69. 4c2af5c net/mlx5e: Small enhancements for RX MPWQE allocation and free by Tariq Toukan · 8 years ago
  70. 9bafe2a net/mlx5e: Use memset to init skbs_frags array to zeros by Tariq Toukan · 8 years ago
  71. b681c48 net/mlx5e: Remove unnecessary wqe_sz field from RQ buffer by Tariq Toukan · 8 years ago
  72. 89e89f7 net/mlx5e: Replace multiplication by stride size with a shift by Tariq Toukan · 8 years ago
  73. b45d8b5 net/mlx5e: Reorganize struct mlx5e_rq by Tariq Toukan · 8 years ago
  74. 487234c net: systemport: Correctly set TSB endian for host by Florian Fainelli · 7 years ago
  75. 5debc53 net: qualcomm: rmnet: remove unused variable priv by Colin Ian King · 7 years ago
  76. d05071e fsl/fman: make arrays port_ids static, reduces object code size by Colin Ian King · 7 years ago
  77. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  78. c54a504 mvneta: Driver and hardware supports IPv6 offload, so enable it by Andrew Pilloud · 7 years ago
  79. f6849d0 qlcnic: remove redundant zero check on retries counter by Colin Ian King · 7 years ago
  80. fd3651b net: mvpp2: use the GoP interrupt for link status changes by Antoine Tenart · 7 years ago
  81. 5997c86 net: mvpp2: make the phy optional by Antoine Tenart · 7 years ago
  82. 1df2270 net: mvpp2: take advantage of the is_rgmii helper by Antoine Tenart · 7 years ago
  83. 241bc85 mlxsw: spectrum_router: Set abort trap in all virtual routers by Ido Schimmel · 7 years ago
  84. d3b6d37 mlxsw: spectrum_router: Trap packets hitting anycast routes by Ido Schimmel · 7 years ago
  85. 25cc72a mlxsw: spectrum: Forbid linking to devices that have uppers by Ido Schimmel · 7 years ago
  86. 0fb5fe3 mlxsw: spectrum_dpipe: Add support for controlling IPv6 neighbor counters by Arkadi Sharshevsky · 7 years ago
  87. 1ed5574 mlxsw: spectrum_router: Add support for setting counters on IPv6 neighbors by Arkadi Sharshevsky · 7 years ago
  88. 410774bd mlxsw: spectrum_dpipe: Add support for IPv6 host table dump by Arkadi Sharshevsky · 7 years ago
  89. 6049e53 mlxsw: spectrum_dpipe: Make host entry fill handler more generic by Arkadi Sharshevsky · 7 years ago
  90. 0250768 mlxsw: spectrum_router: Add IPv6 neighbor access helper by Arkadi Sharshevsky · 7 years ago
  91. 506f7dd mlxsw: spectrum_dpipe: Add IPv6 host table initial support by Arkadi Sharshevsky · 7 years ago
  92. 1d1056d8 mlxsw: spectrum_router: Export IPv6 link local address check helper by Arkadi Sharshevsky · 7 years ago
  93. ea3100a Merge tag 'mlx5-GRE-Offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  94. acfb98b liquidio: fix crash in presence of zeroed-out base address regs by Rick Farrington · 7 years ago
  95. a1bc54a Merge tag 'mlx5-fixes-2017-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  96. 7b3722f net/mlx5e: Support RSS for GRE tunneled packets by Gal Pressman · 7 years ago
  97. 2729984 net/mlx5e: Support TSO and TX checksum offloads for GRE tunnels by Gal Pressman · 7 years ago
  98. 888fcd9 net/mlx5e: Use IP version matching to classify IP traffic by Gal Pressman · 7 years ago
  99. 9e4a561 qed: fix spelling mistake: "calescing" -> "coalescing" by Colin Ian King · 7 years ago
  100. 752b069 net: hns3: Fixes the wrong IS_ERR check on the returned phydev value by Salil Mehta · 7 years ago