1. 2956870 r8169: simplify rtl_fw_write_firmware by Heiner Kallweit · 6 years ago
  2. 0a616b3 r8169: add enum rtl_fw_opcode by Heiner Kallweit · 6 years ago
  3. 6e36d77 Merge branch 'hns3-next' by David S. Miller · 6 years ago
  4. 00ea6e5 net: hns3: delay and separate enabling of NIC and ROCE HW errors by Weihang Li · 6 years ago
  5. 7832f0b net: hns3: add opcode about query and clear RAS & MSI-X to special opcode by Weihang Li · 6 years ago
  6. 36701ae net: hns3: remove setting bit of reset_requests when handling mac tunnel interrupts by Weihang Li · 6 years ago
  7. 6aa5d07 net: hns3: add handling of two bits in MAC tunnel interrupts by Weihang Li · 6 years ago
  8. 594a81b net: hns3: set ops to null when unregister ad_dev by Weihang Li · 6 years ago
  9. 661262b net: hns3: add a check to pointer in error_detected and slot_reset by Weihang Li · 6 years ago
  10. d9ea156 net: hns3: set the port shaper according to MAC speed by Yunsheng Lin · 6 years ago
  11. b524b38 net: hns3: fix VLAN filter restore issue after reset by Jian Shen · 6 years ago
  12. 81a9255 net: hns3: don't configure new VLAN ID into VF VLAN table when it's full by Jian Shen · 6 years ago
  13. 56b5866 net: hns3: remove redundant core reset by Huazhong Tan · 6 years ago
  14. b703414 net: fix use-after-free in kfree_skb_list by Eric Dumazet · 6 years ago
  15. a2928d2 r8169: use paged versions of phylib MDIO access functions by Heiner Kallweit · 6 years ago
  16. bd8d7d9 qed: Fix build error without CONFIG_DEVLINK by YueHaibing · 6 years ago
  17. 5472c3c tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X) by Eric Dumazet · 6 years ago
  18. 046386c ipv4: icmp: use this_cpu_read() in icmp_sk() by Eric Dumazet · 6 years ago
  19. c353071 ipv6: use this_cpu_read() in rt6_get_pcpu_route() by Eric Dumazet · 6 years ago
  20. 4ebcfd9 Merge branch 'Add-MT7629-ethernet-support' by David S. Miller · 6 years ago
  21. afdede6 arm64: dts: mt7622: Enlarge the SGMII register range by Sean Wang · 6 years ago
  22. d438e29 net: ethernet: mediatek: Add MT7629 ethernet support by Sean Wang · 6 years ago
  23. 7093f9d net: ethernet: mediatek: Integrate hardware path from GMAC to PHY variants by Sean Wang · 6 years ago
  24. 9ffee4a8 net: ethernet: mediatek: Extend SGMII related functions by Sean Wang · 6 years ago
  25. 3277fc6 dt-bindings: net: mediatek: Add support for MediaTek MT7629 SoC by Sean Wang · 6 years ago
  26. fa0e515 dt-bindings: clock: mediatek: Add an extra required property to sgmiisys by Sean Wang · 6 years ago
  27. 2789c14 ipv6: icmp: use this_cpu_read() in icmpv6_sk() by Eric Dumazet · 6 years ago
  28. fa85999 flow_offload: include linux/kernel.h from flow_offload.h by Edward Cree · 6 years ago
  29. 1cc2645 flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag by Stanislav Fomichev · 6 years ago
  30. 6c018b7 Merge tag 'mlx5-updates-2019-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  31. e2821fc Merge branch 'ena-next' by David S. Miller · 6 years ago
  32. 1e9c3fb net: ena: use dev_info_once instead of static variable by Sameeh Jubran · 6 years ago
  33. d2eecc6 net: ena: add good checksum counter by Sameeh Jubran · 6 years ago
  34. d918609 net: ena: optimise calculations for CQ doorbell by Sameeh Jubran · 6 years ago
  35. cdf449e net: ena: add support for changing max_header_size in LLQ mode by Sameeh Jubran · 6 years ago
  36. a4e262c net: ena: allow automatic fallback to polling mode by Sameeh Jubran · 6 years ago
  37. adf671c net: ena: documentation: update ena.txt by Sameeh Jubran · 6 years ago
  38. 9cb9c0d net: ena: add newline at the end of pr_err prints by Sameeh Jubran · 6 years ago
  39. 83b9240 net: ena: arrange ena_probe() function variables in reverse christmas tree by Sameeh Jubran · 6 years ago
  40. f917249 net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ring by Sameeh Jubran · 6 years ago
  41. 315c28d2 net: ena: ethtool: add extra properties retrieval via get_priv_flags by Arthur Kiyanovski · 6 years ago
  42. 05d62ca net: ena: add handling of llq max tx burst size by Sameeh Jubran · 6 years ago
  43. cfd1088 net: dsa: mv88e6xxx: make mv88e6xxx_g1_stats_wait static by Rasmus Villemoes · 6 years ago
  44. 989f405 net: dsa: mv88e6xxx: fix comments and macro names in mv88e6390_g1_mgmt_rsvd2cpu by Rasmus Villemoes · 6 years ago
  45. b33bc2b nexthop: Add entry to MAINTAINERS by David Ahern · 6 years ago
  46. 201d8d5 Merge branch 'r8169-replace-several-function-pointers-with-direct-calls' by David S. Miller · 6 years ago
  47. 87945b6 r8169: avoid tso csum function indirection by Heiner Kallweit · 6 years ago
  48. 485bb1b r8169: remove struct jumbo_ops by Heiner Kallweit · 6 years ago
  49. 5f95052 r8169: remove struct mdio_ops by Heiner Kallweit · 6 years ago
  50. 0b12c73 r8169: improve r8169_csum_workaround by Heiner Kallweit · 6 years ago
  51. db4bad0 net: ethernet: improve eth_platform_get_mac_address by Heiner Kallweit · 6 years ago
  52. feb3cf2 Merge branch 'ifa_list-RCU' by David S. Miller · 6 years ago
  53. 2638eb8b net: ipv4: provide __rcu annotation for ifa_list by Florian Westphal · 6 years ago
  54. cb8f147 drivers: use in_dev_for_each_ifa_rtnl/rcu by Florian Westphal · 6 years ago
  55. cd5a411 net: use new in_dev_ifa iterators by Florian Westphal · 6 years ago
  56. b8d1957 netfilter: use in_dev_for_each_ifa_rcu by Florian Westphal · 6 years ago
  57. d519e87 devinet: use in_dev_for_each_ifa_rcu in more places by Florian Westphal · 6 years ago
  58. ef11db3 net: inetdevice: provide replacement iterators for in_ifaddr walk by Florian Westphal · 6 years ago
  59. 35ebfc2 afs: do not send list of client addresses by Florian Westphal · 6 years ago
  60. b9f8898 qed: remove redundant assignment to rc by Colin Ian King · 6 years ago
  61. 8a7e8ff Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by David S. Miller · 6 years ago
  62. 57f0410 Merge branch 'mscc-ocelot-tc-flower' by David S. Miller · 6 years ago
  63. fe3490e net: mscc: ocelot: Hardware ofload for tc flower filter by Horatiu Vultur · 6 years ago
  64. b596229 net: mscc: ocelot: Add support for tcam by Horatiu Vultur · 6 years ago
  65. 6345266 selftests: Add test cases for nexthop objects by David Ahern · 6 years ago
  66. c1e9e01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  67. 0462eaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  68. cd53850 selftests/bpf: measure RTT from xdp using xdping by Alan Maguire · 6 years ago
  69. 33aae28 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  70. c231c22 bpf: doc: update answer for 32-bit subregister question by Jiong Wang · 6 years ago
  71. d168286d Merge branch 'map-charge-cleanup' by Alexei Starovoitov · 6 years ago
  72. c85d691 bpf: move memory size checks to bpf_map_charge_init() by Roman Gushchin · 6 years ago
  73. b936ca6 bpf: rework memlock-based memory accounting for maps by Roman Gushchin · 6 years ago
  74. 3539b96 bpf: group memory related fields in struct bpf_map_memory by Roman Gushchin · 6 years ago
  75. d50836c bpf: add memlock precharge for socket local storage by Roman Gushchin · 6 years ago
  76. ffc8b14 bpf: add memlock precharge check for cgroup_local_storage by Roman Gushchin · 6 years ago
  77. 576240c Merge branch 'propagate-cn-to-tcp' by Alexei Starovoitov · 6 years ago
  78. d58c6f7 bpf: Add more stats to HBM by brakmo · 6 years ago
  79. ffd8155 bpf: Add cn support to hbm_out_kern.c by brakmo · 6 years ago
  80. 956fe21 bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls by brakmo · 6 years ago
  81. e7a3160 bpf: Update __cgroup_bpf_run_filter_skb with cn by brakmo · 6 years ago
  82. 5cf1e91 bpf: cgroup inet skb programs can return 0 to 3 by brakmo · 6 years ago
  83. 1f52f6c bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAY by brakmo · 6 years ago
  84. 587a712 xen-netback: remove redundant assignment to err by Colin Ian King · 6 years ago
  85. 6f43e52 nexthop: remove redundant assignment to err by Colin Ian King · 6 years ago
  86. ca6c7df net/mlx5e: TX, Improve performance under GSO workload by Erez Alfasi · 6 years ago
  87. 10caabd net/mlx5e: Use termination table for VLAN push actions by Oz Shlomo · 6 years ago
  88. 9272e3d net/mlx5e: Geneve, Add support for encap/decap flows offload by Yevgeny Kliteynik · 6 years ago
  89. d386939 net/mlx5e: Rearrange tc tunnel code in a modular way by Yevgeny Kliteynik · 6 years ago
  90. 1f6da30 net/mlx5e: Geneve, Keep tunnel info as pointer to the original struct by Yevgeny Kliteynik · 6 years ago
  91. 0ccc171 net/mlx5: Geneve, Manage Geneve TLV options by Yevgeny Kliteynik · 6 years ago
  92. d4a18e1 net/mlx5e: Enable setting multiple match criteria for flow group by Yevgeny Kliteynik · 6 years ago
  93. d1bda7e net/mlx5e: Allow matching only enc_key_id/enc_dst_port for decapsulation action by Tonghao Zhang · 6 years ago
  94. 9b81d5a net/mlx5e: Generalize vport type in vport representor by Vu Pham · 6 years ago
  95. 7fe4d43 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
  96. 6912378 Merge branch 'phylink-sfp-updates' by David S. Miller · 6 years ago
  97. 54f70b3 net: sfp: remove sfp-bus use of netdevs by Russell King · 6 years ago
  98. 320587e6 net: sfp: add mandatory attach/detach methods for sfp buses by Russell King · 6 years ago
  99. cdea04c net: phy: allow Clause 45 access via mii ioctl by Russell King · 6 years ago
  100. 7b3b0e8 net: phylink: support for link gpio interrupt by Russell King · 6 years ago