1. da28e87 mlxsw: reg: Add Monitoring Time Precision Packet Port Configuration Register by Petr Machata · 6 years ago
  2. 6e32a74 samples: pktgen: allow to specify destination port by Daniel T. Lee · 6 years ago
  3. 226b96c samples: pktgen: add some helper functions for port parsing by Daniel T. Lee · 6 years ago
  4. a346abe ipv6: icmp: allow flowlabel reflection in echo replies by Eric Dumazet · 6 years ago
  5. 954a5a0 Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  6. 11697cf Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  7. f072218 r8169: remove not needed call to dma_sync_single_for_device by Heiner Kallweit · 6 years ago
  8. 3c18cbe r8169: consider that 32 Bit DMA is the default by Heiner Kallweit · 6 years ago
  9. 759d095 r8169: improve handling VLAN tag by Heiner Kallweit · 6 years ago
  10. 3099c59 selftests: rtnetlink: skip ipsec offload tests if netdevsim isn't present by Florian Westphal · 6 years ago
  11. fc41388 Merge branch 'em_ipt-add-support-for-addrtype' by David S. Miller · 6 years ago
  12. 0c4231c net: sched: em_ipt: add support for addrtype matching by Nikolay Aleksandrov · 6 years ago
  13. ba3d24d net: sched: em_ipt: keep the user-specified nfproto and dump it by Nikolay Aleksandrov · 6 years ago
  14. f4c1c40 net: sched: em_ipt: set the family based on the packet if it's unspecified by Nikolay Aleksandrov · 6 years ago
  15. 9e10edd net: sched: em_ipt: match only on ip/ipv6 traffic by Nikolay Aleksandrov · 6 years ago
  16. aebd17b hinic: add vlan offload support by Xue Chaojing · 6 years ago
  17. f6dc126 net/mlx5e: Disallow tc redirect offload cases we don't support by Paul Blakey · 6 years ago
  18. 7ff40a4 net/mlx5e: Expose same physical switch_id for all representors by Paul Blakey · 6 years ago
  19. a90f88f net/mlx5e: Don't refresh TIRs when updating representor SQs by Gavi Teitz · 6 years ago
  20. 5233794 net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_create by Arnd Bergmann · 6 years ago
  21. f72e6c3e net/mlx5e: Set drvinfo in generic manner by Parav Pandit · 6 years ago
  22. 0870673 net/mlx5e: Correct phys_port_name for PF port by Parav Pandit · 6 years ago
  23. 5dc9520 net/mlx5e: Report netdevice MPLS features by Ariel Levkovich · 6 years ago
  24. e4683f3 net/mlx5e: Move to HW checksumming advertising by Ariel Levkovich · 6 years ago
  25. e7e0bee net/mlx5: MPFS, Allow adding the same MAC more than once by Gavi Teitz · 6 years ago
  26. 6311f30 net/mlx5: MPFS, Cleanup add MAC flow by Gavi Teitz · 6 years ago
  27. 4f5d1be Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
  28. def4ec6 e1000e: PCIm function state support by Vitaly Lifshits · 6 years ago
  29. 59653e6 e1000e: Make watchdog use delayed work by Detlev Casanova · 6 years ago
  30. 1d8d80b i40e: Add macvlan support on i40e by Harshitha Ramamurthy · 6 years ago
  31. 1e1b0c6 ixgbevf: Use cached link state instead of re-reading the value for ethtool by Alexander Duyck · 6 years ago
  32. 9fe06a5 iavf: fix dereference of null rx_buffer pointer by Colin Ian King · 6 years ago
  33. cd502a7 igb: add RR2DCDELAY to ethtool registers dump by Artem Bityutskiy · 6 years ago
  34. 9379b39 igb: minor ethool regdump amendment by Artem Bityutskiy · 6 years ago
  35. 75051ce iavf: Fix up debug print macro by Jeff Kirsher · 6 years ago
  36. ab6973a e1000e: Reduce boot time by tightening sleep ranges by Arjan van de Ven · 6 years ago
  37. af07adb iavf: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  38. 583cf7b e1000: Use dma_wmb() instead of wmb() before doorbell writes by Venkatesh Srinivas · 6 years ago
  39. b97c0b5 ixgbe: fix potential u32 overflow on shift by Colin Ian King · 6 years ago
  40. 9292406 ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw by Dann Frazier · 6 years ago
  41. f74dc88 e1000e: Increase pause and refresh time by Miguel Bernal Marin · 8 years ago
  42. 89f6a30 ice: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  43. 0a7960c Merge branch 'net-sched-Add-txtime-assist-support-for-taprio' by David S. Miller · 6 years ago
  44. 54002066 taprio: Adjust timestamps for TCP packets by Vedang Patel · 6 years ago
  45. 7ede7b0 taprio: make clock reference conversions easier by Vedang Patel · 6 years ago
  46. 4cfd577 taprio: Add support for txtime-assist mode by Vedang Patel · 6 years ago
  47. 566af33 taprio: Remove inline directive by Vedang Patel · 6 years ago
  48. 037be03 taprio: calculate cycle_time when schedule is installed by Vedang Patel · 6 years ago
  49. d14d2b2 etf: Add skip_sock_check by Vedang Patel · 6 years ago
  50. 9903c8d etf: Don't use BIT() in UAPI headers. by Vedang Patel · 6 years ago
  51. 1e08511 igb: clear out skb->tstamp after reading the txtime by Vedang Patel · 6 years ago
  52. 8747d82 Merge branch 'mirred-recurse' by David S. Miller · 6 years ago
  53. e2ca070 net: sched: protect against stack overflow in TC act_mirred by John Hurley · 6 years ago
  54. 720f22f net: sched: refactor reinsert action by John Hurley · 6 years ago
  55. 5cdda5f ipv4: enable route flushing in network namespaces by Christian Brauner · 6 years ago
  56. 65dc541 Merge tag 'batadv-next-for-davem-20190627v2' of git://git.open-mesh.org/linux-merge by David S. Miller · 6 years ago
  57. fcd71ef Merge branch 'hns3-next' by David S. Miller · 6 years ago
  58. 82c8ae6 net: hns3: optimize the CSQ cmd error handling by Peng Li · 6 years ago
  59. 289f812 net: hns3: remove RXD_VLD check in hns3_handle_bdinfo by Yunsheng Lin · 6 years ago
  60. 53eb60c net: hns3: remove unused linkmode definition by Jian Shen · 6 years ago
  61. 8b55207 net: hns3: fix a statistics issue about l3l4 checksum error by Yufeng Mo · 6 years ago
  62. 9bc6ac9 net: hns3: handle empty unknown interrupt by Huazhong Tan · 6 years ago
  63. bbe6540 net: hns3: re-schedule reset task while VF reset fail by Huazhong Tan · 6 years ago
  64. bc3781e net: hns3: add Asym Pause support to fix autoneg problem by Yonglong Liu · 6 years ago
  65. 18d219b net: hns3: fix a -Wformat-nonliteral compile warning by Yonglong Liu · 6 years ago
  66. 04f25ed net: hns3: add some error checking in hclge_tm module by Yunsheng Lin · 6 years ago
  67. 9e15be9 net: hns3: change SSU's buffer allocation according to UM by Yunsheng Lin · 6 years ago
  68. ae179b2 net: hns3: enable DCB when TC num is one and pfc_en is non-zero by Yunsheng Lin · 6 years ago
  69. f96315f net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issue by Huazhong Tan · 6 years ago
  70. 5b18c70 Merge branch 'Better-PHYLINK-compliance-for-SJA1105-DSA' by David S. Miller · 6 years ago
  71. 9f97157 net: dsa: sja1105: Mark in-band AN modes not supported for PHYLINK by Vladimir Oltean · 6 years ago
  72. 3971022 net: dsa: sja1105: Check for PHY mode mismatches with what PHYLINK reports by Vladimir Oltean · 6 years ago
  73. a979a0a net: dsa: sja1105: Don't check state->link in phylink_mac_config by Vladimir Oltean · 6 years ago
  74. f7110b75 hinic: reduce rss_init stack usage by Arnd Bergmann · 6 years ago
  75. 8792e82 Merge branch 'stmmac-10GbE-using-XGMAC' by David S. Miller · 6 years ago
  76. 41a4a5a net: stmmac: Update Kconfig entry by Jose Abreu · 6 years ago
  77. 3ba07de net: stmmac: Only disable interrupts if NAPI is scheduled by Jose Abreu · 6 years ago
  78. 858a31f net: stmmac: Update RX Tail Pointer to last free entry by Jose Abreu · 6 years ago
  79. a993db8 net: stmmac: Enable support for > 32 Bits addressing in XGMAC by Jose Abreu · 6 years ago
  80. a66b588 net: stmmac: Do not disable interrupts when cleaning TX by Jose Abreu · 6 years ago
  81. 5b0d7d7d net: stmmac: Add the missing speeds that XGMAC supports by Jose Abreu · 6 years ago
  82. 900a81c net: stmmac: dwxgmac: Fix the undefined burst setting by Jose Abreu · 6 years ago
  83. 01d1689 net: stmmac: Decrease default RX Watchdog value by Jose Abreu · 6 years ago
  84. 5b11177 net: stmmac: Do not try to enable PHY EEE if MAC does not support it by Jose Abreu · 6 years ago
  85. 8fe82bd net: stmmac: dwxgmac: Enable EDMA by default by Jose Abreu · 6 years ago
  86. 42e8702 net: stmmac: Fix case when PHY handle is not present by Jose Abreu · 6 years ago
  87. ee7dd77 sis900: remove TxIDLE by Sergej Benilov · 6 years ago
  88. e9c1a79 tipc: add dst_cache support for udp media by Xin Long · 6 years ago
  89. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  90. 3a49584 Merge branch 'nfp-extend-flower-capabilities-for-GRE-tunnel-offload' by David S. Miller · 6 years ago
  91. fccac58 nfp: flower: add GRE encap action support by Pieter Jansen van Vuuren · 6 years ago
  92. e3a6aba nfp: flower: add GRE decap classification support by Pieter Jansen van Vuuren · 6 years ago
  93. 104dce5 nfp: flower: rename tunnel related functions in action offload by Pieter Jansen van Vuuren · 6 years ago
  94. 4bf8758 nfp: flower: add helper functions for tunnel classification by Pieter Jansen van Vuuren · 6 years ago
  95. 986643d nfp: flower: refactor tunnel key layer calculation by Pieter Jansen van Vuuren · 6 years ago
  96. 702999e Merge branch 'net-dsa-microchip-Further-regmap-cleanups' by David S. Miller · 6 years ago
  97. ee353e4 net: dsa: microchip: Replace bit RMW with regmap by Marek Vasut · 6 years ago
  98. 3371efb net: dsa: microchip: Replace ksz9477_wait_alu_sta_ready polling with regmap by Marek Vasut · 6 years ago
  99. ef53419 net: dsa: microchip: Replace ksz9477_wait_alu_ready polling with regmap by Marek Vasut · 6 years ago
  100. 0f9c36e net: dsa: microchip: Replace ksz9477_wait_vlan_ctrl_ready polling with regmap by Marek Vasut · 6 years ago