aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-26net/mlx5: Add SHAMPO caps, HW bits and enumerationsBen Ben-Ishay4-3/+64
2021-10-26net/mlx5e: Rename lro_timeout to packet_merge_timeoutBen Ben-Ishay5-9/+9
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay1-0/+5
2021-10-26lib: bitmap: Introduce node-aware alloc APITariq Toukan2-0/+15
2021-10-26net: phy: fixed warning: Function parameter not describedLuo Jie1-0/+1
2021-10-26net/mlx5: remove the recent devlink paramsJakub Kicinski10-207/+9
2021-10-26Merge branch 'phy-supported-interfaces-bitmap'David S. Miller3-2/+81
2021-10-26net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)2-2/+46
2021-10-26net: phylink: add MAC phy_interface_t bitmapRussell King1-0/+1
2021-10-26net: phy: add phy_interface_t bitmap supportRussell King (Oracle)1-0/+34
2021-10-26Merge branch 'dsa-isolation-prep'David S. Miller2-3/+2
2021-10-26net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean1-3/+0
2021-10-26net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean1-0/+2
2021-10-26ifb: Depend on netfilter alternatively to tcLukas Wunner1-1/+1
2021-10-26mctp: Implement extended addressingJeremy Kerr5-39/+170
2021-10-26net: ax88796c: Remove pointless check in ax88796c_open()Nathan Chancellor1-5/+4
2021-10-26net: ax88796c: Fix clang -Wimplicit-fallthrough in ax88796c_set_mac()Nathan Chancellor1-0/+2
2021-10-26net: mana: Allow setting the number of queues while the NIC is downHaiyang Zhang2-13/+9
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken4-26/+113
2021-10-26Merge branch 'tcp_stream_alloc_skb'David S. Miller4-19/+15
2021-10-26tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet1-3/+0
2021-10-26tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet1-2/+2
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet4-14/+13
2021-10-26net: annotate data-race in neigh_output()Eric Dumazet1-3/+8
2021-10-26Merge branch 'mlxsw-rif-mac-prefixes'David S. Miller14-149/+778
2021-10-26selftests: mlxsw: Remove deprecated test casesDanielle Ratson1-90/+0
2021-10-26selftests: Add an occupancy test for RIF MAC profilesDanielle Ratson1-0/+117
2021-10-26selftests: mlxsw: Add forwarding test for RIF MAC profilesDanielle Ratson1-0/+213
2021-10-26selftests: mlxsw: Add a scale test for RIF MAC profilesDanielle Ratson5-2/+106
2021-10-26mlxsw: spectrum_router: Expose RIF MAC profiles to devlink resourceDanielle Ratson3-2/+47
2021-10-26mlxsw: spectrum_router: Add RIF MAC profiles supportDanielle Ratson2-47/+272
2021-10-26mlxsw: spectrum_router: Propagate extack furtherDanielle Ratson1-8/+15
2021-10-26mlxsw: resources: Add resource identifier for RIF MAC profilesDanielle Ratson1-0/+2
2021-10-26mlxsw: reg: Add MAC profile ID field to RITR registerDanielle Ratson1-0/+6
2021-10-26Merge branch 'netfilter-vrf-rework'David S. Miller3-5/+51
2021-10-26vrf: run conntrack only in context of lower/physdev for locally generated pac...Florian Westphal1-4/+24
2021-10-26netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal2-1/+27
2021-10-26Merge tag 'mlx5-updates-2021-10-25' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller27-93/+787
2021-10-26tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell1-1/+1
2021-10-25Merge branch 'small-fixes-for-true-expression-checks'Jakub Kicinski2-3/+3
2021-10-25net: qed_dev: fix check of true !rc expressionJean Sacren1-1/+1
2021-10-25net: qed_ptp: fix check of true !rc expressionJean Sacren1-2/+2
2021-10-25Merge branch 'tcp-receive-path-optimizations'Jakub Kicinski11-38/+79
2021-10-25ipv6/tcp: small drop monitor changesEric Dumazet1-2/+2
2021-10-25ipv4: guard IP_MINTTL with a static keyEric Dumazet3-8/+20
2021-10-25ipv4: annotate data races arount inet->min_ttlEric Dumazet2-3/+9
2021-10-25ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet3-8/+20
2021-10-25ipv6: annotate data races around np->min_hopcountEric Dumazet2-3/+8
2021-10-25net: annotate accesses to sk->sk_rx_queue_mappingEric Dumazet1-3/+7
2021-10-25net: avoid dirtying sk->sk_rx_queue_mappingEric Dumazet1-4/+2