1. 1aefd3d ipv6: Add fib6_nh_init and release to stubs by David Ahern · 6 years ago
  2. 3b8b11f net: phy: improve link partner capability detection by Heiner Kallweit · 6 years ago
  3. 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
  4. ed514fc cxgb4: Don't return EAGAIN when TCAM is full. by Vishal Kulkarni · 6 years ago
  5. fcf9782 net: xilinx: emaclite: add minimal ndo_do_ioctl hook by Alexandru Ardelean · 6 years ago
  6. 9a80ba0 net: xilinx: emaclite: add minimal ethtool ops by Alexandru Ardelean · 6 years ago
  7. fd69c39 datagram: remove rendundant 'peeked' argument by Paolo Abeni · 6 years ago
  8. 1f17f77 net: sched: flower: insert filter to ht before offloading it to hw by Vlad Buslov · 6 years ago
  9. 9186c90 Merge branch 'rhashtable-bitlocks' by David S. Miller · 6 years ago
  10. 149212f rhashtable: add lockdep tracking to bucket bit-spin-locks. by NeilBrown · 6 years ago
  11. 8f0db01 rhashtable: use bit_spin_locks to protect hash bucket. by NeilBrown · 6 years ago
  12. ff302db rhashtable: allow rht_bucket_var to return NULL. by NeilBrown · 6 years ago
  13. 7a41c29 rhashtable: use cmpxchg() in nested_table_alloc() by NeilBrown · 6 years ago
  14. 1e045a6 Merge branch 'net-hsr-improvements-and-bug-fixes' by David S. Miller · 6 years ago
  15. 5150b45 net: hsr: Fix node prune function for forget time expiry by Aaron Kramer · 6 years ago
  16. fc4ecae net: hsr: add debugfs support for display node list by Murali Karicheri · 6 years ago
  17. 0e7623b net: hsr: convert to SPDX identifier by Murali Karicheri · 6 years ago
  18. 9f73c2b net: hsr: add blank line after function declaration by Murali Karicheri · 6 years ago
  19. b1b4aa9 net: hsr: remove camel case usage in the code by Murali Karicheri · 6 years ago
  20. d131fcc net: hsr: add missing space around operator in code by Murali Karicheri · 6 years ago
  21. 0594778 net: hsr: fix placement of logical operator in a multi-line statement by Murali Karicheri · 6 years ago
  22. 5fa9677 net: hsr: remove unnecessary space after a cast by Murali Karicheri · 6 years ago
  23. 05ca6e6 net: hsr: fix NULL checks in the code by Murali Karicheri · 6 years ago
  24. 0525fc0 net: hsr: fix lines that ends with a '(' by Murali Karicheri · 6 years ago
  25. 4fe25bd net: hsr: fix alignment issues in the code for functions by Murali Karicheri · 6 years ago
  26. 5670342 net: hsr: remove unnecessary paranthesis from the code by Murali Karicheri · 6 years ago
  27. d473077 net: hsr: fix multiple blank lines in the code by Murali Karicheri · 6 years ago
  28. d595b85 net: hsr: fix lines exceeding 80 characters by Murali Karicheri · 6 years ago
  29. f1054c6 selftests: forwarding: test for bridge mcast traffic after report and leave by Nikolay Aleksandrov · 6 years ago
  30. ea40168 net: hns: fix unsigned comparison to less than zero by Colin Ian King · 6 years ago
  31. afdb3df Merge branch 'r8152-runtime-mac-changes' by David S. Miller · 6 years ago
  32. 2576627 r8152: Refresh MAC address during USBDEVFS_RESET by Mario Limonciello · 6 years ago
  33. 78fdde3 r8152: remove extra action copying ethernet address by Mario Limonciello · 6 years ago
  34. d1edc08 tcp: remove redundant check on tskb by Colin Ian King · 6 years ago
  35. cdf369c Merge branch 'net-phy-add-Amlogic-g12a-support' by David S. Miller · 6 years ago
  36. fad137c net: phy: meson-gxl: clean-up gxl variant driver by Jerome Brunet · 6 years ago
  37. 5c3407a net: phy: meson-gxl: add g12a support by Jerome Brunet · 6 years ago
  38. 7090425 net: phy: add amlogic g12a mdio mux support by Jerome Brunet · 6 years ago
  39. 867934e dt-bindings: net: phy: add g12a mdio mux documentation by Jerome Brunet · 6 years ago
  40. 7934b48 virtio-net: Fix some minor formatting errors by Yuval Shaia · 6 years ago
  41. 6221333a virtio-net: Remove inclusion of pci.h by Yuval Shaia · 6 years ago
  42. eb94dc9 r8169: disable tx interrupt coalescing on RTL8168 by Heiner Kallweit · 6 years ago
  43. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  44. 6d7ee2e net/mlx5e: Unify logic of MTU boundaries by Tariq Toukan · 6 years ago
  45. 0b77f23 net/mlx5e: Obsolete param field holding a constant value by Tariq Toukan · 6 years ago
  46. 98df6d5 net/mlx5: A write memory barrier is sufficient in EQ ci update by Tariq Toukan · 6 years ago
  47. 27c11b6b net/mlx5e: Do not rewrite fields with the same match by Eli Britstein · 6 years ago
  48. 35a605d net/mlx5e: Offload TC e-switch rules with ingress VLAN device by Eli Britstein · 6 years ago
  49. 278748a net/mlx5e: Offload TC e-switch rules with egress VLAN device by Eli Britstein · 6 years ago
  50. 6fca9d1 net/mlx5e: Allow VLAN rewrite of prio field with the same match by Eli Britstein · 6 years ago
  51. bf2f3bc net/mlx5e: Deny VLAN rewrite if there is no VLAN header match by Eli Britstein · 6 years ago
  52. 8377629 net/mlx5e: Use helpers to get headers criteria and value pointers by Eli Britstein · 6 years ago
  53. 2cc1cb1 net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported action by Tonghao Zhang · 6 years ago
  54. 20bb4a8 net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attr by Tonghao Zhang · 6 years ago
  55. 6f9af8f net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions() by Tonghao Zhang · 6 years ago
  56. 1b18b78 net/mlx5e: Make the log friendly when decapsulation offload not supported by Tonghao Zhang · 6 years ago
  57. eda99e1 net/mlx5: E-Switch, Fix double mutex initialization by Max Gurtovoy · 6 years ago
  58. 5d3c537 net/mlx5: Handle event of power detection in the PCIE slot by Aya Levin · 6 years ago
  59. b6460c7 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
  60. 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
  61. c7084ed tty: mark Siemens R3964 line discipline as BROKEN by Greg Kroah-Hartman · 6 years ago
  62. ea2cec2 Merge tag 'drm-fixes-2019-04-05' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  63. 0548740 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  64. bbd669a ibmvnic: Fix completion structure initialization by Thomas Falcon · 6 years ago
  65. bb9bd81 ipv6: sit: reset ip header pointer in ipip6_rcv by Lorenzo Bianconi · 6 years ago
  66. 8f4043f Merge branch 'tipc-improve-TIPC-unicast-link-throughput' by David S. Miller · 6 years ago
  67. 58ee86b tipc: adapt link failover for new Gap-ACK algorithm by Tuong Lien · 6 years ago
  68. 382f598 tipc: reduce duplicate packets for unicast traffic by Tuong Lien · 6 years ago
  69. 9195948 tipc: improve TIPC throughput by Gap ACK blocks by Tuong Lien · 6 years ago
  70. 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
  71. 29502bb Merge branch 'genphy-ability' by David S. Miller · 6 years ago
  72. 32a069d net: phy: realtek: remove setting callback get_features and use phylib fallback by Heiner Kallweit · 6 years ago
  73. a1deab1 net: phy: allow a PHY driver to define neither features nor get_features by Heiner Kallweit · 6 years ago
  74. e177163 net: bridge: mcast: remove unused br_ip_equal function by Nikolay Aleksandrov · 6 years ago
  75. 1515a63f net: bridge: always clear mcast matching struct on reports and leaves by Nikolay Aleksandrov · 6 years ago
  76. 20ad549 Merge tag 'pm-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  77. b512f71 Merge tag 'acpi-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  78. 448a241 Revert "r8169: use netif_receive_skb_list batching" by Heiner Kallweit · 6 years ago
  79. 23b5f42 Merge tag 'drm-intel-fixes-2019-04-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  80. f6fee16 tcp: Accept ECT on SYN in the presence of RFC8311 by Tilmans, Olivier (Nokia - BE/Antwerp) · 6 years ago
  81. 9db6ce4 Merge tag 'mfd-fixes-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 6 years ago
  82. 6124d06 Merge branch 'net-extend-devlink-port-attrs-with-switch-ID' by David S. Miller · 6 years ago
  83. 119c0b5 net: devlink: add warning for ndo_get_port_parent_id set when not needed by Jiri Pirko · 6 years ago
  84. 15b04ac dsa: pass switch ID through devlink_port_attrs_set() by Jiri Pirko · 6 years ago
  85. df535f4 mlxsw: switch_ib: Pass valid HW id down to mlxsw_core_port_init() by Jiri Pirko · 6 years ago
  86. c25f08a nfp: remove ndo_get_port_parent_id implementation by Jiri Pirko · 6 years ago
  87. 1b15c90 nfp: pass switch ID through devlink_port_attrs_set() by Jiri Pirko · 6 years ago
  88. 56d9f4e bnxt: remove ndo_get_port_parent_id implementation for physical ports by Jiri Pirko · 6 years ago
  89. 6605a22 bnxt: pass switch ID through devlink_port_attrs_set() by Jiri Pirko · 6 years ago
  90. 03213a9 bnxt: move bp->switch_id initialization to PF probe by Jiri Pirko · 6 years ago
  91. aef36b8 mlxsw: Remove ndo_get_port_parent_id implementation by Jiri Pirko · 6 years ago
  92. cdf29f4 mlxsw: Pass switch ID through devlink_port_attrs_set() by Jiri Pirko · 6 years ago
  93. 7e1146e net: devlink: introduce devlink_compat_switch_id_get() helper by Jiri Pirko · 6 years ago
  94. bec5267 net: devlink: extend port attrs for switch ID by Jiri Pirko · 6 years ago
  95. 407dd70 net: devlink: convert devlink_port_attrs bools to bits by Jiri Pirko · 6 years ago
  96. 2ded188 Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  97. cc5a726 libcxgb: fix incorrect ppmax calculation by Varun Prakash · 6 years ago
  98. 8dc3502 net: bridge: optimize backup_port fdb convergence by Nikolay Aleksandrov · 6 years ago
  99. a0640e6 net: Remove inclusion of pci.h by Yuval Shaia · 6 years ago
  100. 53a6b20 ibmvnic: remove set but not used variable 'netdev' by YueHaibing · 6 years ago