summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-25net: avoid dirtying sk->sk_napi_idEric Dumazet1-1/+2
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet4-6/+7
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet4-8/+10
2021-10-25ax88796c: fix fetching error stats from percpu containersAlexander Lobakin1-4/+4
2021-10-25net/mlx5: SF_DEV Add SF device trace pointsParav Pandit6-6/+140
2021-10-25net/mlx5: SF, Add SF trace pointsParav Pandit4-0/+222
2021-10-25net/mlx5: Let user configure max_macs paramShay Drory4-1/+92
2021-10-25net/mlx5: Let user configure event_eq_size paramShay Drory5-3/+31
2021-10-25net/mlx5: Let user configure io_eq_size paramShay Drory7-6/+85
2021-10-25net/mlx5: Bridge, support replacing existing FDB entryVlad Buslov1-0/+4
2021-10-25net/mlx5: Bridge, extract code to lookup and del/notify entryVlad Buslov1-26/+32
2021-10-25net/mlx5: Add periodic update of host time to firmwareAya Levin3-0/+44
2021-10-25net/mlx5: Print health buffer by log levelAya Levin3-19/+44
2021-10-25net/mlx5: Extend health buffer dumpAya Levin3-15/+82
2021-10-25net/mlx5: Reduce flow counters bulk query buffer size for SFsAvihai Horon1-2/+7
2021-10-25net/mlx5: Fix unused function warning of mlx5i_flow_type_maskShay Drory1-5/+5
2021-10-25net/mlx5: Remove unnecessary checks for slow path flagPaul Blakey1-16/+1
2021-10-25net/mlx5e: don't write directly to netdev->dev_addrJakub Kicinski1-2/+6
2021-10-25Merge branch 'bluetooth-don-t-write-directly-to-netdev-dev_addr'Jakub Kicinski2-2/+4
2021-10-25bluetooth: use dev_addr_set()Jakub Kicinski1-1/+3
2021-10-25bluetooth: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-25fddi: defza: add missing pointer type castJakub Kicinski1-1/+1
2021-10-25net/tls: getsockopt supports complete algorithm listTianjia Zhang1-0/+42
2021-10-25net/tls: tls_crypto_context add supported algorithms contextTianjia Zhang1-0/+2
2021-10-25mlxsw: spectrum: Use 'bitmap_zalloc()' when applicableChristophe JAILLET4-27/+16
2021-10-25usbb: catc: use correct API for MAC addressesOliver Neukum1-5/+17
2021-10-25Merge tag 'wireless-drivers-next-2021-10-25' of git://git.kernel.org/pub/scm/...David S. Miller3-3/+4
2021-10-25Merge branch 'gve-jumbo-frame'David S. Miller10-166/+403
2021-10-25gve: Add a jumbo-frame device option.Shailend Chand2-4/+68
2021-10-25gve: Implement packet continuation for RX.David Awogbemila9-126/+292
2021-10-25gve: Add RX context.David Awogbemila2-37/+44
2021-10-25Merge branch 'mlxsw-selftests-updates'David S. Miller11-53/+112
2021-10-25selftests: mlxsw: Reduce test run timeIdo Schimmel2-18/+20
2021-10-25selftests: mlxsw: Use permanent neighbours instead of reachable onesIdo Schimmel1-11/+11
2021-10-25selftests: mlxsw: Add helpers for skipping selftestsPetr Machata8-24/+81
2021-10-25Merge branch 'qca8081-phy-driver'David S. Miller4-47/+577