summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-16net/mlx5e: TC, Clean redundant counter flag from tc action parsersRoi Dayan8-15/+7
2022-02-16net/mlx5e: Use multi table support for CT and sample actionsRoi Dayan6-94/+80
2022-02-16net/mlx5e: Create new flow attr for multi table actionsRoi Dayan9-67/+483
2022-02-16net/mlx5e: Add post act offload/unoffload APIRoi Dayan2-21/+54
2022-02-16net/mlx5e: Pass actions param to actions_match_supported()Roi Dayan2-3/+8
2022-02-16net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey5-32/+43
2022-02-16net/mlx5e: E-Switch, Add support for tx_port_ts in switchdev modeAya Levin1-3/+15
2022-02-16net/mlx5e: E-Switch, Add PTP counters for uplink representorAya Levin3-1/+3
2022-02-16net/mlx5e: RX, Restrict bulk size for small Striding RQsTariq Toukan5-2/+10
2022-02-16net/mlx5e: Default to Striding RQ when not conflicting with CQE compressionTariq Toukan1-2/+3
2022-02-16net/mlx5e: Generalize packet merge error messageTariq Toukan1-2/+2
2022-02-16net/mlx5e: Add support for using xdp->data_metaAlex Liu1-5/+12
2022-02-16net/mlx5e: Fix spelling mistake "supoported" -> "supported"Colin Ian King1-1/+1
2022-02-16net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_maskPetr Machata1-1/+3
2022-02-16Merge branch 'mptcp-so_sndtimeo-and-misc-cleanup'Jakub Kicinski7-76/+64
2022-02-16mptcp: don't save tcp data_ready and write space callbacksFlorian Westphal2-8/+6
2022-02-16mptcp: mark ops structures as ro_after_initFlorian Westphal1-8/+7
2022-02-16mptcp: constify a bunch of of helpersPaolo Abeni3-32/+32
2022-02-16mptcp: drop port parameter of mptcp_pm_add_addr_signalGeliang Tang3-7/+7
2022-02-16mptcp: drop unneeded type casts for hmacGeliang Tang2-5/+2
2022-02-16mptcp: drop unused sk in mptcp_get_optionsGeliang Tang3-10/+8
2022-02-16mptcp: mptcp_parse_option is no longer exportedMatthieu Baerts1-6/+0
2022-02-16mptcp: add SNDTIMEO setsockopt supportGeliang Tang1-0/+2
2022-02-16net: Fix an ignored error return from dm9051_get_regs()Yang Li1-1/+1
2022-02-16net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_popVladimir Oltean1-2/+2
2022-02-16net: ethernet: altera: cleanup commentsTom Rix2-5/+5
2022-02-16net/smc: return ETIMEDOUT when smc_connect_clc() timeoutD. Wythe1-1/+7
2022-02-16net: hns3: Remove unused inline function hclge_is_reset_pending()YueHaibing1-5/+0
2022-02-16Merge branch 'Replay-and-offload-host-VLAN-entries-in-DSA'David S. Miller11-150/+623
2022-02-16net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean2-26/+31
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean6-47/+298
2022-02-16net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean2-8/+171
2022-02-16net: switchdev: rename switchdev_lower_dev_find to switchdev_lower_dev_find_rcuVladimir Oltean1-9/+9
2022-02-16net: bridge: switchdev: replay all VLAN groupsVladimir Oltean1-41/+49
2022-02-16net: bridge: make nbp_switchdev_unsync_objs() follow reverse order of sync()Vladimir Oltean1-2/+2
2022-02-16net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean4-9/+17
2022-02-16net: bridge: vlan: notify switchdev only when something changedVladimir Oltean1-30/+65
2022-02-16net: bridge: vlan: make __vlan_add_flags react only to PVID and UNTAGGEDVladimir Oltean1-2/+4
2022-02-16net: bridge: vlan: don't notify to switchdev master VLANs without BRENTRY flagVladimir Oltean1-3/+6
2022-02-16net: bridge: vlan: check early for lack of BRENTRY flag in br_vlan_add_existingVladimir Oltean1-6/+4
2022-02-15gve: enhance no queue page list detectionHaiyue Wang1-4/+2
2022-02-15net: dm9051: Fix spelling mistake "eror" -> "error"Colin Ian King1-2/+2
2022-02-15dpaa2-eth: Simplify bool conversionYang Li1-2/+2
2022-02-15net: bridge: vlan: check for errors from __vlan_del in __vlan_flushVladimir Oltean1-1/+8
2022-02-15net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-1/+1
2022-02-15virtio_net: Fix code indent errorMichael Catanzaro1-2/+1
2022-02-15Merge tag 'mlx5-updates-2022-02-14' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller17-232/+480
2022-02-14net/mlx5e: Optimize the common case condition in mlx5e_select_queueMaxim Mikityanskiy1-3/+8
2022-02-14net/mlx5e: Optimize modulo in mlx5e_select_queueMaxim Mikityanskiy2-3/+24
2022-02-14net/mlx5e: Optimize mlx5e_select_queueMaxim Mikityanskiy1-16/+42