1. 4f765d3 net: hns3: do not request reset when hardware resetting by Huazhong Tan · 6 years ago
  2. 0fdf4d3 net: hns3: ignore lower-level new coming reset by Huazhong Tan · 6 years ago
  3. 056cbab net: hns3: deactive the reset timer when reset successfully by Huazhong Tan · 6 years ago
  4. eb32c89 net: hns3: adjust the timing of hns3_client_stop when unloading by Huazhong Tan · 6 years ago
  5. cc645df net: hns3: not reset vport who not alive when PF reset by Huazhong Tan · 6 years ago
  6. cd513a6 net: hns3: set up the vport alive state while reinitializing by Huazhong Tan · 6 years ago
  7. 0f14c5b net: hns3: set vport alive state to default while resetting by Huazhong Tan · 6 years ago
  8. 0ed8c3d Merge branch 'ipv4-Enable-support-for-IPv6-gateway-with-IPv4-routes' by David S. Miller · 6 years ago
  9. 228ddb3 selftests: fib_tests: Add tests for ipv6 gateway with ipv4 route by David Ahern · 6 years ago
  10. d156626 ipv4: Allow ipv6 gateway with ipv4 routes by David Ahern · 6 years ago
  11. 19a9d13 ipv4: Flag fib_info with a fib_nh using IPv6 gateway by David Ahern · 6 years ago
  12. 1a38c43 ipv4: Handle ipv6 gateway in fib_good_nh by David Ahern · 6 years ago
  13. 619d182 ipv4: Handle ipv6 gateway in fib_detect_death by David Ahern · 6 years ago
  14. 6de9c05 ipv4: Handle ipv6 gateway in ipv4_confirm_neigh by David Ahern · 6 years ago
  15. 6f5f68d bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookup by David Ahern · 6 years ago
  16. 5c9f7c1 ipv4: Add helpers for neigh lookup for nexthop by David Ahern · 6 years ago
  17. 0353f28 neighbor: Add skip_cache argument to neigh_output by David Ahern · 6 years ago
  18. 717a8f5 ipv4: Add fib_check_nh_v6_gw by David Ahern · 6 years ago
  19. 448d724 ipv4: Refactor fib_check_nh by David Ahern · 6 years ago
  20. a4ea5d4 ipv4: Add support to fib_config for IPv6 gateway by David Ahern · 6 years ago
  21. 0f5f7d7 ipv4: Add support to rtable for ipv6 gateway by David Ahern · 6 years ago
  22. f35b794 ipv4: Prepare fib_config for IPv6 gateway by David Ahern · 6 years ago
  23. 1550c17 ipv4: Prepare rtable for IPv6 gateway by David Ahern · 6 years ago
  24. bdf0046 net: Replace nhc_has_gw with nhc_gw_family by David Ahern · 6 years ago
  25. 71df577 ipv6: Add neighbor helpers that use the ipv6 stub by David Ahern · 6 years ago
  26. 1aefd3d ipv6: Add fib6_nh_init and release to stubs by David Ahern · 6 years ago
  27. 3b8b11f net: phy: improve link partner capability detection by Heiner Kallweit · 6 years ago
  28. 8bb309e Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  29. ed514fc cxgb4: Don't return EAGAIN when TCAM is full. by Vishal Kulkarni · 6 years ago
  30. fcf9782 net: xilinx: emaclite: add minimal ndo_do_ioctl hook by Alexandru Ardelean · 6 years ago
  31. 9a80ba0 net: xilinx: emaclite: add minimal ethtool ops by Alexandru Ardelean · 6 years ago
  32. fd69c39 datagram: remove rendundant 'peeked' argument by Paolo Abeni · 6 years ago
  33. 1f17f77 net: sched: flower: insert filter to ht before offloading it to hw by Vlad Buslov · 6 years ago
  34. 9186c90 Merge branch 'rhashtable-bitlocks' by David S. Miller · 6 years ago
  35. 149212f rhashtable: add lockdep tracking to bucket bit-spin-locks. by NeilBrown · 6 years ago
  36. 8f0db01 rhashtable: use bit_spin_locks to protect hash bucket. by NeilBrown · 6 years ago
  37. ff302db rhashtable: allow rht_bucket_var to return NULL. by NeilBrown · 6 years ago
  38. 7a41c29 rhashtable: use cmpxchg() in nested_table_alloc() by NeilBrown · 6 years ago
  39. 1e045a6 Merge branch 'net-hsr-improvements-and-bug-fixes' by David S. Miller · 6 years ago
  40. 5150b45 net: hsr: Fix node prune function for forget time expiry by Aaron Kramer · 6 years ago
  41. fc4ecae net: hsr: add debugfs support for display node list by Murali Karicheri · 6 years ago
  42. 0e7623b net: hsr: convert to SPDX identifier by Murali Karicheri · 6 years ago
  43. 9f73c2b net: hsr: add blank line after function declaration by Murali Karicheri · 6 years ago
  44. b1b4aa9 net: hsr: remove camel case usage in the code by Murali Karicheri · 6 years ago
  45. d131fcc net: hsr: add missing space around operator in code by Murali Karicheri · 6 years ago
  46. 0594778 net: hsr: fix placement of logical operator in a multi-line statement by Murali Karicheri · 6 years ago
  47. 5fa9677 net: hsr: remove unnecessary space after a cast by Murali Karicheri · 6 years ago
  48. 05ca6e6 net: hsr: fix NULL checks in the code by Murali Karicheri · 6 years ago
  49. 0525fc0 net: hsr: fix lines that ends with a '(' by Murali Karicheri · 6 years ago
  50. 4fe25bd net: hsr: fix alignment issues in the code for functions by Murali Karicheri · 6 years ago
  51. 5670342 net: hsr: remove unnecessary paranthesis from the code by Murali Karicheri · 6 years ago
  52. d473077 net: hsr: fix multiple blank lines in the code by Murali Karicheri · 6 years ago
  53. d595b85 net: hsr: fix lines exceeding 80 characters by Murali Karicheri · 6 years ago
  54. f1054c6 selftests: forwarding: test for bridge mcast traffic after report and leave by Nikolay Aleksandrov · 6 years ago
  55. ea40168 net: hns: fix unsigned comparison to less than zero by Colin Ian King · 6 years ago
  56. afdb3df Merge branch 'r8152-runtime-mac-changes' by David S. Miller · 6 years ago
  57. 2576627 r8152: Refresh MAC address during USBDEVFS_RESET by Mario Limonciello · 6 years ago
  58. 78fdde3 r8152: remove extra action copying ethernet address by Mario Limonciello · 6 years ago
  59. d1edc08 tcp: remove redundant check on tskb by Colin Ian King · 6 years ago
  60. cdf369c Merge branch 'net-phy-add-Amlogic-g12a-support' by David S. Miller · 6 years ago
  61. fad137c net: phy: meson-gxl: clean-up gxl variant driver by Jerome Brunet · 6 years ago
  62. 5c3407a net: phy: meson-gxl: add g12a support by Jerome Brunet · 6 years ago
  63. 7090425 net: phy: add amlogic g12a mdio mux support by Jerome Brunet · 6 years ago
  64. 867934e dt-bindings: net: phy: add g12a mdio mux documentation by Jerome Brunet · 6 years ago
  65. 7934b48 virtio-net: Fix some minor formatting errors by Yuval Shaia · 6 years ago
  66. 6221333a virtio-net: Remove inclusion of pci.h by Yuval Shaia · 6 years ago
  67. eb94dc9 r8169: disable tx interrupt coalescing on RTL8168 by Heiner Kallweit · 6 years ago
  68. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  69. 6d7ee2e net/mlx5e: Unify logic of MTU boundaries by Tariq Toukan · 6 years ago
  70. 0b77f23 net/mlx5e: Obsolete param field holding a constant value by Tariq Toukan · 6 years ago
  71. 98df6d5 net/mlx5: A write memory barrier is sufficient in EQ ci update by Tariq Toukan · 6 years ago
  72. 27c11b6b net/mlx5e: Do not rewrite fields with the same match by Eli Britstein · 6 years ago
  73. 35a605d net/mlx5e: Offload TC e-switch rules with ingress VLAN device by Eli Britstein · 6 years ago
  74. 278748a net/mlx5e: Offload TC e-switch rules with egress VLAN device by Eli Britstein · 6 years ago
  75. 6fca9d1 net/mlx5e: Allow VLAN rewrite of prio field with the same match by Eli Britstein · 6 years ago
  76. bf2f3bc net/mlx5e: Deny VLAN rewrite if there is no VLAN header match by Eli Britstein · 6 years ago
  77. 8377629 net/mlx5e: Use helpers to get headers criteria and value pointers by Eli Britstein · 6 years ago
  78. 2cc1cb1 net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported action by Tonghao Zhang · 6 years ago
  79. 20bb4a8 net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attr by Tonghao Zhang · 6 years ago
  80. 6f9af8f net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions() by Tonghao Zhang · 6 years ago
  81. 1b18b78 net/mlx5e: Make the log friendly when decapsulation offload not supported by Tonghao Zhang · 6 years ago
  82. eda99e1 net/mlx5: E-Switch, Fix double mutex initialization by Max Gurtovoy · 6 years ago
  83. 5d3c537 net/mlx5: Handle event of power detection in the PCIE slot by Aya Levin · 6 years ago
  84. b6460c7 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
  85. 7f46774 Merge tag 'mm-compaction-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux by Linus Torvalds · 6 years ago
  86. c7084ed tty: mark Siemens R3964 line discipline as BROKEN by Greg Kroah-Hartman · 6 years ago
  87. ea2cec2 Merge tag 'drm-fixes-2019-04-05' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  88. 0548740 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  89. bbd669a ibmvnic: Fix completion structure initialization by Thomas Falcon · 6 years ago
  90. bb9bd81 ipv6: sit: reset ip header pointer in ipip6_rcv by Lorenzo Bianconi · 6 years ago
  91. 8f4043f Merge branch 'tipc-improve-TIPC-unicast-link-throughput' by David S. Miller · 6 years ago
  92. 58ee86b tipc: adapt link failover for new Gap-ACK algorithm by Tuong Lien · 6 years ago
  93. 382f598 tipc: reduce duplicate packets for unicast traffic by Tuong Lien · 6 years ago
  94. 9195948 tipc: improve TIPC throughput by Gap ACK blocks by Tuong Lien · 6 years ago
  95. 8e22ba9 Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  96. 29502bb Merge branch 'genphy-ability' by David S. Miller · 6 years ago
  97. 32a069d net: phy: realtek: remove setting callback get_features and use phylib fallback by Heiner Kallweit · 6 years ago
  98. a1deab1 net: phy: allow a PHY driver to define neither features nor get_features by Heiner Kallweit · 6 years ago
  99. e177163 net: bridge: mcast: remove unused br_ip_equal function by Nikolay Aleksandrov · 6 years ago
  100. 1515a63f net: bridge: always clear mcast matching struct on reports and leaves by Nikolay Aleksandrov · 6 years ago