1. 54fec33 net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic case by Vladimir Oltean · 4 years, 3 months ago
  2. 7a6ffe7 net: dsa: point out the tail taggers by Vladimir Oltean · 4 years, 3 months ago
  3. 9790cf2 net: dsa: add a generic procedure for the flow dissector by Vladimir Oltean · 4 years, 3 months ago
  4. 2e8cb1b net: dsa: make the .flow_dissect tagger callback return void by Vladimir Oltean · 4 years, 3 months ago
  5. 5124197 net: dsa: tag_ocelot: use a short prefix on both ingress and egress by Vladimir Oltean · 4 years, 3 months ago
  6. 707091e net: dsa: tag_sja1105: request promiscuous mode for master by Vladimir Oltean · 4 years, 3 months ago
  7. c397540 net: dsa: allow drivers to request promiscuous mode on master by Vladimir Oltean · 4 years, 3 months ago
  8. 2d44b09 net: mscc: ocelot: move NPI port configuration to DSA by Vladimir Oltean · 4 years, 3 months ago
  9. 435be28 Revert "vxlan: move encapsulation warning" by Jakub Kicinski · 4 years, 3 months ago
  10. cb9e4a7 Merge branch 'devlink-flash-update-overwrite-mask' by David S. Miller · 4 years, 3 months ago
  11. 50db1bc ice: add support for flash update overwrite mask by Jacob Keller · 4 years, 3 months ago
  12. cbb5836 netdevsim: add support for flash_update overwrite mask by Jacob Keller · 4 years, 3 months ago
  13. 5d5b412 devlink: introduce flash update overwrite mask by Jacob Keller · 4 years, 3 months ago
  14. bc75c05 devlink: convert flash_update to use params structure by Jacob Keller · 4 years, 3 months ago
  15. 22ec3d2 devlink: check flash_update parameter support in net core by Jacob Keller · 4 years, 3 months ago
  16. 6fba737 Merge branch 'simplify-TCP-loss-marking-code' by David S. Miller · 4 years, 3 months ago
  17. 534a210 tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost by Yuchung Cheng · 4 years, 3 months ago
  18. 6869897 tcp: simplify tcp_mark_skb_lost by Yuchung Cheng · 4 years, 3 months ago
  19. fd214674 tcp: move tcp_mark_skb_lost by Yuchung Cheng · 4 years, 3 months ago
  20. 179ac35 tcp: consistently check retransmit hint by Yuchung Cheng · 4 years, 3 months ago
  21. b4f4348 dpaa2-mac: Fix potential null pointer dereference by Gustavo A. R. Silva · 4 years, 3 months ago
  22. 9b69e5e Merge branch 'dpaa2-eth-small-updates' by David S. Miller · 4 years, 3 months ago
  23. 5e29c16 dpaa2-eth: install a single steering rule when SHARED_FS is enabled by Ionut-robert Aron · 4 years, 3 months ago
  24. 4c33a5b dpaa2-eth: no need to check link state right after ndo_open by Ioana Ciornei · 4 years, 3 months ago
  25. 9817970 dpaa2-mac: do not check for both child and parent DTS nodes by Ioana Ciornei · 4 years, 3 months ago
  26. bd0b68a Merge branch 'vxlan-clean-up' by David S. Miller · 4 years, 3 months ago
  27. 78ec710e vxlan: fix vxlan_find_sock() documentation for l3mdev by Fabian Frederick · 4 years, 3 months ago
  28. 2eabcb8 vxlan: check rtnl_configure_link return code correctly by Fabian Frederick · 4 years, 3 months ago
  29. 546c044 vxlan: move encapsulation warning by Fabian Frederick · 4 years, 3 months ago
  30. 0189399 vxlan: add unlikely to vxlan_remcsum check by Fabian Frederick · 4 years, 3 months ago
  31. 2ae2904 vxlan: don't collect metadata if remote checksum is wrong by Fabian Frederick · 4 years, 3 months ago
  32. 7470558 net: bridge: mcast: remove only S,G port groups from sg_port hash by Nikolay Aleksandrov · 4 years, 3 months ago
  33. e0f9956 net: stmmac: Add option for VLAN filter fail queue enable by Chuah, Kim Tatt · 4 years, 3 months ago
  34. 1770543 Merge branch 'Devlink-regions-for-SJA1105-DSA-driver' by David S. Miller · 4 years, 3 months ago
  35. ff4cf8e net: dsa: sja1105: implement .devlink_info_get by Vladimir Oltean · 4 years, 3 months ago
  36. bf425b8 net: dsa: sja1105: expose static config as devlink region by Vladimir Oltean · 4 years, 3 months ago
  37. 0a7bdbc net: dsa: sja1105: move devlink param code to sja1105_devlink.c by Vladimir Oltean · 4 years, 3 months ago
  38. e666a4c Merge branch 'drivers-net-warning-clean' by David S. Miller · 4 years, 3 months ago
  39. d0ea5cb drivers/net/ethernet: clean up mis-targeted comments by Jesse Brandeburg · 4 years, 3 months ago
  40. add3c86 sfc: fix kdoc warning by Jesse Brandeburg · 4 years, 3 months ago
  41. 81929a4 drivers/net/ethernet: remove incorrectly formatted doc by Jesse Brandeburg · 4 years, 3 months ago
  42. f410f15 drivers/net/ethernet: add some basic kdoc tags by Jesse Brandeburg · 4 years, 3 months ago
  43. 2602ddf drivers/net/ethernet: handle one warning explicitly by Jesse Brandeburg · 4 years, 3 months ago
  44. 553aca1 drivers/net/ethernet: rid ethernet of no-prototype warnings by Jesse Brandeburg · 4 years, 3 months ago
  45. 7c8c029 drivers/net/ethernet: clean up unused assignments by Jesse Brandeburg · 4 years, 3 months ago
  46. 36ec148 intel: handle unused assignments by Jesse Brandeburg · 4 years, 3 months ago
  47. b50f7bc intel-ethernet: clean up W=1 warnings in kdoc by Jesse Brandeburg · 4 years, 3 months ago
  48. d018684 net: vlan: Avoid using BUG() in vlan_proto_idx() by Florian Fainelli · 4 years, 3 months ago
  49. 7806f65 Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 4 years, 3 months ago
  50. bc8befe ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler' by Kalle Valo · 4 years, 3 months ago
  51. aafe885 Merge branch 'hns3-next' by David S. Miller · 4 years, 3 months ago
  52. c155e22 net: hns3: rename macro of pci device id of vf by Guangbin Huang · 4 years, 3 months ago
  53. ae6f010 net: hns3: add support for 200G device by Guangbin Huang · 4 years, 3 months ago
  54. 348775e net: hns3: add debugfs of dumping pf interrupt resources by Yufeng Mo · 4 years, 3 months ago
  55. 6cd131d net: hns3: add a hardware error detect type by Yufeng Mo · 4 years, 3 months ago
  56. 9d8d5a3 net: hns3: remove unnecessary variable initialization by Yufeng Mo · 4 years, 3 months ago
  57. 00577c8 net: hns3: refactor the function for dumping tc information in debugfs by Yufeng Mo · 4 years, 3 months ago
  58. 77d0cab net: tcp: drop unused function argument from mptcp_incoming_options by Florian Westphal · 4 years, 3 months ago
  59. a1a3552 Merge branch 'mptcp-RM_ADDR-ADD_ADDR-enhancements' by David S. Miller · 4 years, 3 months ago
  60. 00cfd77 mptcp: retransmit ADD_ADDR when timeout by Geliang Tang · 4 years, 3 months ago
  61. 08b81d8 mptcp: add sk_stop_timer_sync helper by Geliang Tang · 4 years, 3 months ago
  62. 0abd40f mptcp: add struct mptcp_pm_add_entry by Geliang Tang · 4 years, 3 months ago
  63. dd72b0f selftests: mptcp: add remove addr and subflow test cases by Geliang Tang · 4 years, 3 months ago
  64. 1315332 selftests: mptcp: add remove cfg in mptcp_connect by Geliang Tang · 4 years, 3 months ago
  65. 5c8c164 mptcp: add mptcp_destroy_common helper by Geliang Tang · 4 years, 3 months ago
  66. 7a7e52e mptcp: add RM_ADDR related mibs by Geliang Tang · 4 years, 3 months ago
  67. 0ee4261 mptcp: implement mptcp_pm_remove_subflow by Geliang Tang · 4 years, 3 months ago
  68. b6c0838 mptcp: remove addr and subflow in PM netlink by Geliang Tang · 4 years, 3 months ago
  69. f58f065 mptcp: add accept_subflow re-check by Geliang Tang · 4 years, 3 months ago
  70. be61316 selftests: mptcp: add ADD_ADDR mibs check function by Geliang Tang · 4 years, 3 months ago
  71. a877de06 mptcp: add ADD_ADDR related mibs by Geliang Tang · 4 years, 3 months ago
  72. 6a6c05a mptcp: send out ADD_ADDR with echo flag by Geliang Tang · 4 years, 3 months ago
  73. d0876b2 mptcp: add the incoming RM_ADDR support by Geliang Tang · 4 years, 3 months ago
  74. 5cb104a mptcp: add the outgoing RM_ADDR support by Geliang Tang · 4 years, 3 months ago
  75. f643b80 mptcp: rename addr_signal and the related functions by Geliang Tang · 4 years, 3 months ago
  76. 075c156 Merge tag 'mlx5-updates-2020-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 3 months ago
  77. 54ce00a Merge branch 'dpaa2-mac-add-PCS-support-through-the-Lynx-module' by David S. Miller · 4 years, 3 months ago
  78. 94ae899 dpaa2-mac: add PCS support through the Lynx module by Ioana Ciornei · 4 years, 3 months ago
  79. b5b6775 of: add of_mdio_find_device() api by Russell King · 4 years, 3 months ago
  80. e7e95c9 net: pcs-lynx: add support for 10GBASER by Ioana Ciornei · 4 years, 3 months ago
  81. e2f9a8f net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skb by Vladimir Oltean · 4 years, 3 months ago
  82. 5b365af Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git by Kalle Valo · 4 years, 3 months ago
  83. 225060c Merge tag 'mt76-for-kvalo-2020-09-23' of https://github.com/nbd168/wireless by Kalle Valo · 4 years, 3 months ago
  84. b9b852b mt76: mt7663s: remove max_tx_fragments limitation by Lorenzo Bianconi · 4 years, 4 months ago
  85. 1820388 mt76: Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 4 months ago
  86. 062d62e mt76: mt7915: add offchannel condition in switch channel command by Shayne Chen · 4 years, 3 months ago
  87. 59283d0 mt76: mt7915: convert to use le16_add_cpu() by Liu Shixin · 4 years, 4 months ago
  88. 0025750 mt76: Fix unsigned expressions compared with zero by Ye Bin · 4 years, 4 months ago
  89. 071c8ce mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beacon by Lorenzo Bianconi · 4 years, 4 months ago
  90. 328cecf mt76: mt76x0: Move tables used only by init.c to their own header file by Lee Jones · 4 years, 4 months ago
  91. aab662c mt76: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  92. df6a38b mt76: mt7615: unlock dfs bands by Lorenzo Bianconi · 4 years, 4 months ago
  93. 4178d96f6 mt76: mt7663: check isr read return value in mt7663s_rx_work by Lorenzo Bianconi · 4 years, 4 months ago
  94. 1522ff7 mt76: mt7663s: introduce sdio tx aggregation by Lorenzo Bianconi · 4 years, 4 months ago
  95. 598daa4 mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quota by Lorenzo Bianconi · 4 years, 4 months ago
  96. e98e6df mt76: move pad estimation out of mt76_skb_adjust_pad by Lorenzo Bianconi · 4 years, 4 months ago
  97. ab25d9d mt76: mt7663s: introduce __mt7663s_xmit_queue routine by Lorenzo Bianconi · 4 years, 4 months ago
  98. 6ef2d66 mt76: mt7663s: split mt7663s_tx_update_sched in mt7663s_tx_{pick,update}_quota by Lorenzo Bianconi · 4 years, 4 months ago
  99. 8bf71ab mt76: mt7663s: do not use altx for ctl/mgmt traffic by Lorenzo Bianconi · 4 years, 4 months ago
  100. 6892555 mt76: mt7622: fix fw hang on mt7622 by Lorenzo Bianconi · 4 years, 4 months ago