1. 982c17b net: remove BUG_ON from __pskb_pull_tail by Li RongQing · 6 years ago
  2. 7e18750 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  3. 110e2b4 test_objagg: Fix warning. by David S. Miller · 6 years ago
  4. 4e86889 Merge branch 'mlxsw-ERP-sharing-multiple-masks' by David S. Miller · 6 years ago
  5. 3b42327 selftests: mlxsw: spectrum-2: Add simple delta test by Jiri Pirko · 6 years ago
  6. c22291f mlxsw: spectrum: acl: Implement delta for ERP by Jiri Pirko · 6 years ago
  7. c293ba3 mlxsw: spectrum: acl: Push code related to num_ctcam_erps inc/dec into separate helpers by Jiri Pirko · 6 years ago
  8. 5960084 mlxsw: spectrum: acl: Remove mlxsw_afk_encode() block range args and key/mask check by Jiri Pirko · 6 years ago
  9. b1ce60e mlxsw: spectrum: acl: Don't encode the key again in mlxsw_sp_acl_atcam_12kb_lkey_id_get() by Jiri Pirko · 6 years ago
  10. 3bc6f38 mlxsw: core_acl: Change order of args of ops->encode_block() by Jiri Pirko · 6 years ago
  11. d07cd66 mlxsw: spectrum: acl: Pass key pointer to master_mask_set/clear by Jiri Pirko · 6 years ago
  12. c71abd7 mlxsw: spectrum: acl_erp: Convert to use objagg for tracking ERPs by Jiri Pirko · 6 years ago
  13. 0a020d4 lib: introduce initial implementation of object aggregation manager by Jiri Pirko · 6 years ago
  14. 7dc5a0e selftests: Adjust spectrum-2 ctcam_two_atcam_masks_test by Jiri Pirko · 6 years ago
  15. 36107c4 selftests: Adjust spectrum-2 two_mask_test by Jiri Pirko · 6 years ago
  16. 6ab6dfa net: get rid of __tcp_checksum_complete() by Cong Wang · 6 years ago
  17. 5c72299 net: sched: cls_flower: Classify packets using port ranges by Amritha Nambiar · 6 years ago
  18. 7fe50ac net: dump more useful information in netdev_rx_csum_fault() by Cong Wang · 6 years ago
  19. ddc49ac net: dsa: mv88e6xxx: Work around mv886e6161 SERDES missing MII_PHYSID2 by Andrew Lunn · 6 years ago
  20. f0739e6 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  21. bd5196b Merge branch 'hns3-hwgro' by David S. Miller · 6 years ago
  22. a6d53b9 net: hns3: Adds GRO params to SKB for the stack by Peng Li · 6 years ago
  23. 81ae0e0 net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS by Peng Li · 6 years ago
  24. 5c9f6b3 net: hns3: Add support for ethtool -K to enable/disable HW GRO by Peng Li · 6 years ago
  25. e559709 net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll by Peng Li · 6 years ago
  26. b26a6fe net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware by Peng Li · 6 years ago
  27. ba2f55b net: phy: icplus: add config_intr callback by Heiner Kallweit · 6 years ago
  28. d5585b7 i40e: prevent overlapping tx_timeout recover by Alan Brady · 6 years ago
  29. 7cd8eb0 i40e: suppress bogus error message by Mitch Williams · 6 years ago
  30. 211257a i40e: Use correct shift for VLAN priority by Richard Rodriguez · 6 years ago
  31. 843faff virtchnl: Fix off by one error by Alice Michael · 6 years ago
  32. c9a9830 virtchnl: white space and reorder by Alice Michael · 6 years ago
  33. 61bfb06 i40e: always set ks->base.speed in i40e_get_settings_link_up by Jacob Keller · 6 years ago
  34. 7c3758f i40e: don't restart nway if autoneg not supported by Mitch Williams · 6 years ago
  35. 5734fe8 i40e: Allow disabling FW LLDP on X722 devices by Patryk Małek · 6 years ago
  36. c95cb7b i40e: update driver version by Alice Michael · 6 years ago
  37. f5a7b21 i40e: Protect access to VF control methods by Jan Sokolowski · 6 years ago
  38. 4ff2d85 i40e: Replace strncpy with strlcpy to ensure null termination by Patryk Małek · 6 years ago
  39. de10933 i40e: Add capability flag for stopping FW LLDP by Krzysztof Galazka · 6 years ago
  40. 8554768 i40e: Use a local variable for readability by Jan Sokolowski · 6 years ago
  41. 6a9a5ec i40e: Replace spin_is_locked() with lockdep by Lance Roy · 6 years ago
  42. 6d5db6c Merge branch 'nfp-abm-track-all-Qdiscs' by David S. Miller · 6 years ago
  43. bd3b5d4 nfp: abm: restructure Qdisc handling by Jakub Kicinski · 6 years ago
  44. 52db4ea nfp: abm: save RED's parameters by Jakub Kicinski · 6 years ago
  45. 6c5dbda nfp: abm: reset RED's child based on limit by Jakub Kicinski · 6 years ago
  46. c0b7490 net: sched: red: notify drivers about RED's limit parameter by Jakub Kicinski · 6 years ago
  47. 6b8417b nfp: abm: build full Qdisc hierarchy based on graft notifications by Jakub Kicinski · 6 years ago
  48. d577a3d net: sched: mq: offload a graft notification by Jakub Kicinski · 6 years ago
  49. bf2a752 net: sched: red: offload a graft notification by Jakub Kicinski · 6 years ago
  50. aee7539 nfp: abm: allocate Qdisc child table by Jakub Kicinski · 6 years ago
  51. 1853125 nfp: abm: remember which Qdisc is root by Jakub Kicinski · 6 years ago
  52. 98b0e5f net: sched: provide notification for graft on root by Jakub Kicinski · 6 years ago
  53. 4f5681d nfp: abm: track all offload-enabled qdiscs by Jakub Kicinski · 6 years ago
  54. 6666f54 nfp: abm: keep track of all RED thresholds by Jakub Kicinski · 6 years ago
  55. 0899049 nfp: abm: rename qdiscs -> red_qdiscs by Jakub Kicinski · 6 years ago
  56. 15cef30 Merge branch 'aquantia-add-rx-flow-filter-support' by David S. Miller · 6 years ago
  57. 7975d2a net: aquantia: add support of rx-vlan-filter offload by Dmitry Bogdanov · 6 years ago
  58. 9a8cac4 net: aquantia: add ethertype and PCP to rx flow filters by Dmitry Bogdanov · 6 years ago
  59. 54bcb3d net: aquantia: add vlan id to rx flow filters by Dmitry Bogdanov · 6 years ago
  60. a6ed6f2 net: aquantia: add support of L3/L4 ntuple filters by Dmitry Bogdanov · 6 years ago
  61. 8d0bcb0 net: aquantia: add infrastructure for ntuple rules by Dmitry Bogdanov · 6 years ago
  62. 23e7a71 net: aquantia: add rx-flow filter definitions by Dmitry Bogdanov · 6 years ago
  63. 4fd3e2a Merge branch 'cpsw-allow-vlan-h-w-timestamping' by David S. Miller · 6 years ago
  64. 1ebb244 net: ethernet: ti: cpsw: allow vlan tagged packets to be timestamped by Ivan Khoronzhuk · 6 years ago
  65. a942312 net: ethernet: ti: cpts: move enable/disable flags outside of cpts module by Ivan Khoronzhuk · 6 years ago
  66. f19dcd5 net: ethernet: ti: cpts: purge staled skbs from txq by Ivan Khoronzhuk · 6 years ago
  67. d0e14c4 net: ethernet: ti: cpts: correct debug for expired txq skb by Ivan Khoronzhuk · 6 years ago
  68. ef878d6 ice: Remove ICE_MAX_TXQ_PER_TXQG check when configuring Tx queue by Md Fahad Iqbal Polash · 6 years ago
  69. 47e3e53 ice: Destroy scheduler tree in reset path by Henry Tieman · 6 years ago
  70. c5a2a4a ice: Fix to make VLAN priority tagged traffic to appear on all TCs by Usha Ketineni · 6 years ago
  71. 99fc105 ice: Call pci_disable_sriov before stopping queues for VF by Brett Creeley · 6 years ago
  72. 7b8ff0f ice: Increase Rx queue disable timeout by Piotr Raczynski · 6 years ago
  73. 6263e81 ice: Fix NVM mask defines by Lev Faerman · 6 years ago
  74. d09e269 ice: Avoid nested RTNL locking in ice_dis_vsi by Dave Ertman · 6 years ago
  75. 995c90f ice: Calculate guaranteed VSIs per function and use it by Anirudh Venkataramanan · 6 years ago
  76. 10e03a2 ice: Remove node before releasing VSI by Anirudh Venkataramanan · 6 years ago
  77. b354e98 ice: Check for q_vector when stopping rings by Tony Nguyen · 6 years ago
  78. 807bc98 ice: Fix debug print in ice_tx_timeout by Brett Creeley · 6 years ago
  79. 3e536cf net: phy: check if advertising is zero using linkmode_empty by Colin Ian King · 6 years ago
  80. 261501d Merge branch 'sctp-add-support-for-sk_reuseport' by David S. Miller · 6 years ago
  81. 6ba8457 sctp: process sk_reuseport in sctp_get_port_local by Xin Long · 6 years ago
  82. 76c6d98 sctp: add sock_reuseport for the sock in __sctp_hash_endpoint by Xin Long · 6 years ago
  83. 532ae2f sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpoint by Xin Long · 6 years ago
  84. 30beabb net: phy: marvell: remove set but not used variable 'pause' by YueHaibing · 6 years ago
  85. 2b9b750 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  86. ccda4af Linux 4.20-rc2 by Linus Torvalds · 6 years ago
  87. 7a3765e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  88. e12e00e Merge tag 'kbuild-fixes-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  89. 63a42e1 Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  90. c140f8b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  91. b6df7b6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  92. 655c6b9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  93. 08b5278 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  94. 024d4d4 Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  95. 1acf93c Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  96. 0b002cd Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  97. 9206eb0 PCI: add USR vendor id and use it in r8169 and w6692 driver by Heiner Kallweit · 6 years ago
  98. 48872c1 net_sched: sch_fq: add dctcp-like marking by Eric Dumazet · 6 years ago
  99. c73e580 tcp: tsq: no longer use limit_output_bytes for paced flows by Eric Dumazet · 6 years ago
  100. 83afb36 Merge branch 'tcp-tso-defer-improvements' by David S. Miller · 6 years ago