1. 5bd2ce6 Merge tag 'mac80211-next-for-net-next-2019-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 5 years ago
  2. c8119fa cxgb4: Use match_string() helper to simplify the code by YueHaibing · 5 years ago
  3. caee317 net: ethernet: stmmac: Add support for syscfg clock by Christophe Roullier · 5 years ago
  4. 14f34e3 cfg80211: VLAN offload support for set_key and set_sta_vlan by Gurumoorthi Gnanasambandhan · 5 years ago
  5. 6912dae mac80211: Shrink the size of ack_frame_id to make room for tx_time_est by Toke Høiland-Jørgensen · 5 years ago
  6. f61d788 mac80211: don't re-parse elems in ieee80211_assoc_success() by Johannes Berg · 5 years ago
  7. 5d8983c mac80211: move store skb ack code to its own function by John Crispin · 5 years ago
  8. 7d13cf1 mac80211_hwsim: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops by zhong jiang · 5 years ago
  9. d408bef tipc: eliminate checking netns if node established by Hoang Le · 5 years ago
  10. f8cc62c net: add a READ_ONCE() in skb_peek_tail() by Eric Dumazet · 5 years ago
  11. c305c6ae net: add annotations on hh->hh_len lockless accesses by Eric Dumazet · 5 years ago
  12. 9dfd871 Merge branch 'u64_stats_t' by David S. Miller · 5 years ago
  13. fd2f473 net: use u64_stats_t in struct pcpu_lstats by Eric Dumazet · 5 years ago
  14. 5260dd3 tun: switch to u64_stats_t by Eric Dumazet · 5 years ago
  15. 316580b u64_stats: provide u64_stats_t type by Eric Dumazet · 5 years ago
  16. 4a43b1f net: dummy: use standard dev_lstats_add() and dev_lstats_read() by Eric Dumazet · 5 years ago
  17. 4f77eb0 vsockmon: use standard dev_lstats_add() and dev_lstats_read() by Eric Dumazet · 5 years ago
  18. b4fba47 veth: use standard dev_lstats_add() and dev_lstats_read() by Eric Dumazet · 5 years ago
  19. 3ed9122 net: nlmon: use standard dev_lstats_add() and dev_lstats_read() by Eric Dumazet · 5 years ago
  20. dd5382a net: provide dev_lstats_add() helper by Eric Dumazet · 5 years ago
  21. de7d508 net: provide dev_lstats_read() helper by Eric Dumazet · 5 years ago
  22. 0f030bd Merge branch 'net-Demote-MTU-change-prints-to-debug' by David S. Miller · 5 years ago
  23. 5409386 net: qcom/emac: Demote MTU change print to debug by Florian Fainelli · 5 years ago
  24. 1229913 net: ethernet: intel: Demote MTU change prints to debug by Florian Fainelli · 5 years ago
  25. 693bd8b ethernet: ti: cpts: use ktime_get_real_ns helper by Ivan Khoronzhuk · 5 years ago
  26. a9ae168 Merge branch 'aquantia-next' by David S. Miller · 5 years ago
  27. 362cabd net: atlantic: change email domains to Marvell by Igor Russkikh · 5 years ago
  28. 822cd11 net: atlantic: implement UDP GSO offload by Igor Russkikh · 5 years ago
  29. 8009bb1 net: atlantic: update flow control logic by Nikita Danilov · 5 years ago
  30. ddef552 net: atlantic: stylistic renames by Igor Russkikh · 5 years ago
  31. 7b0c342 net: atlantic: code style cleanup by Nikita Danilov · 5 years ago
  32. ea4b4d7 net: atlantic: loopback tests via private flags by Igor Russkikh · 5 years ago
  33. dc12f75 net: atlantic: add fw configuration memory area by Nikita Danilov · 5 years ago
  34. d1287ce net: atlantic: adding ethtool physical identification by Nikita Danilov · 5 years ago
  35. 58128fa net: atlantic: add msglevel configuration by Nikita Danilov · 5 years ago
  36. 8aaa112 net: atlantic: refactoring pm logic by Nikita Danilov · 5 years ago
  37. 837c637 net: atlantic: implement wake_phy feature by Nikita Danilov · 5 years ago
  38. d993e14 net: atlantic: update firmware interface by Nikita Danilov · 5 years ago
  39. 7b89c58 Merge branch 'mlxsw-Add-layer-3-devlink-trap-support' by David S. Miller · 5 years ago
  40. 83b2b61 selftests: mlxsw: Add test cases for devlink-trap layer 3 exceptions by Amit Cohen · 5 years ago
  41. f10caf0 selftests: forwarding: tc_common: Add hitting check by Amit Cohen · 5 years ago
  42. 7ce4e76 selftests: forwarding: devlink: Add functionality for trap exceptions test by Amit Cohen · 5 years ago
  43. fd74fee mlxsw: Add layer 3 devlink-trap exceptions support by Amit Cohen · 5 years ago
  44. 0c3cbbf mlxsw: Add specific trap for packets routed via invalid nexthops by Amit Cohen · 5 years ago
  45. 21151f6 mlxsw: Add new FIB entry type for reject routes by Amit Cohen · 5 years ago
  46. 3b063ae devlink: Add layer 3 generic packet exception traps by Amit Cohen · 5 years ago
  47. d3e985c selftests: mlxsw: Add test cases for devlink-trap layer 3 drops by Amit Cohen · 5 years ago
  48. ef7f6b1 selftests: devlink: Make devlink_trap_cleanup() more generic by Amit Cohen · 5 years ago
  49. 6b45fe9 selftests: devlink: Export functions to devlink library by Amit Cohen · 5 years ago
  50. dbc684f mlxsw: Add layer 3 devlink-trap support by Amit Cohen · 5 years ago
  51. 6896cc4 devlink: Add layer 3 generic packet traps by Amit Cohen · 5 years ago
  52. c55b810 enetc: fix return value for enetc_ioctl() by Michael Walle · 5 years ago
  53. 200ecef tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp by Eric Dumazet · 5 years ago
  54. 2386d74 selftests: Add source route tests to fib_tests by David Ahern · 5 years ago
  55. 71685eb inetpeer: fix data-race in inet_putpeer / inet_putpeer by Eric Dumazet · 5 years ago
  56. dddb318 net: phy: at803x: add missing dependency on CONFIG_REGULATOR by Madalin Bucur · 5 years ago
  57. 991df1f dpaa2-eth: add ethtool MAC counters by Ioana Ciornei · 5 years ago
  58. 88c8562 enetc: ethtool: add wake-on-lan callbacks by Michael Walle · 5 years ago
  59. a613baf enetc: add ioctl() support for PHY-related ops by Michael Walle · 5 years ago
  60. 630d4e7 mlxsw: spectrum: Fix error return code in mlxsw_sp_port_module_info_init() by Wei Yongjun · 5 years ago
  61. 69625ea Merge branch 'cxgb4-add-support-for-TC-MQPRIO-Qdisc-Offload' by David S. Miller · 5 years ago
  62. 0e395b3 cxgb4: add FLOWC based QoS offload by Rahul Lakkireddy · 5 years ago
  63. 4846d53 cxgb4: add Tx and Rx path for ETHOFLD traffic by Rahul Lakkireddy · 5 years ago
  64. 2d0cb84 cxgb4: add ETHOFLD hardware queue support by Rahul Lakkireddy · 5 years ago
  65. b1396c2 cxgb4: parse and configure TC-MQPRIO offload by Rahul Lakkireddy · 5 years ago
  66. 76c3a55 cxgb4: rework queue config and MSI-X allocation by Rahul Lakkireddy · 5 years ago
  67. ab0367e cxgb4: query firmware for QoS offload resources by Rahul Lakkireddy · 5 years ago
  68. 1c8dd9c net_sched: gen_estimator: extend packet counter to 64bit by Eric Dumazet · 5 years ago
  69. 2d791e3 dpaa2-ptp: fix compile error by Chenwandun · 5 years ago
  70. fdc66c3 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 5 years ago
  71. 64a2600 net: dsa: mv8e6xxx: Fix stub function parameters by Andrew Lunn · 5 years ago
  72. 16cf422 Merge branch 'net-phy-at803x-device-tree-binding' by David S. Miller · 5 years ago
  73. ed7fa2a net: phy: at803x: remove config_init for AR9331 by Michael Walle · 5 years ago
  74. 96c3671 net: phy: at803x: fix the PHY names by Michael Walle · 5 years ago
  75. 428061f net: phy: at803x: mention AR8033 as same as AR8031 by Michael Walle · 5 years ago
  76. 2f66482 net: phy: at803x: add device tree binding by Michael Walle · 5 years ago
  77. 2c63221 dt-bindings: net: phy: Add support for AT803X by Michael Walle · 5 years ago
  78. 4985dff net: phy: at803x: fix Kconfig description by Michael Walle · 5 years ago
  79. a5a7daa tcp: fix data-race in tcp_recvmsg() by Eric Dumazet · 5 years ago
  80. 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
  81. 226df3e dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_mode by Ioana Ciornei · 5 years ago
  82. 90ce9f2 net: openvswitch: select vport upcall portid directly by Tonghao Zhang · 5 years ago
  83. eb34e98 net: axienet: Fix error return code in axienet_probe() by Wei Yongjun · 5 years ago
  84. 1dcff44 net: aquantia: fix return value check in aq_ptp_init() by Wei Yongjun · 5 years ago
  85. b97fa0b ptp: ptp_clockmatrix: Fix missing unlock on error in idtcm_probe() by Wei Yongjun · 5 years ago
  86. d0d605c tipc: eliminate the dummy packet in link synching by Tuong Lien · 5 years ago
  87. 3924f72 Merge branch 'lwtunnel-add-ip-and-ip6-options-setting-and-dumping' by David S. Miller · 5 years ago
  88. b0a2181 lwtunnel: add options setting and dumping for erspan by Xin Long · 5 years ago
  89. edf31cb lwtunnel: add options setting and dumping for vxlan by Xin Long · 5 years ago
  90. 4ece477 lwtunnel: add options setting and dumping for geneve by Xin Long · 5 years ago
  91. 0eb8eb2 lwtunnel: add options process for cmp_encap by Xin Long · 5 years ago
  92. f52f11e lwtunnel: add options process for arp request by Xin Long · 5 years ago
  93. 426071f tipc: reduce sensitive to retransmit failures by Hoang Le · 5 years ago
  94. 6708ef7 tipc: update cluster capabilities if node deleted by Hoang Le · 5 years ago
  95. 3c28d99 selftest: net: add some traceroute tests by Francesco Ruggeri · 5 years ago
  96. 039c60c ice: Fix return value when SR-IOV is not supported by Anirudh Venkataramanan · 5 years ago
  97. ff010ec ice: Rename VF function ice_vc_dis_vf to match its behavior by Brett Creeley · 5 years ago
  98. 133f488 ice: Get rid of ice_cleanup_header by Krzysztof Kazimierczak · 5 years ago
  99. e18ff11 ice: print PCI link speed and width by Paul Greenwalt · 5 years ago
  100. 5878589 ice: print unsupported module message by Paul Greenwalt · 5 years ago