summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-11ipvs: use kthreads for stats estimationJulian Anastasov3-100/+990
2022-12-11ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov4-35/+35
2022-12-11ipvs: use common functions for stats allocationJulian Anastasov2-41/+60
2022-12-11ipvs: add rcu protection to statsJulian Anastasov3-25/+57
2022-12-09netfilter: flowtable: add a 'default' case to flowtable datapathLi Qiong1-0/+8
2022-12-01netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal2-2/+87
2022-11-30netfilter: ipset: Add support for new bitmask parameterVishwanath Pai6-26/+126
2022-11-30netfilter: conntrack: merge ipv4+ipv6 confirm functionsFlorian Westphal3-102/+57
2022-11-30netfilter: conntrack: add sctp DATA_SENT stateSriram Yagnaraman4-43/+71
2022-11-23netfilter: nft_inner: fix IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-11-22Merge branch 'cleanup-ocelot_stats-exposure'Paolo Abeni7-242/+235
2022-11-22net: mscc: ocelot: issue a warning if stats are incorrectly orderedColin Foster1-1/+7
2022-11-22net: mscc: ocelot: remove unnecessary exposure of stats structuresColin Foster2-215/+216
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersColin Foster7-26/+12
2022-11-22selftests: net: Add cross-compilation support for BPF programsBjörn Töpel1-4/+41
2022-11-22samples: pktgen: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-11-22octeontx2-pf: Add additional checks while configuring ucast/bcast/mcast rulesSuman Ghosh5-16/+124
2022-11-22net: bcmgenet: Clear RGMII_LINK upon link downFlorian Fainelli1-5/+14
2022-11-22net: microchip: sparx5: fix uninitialized variablesDan Carpenter1-3/+5
2022-11-22net: fix __sock_gen_cookie()Eric Dumazet1-1/+4
2022-11-21Merge branch 'mptcp-netlink'David S. Miller2-33/+29
2022-11-21mptcp: more detailed error reporting on endpoint creationPaolo Abeni2-11/+16
2022-11-21mptcp: deduplicate error paths on endpoint creationPaolo Abeni1-22/+13
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima5-9/+10
2022-11-21net: ethernet: renesas: rswitch: Fix MAC address infoYoshihiro Shimoda1-1/+1
2022-11-21Merge branch 'sarx5-VCAP-debugfs'David S. Miller17-128/+1838
2022-11-21net: microchip: sparx5: Add VCAP debugfs KUNIT testSteen Hegelund4-3/+553
2022-11-21net: microchip: sparx5: Add VCAP locking to protect rulesSteen Hegelund4-0/+15
2022-11-21net: microchip: sparx5: Add VCAP debugFS key/action support for the VCAP APISteen Hegelund3-10/+333
2022-11-21net: microchip: sparx5: Add VCAP rule debugFS support for the VCAP APISteen Hegelund3-4/+141
2022-11-21net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP APISteen Hegelund4-56/+535
2022-11-21net: microchip: sparx5: Add VCAP debugFS supportSteen Hegelund12-64/+266
2022-11-21net: microchip: sparx5: Ensure VCAP last_used_addr is set back to defaultSteen Hegelund1-2/+2
2022-11-21net: microchip: sparx5: Ensure L3 protocol has a default valueSteen Hegelund1-1/+5
2022-11-21Merge branch 'gve-alternate-missed-completions'David S. Miller6-8/+142
2022-11-21gve: Handle alternate miss completionsJeroen de Borst3-8/+21
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst4-1/+122
2022-11-21NFC: nci: Extend virtual NCI deinit testDmitry Vyukov1-0/+11
2022-11-21Merge branch 'axiennet-mdio-bus-freq'David S. Miller3-33/+50
2022-11-21net: axienet: set mdio clock according to bus-frequencyAndy Chiu1-21/+49
2022-11-21dt-bindings: describe the support of "clock-frequency" in mdioAndy Chiu1-0/+2
2022-11-21net: axienet: Unexport and remove unused mdio functionsAndy Chiu2-14/+1
2022-11-21net: microchip: sparx5: prevent uninitialized variableDan Carpenter1-1/+1
2022-11-21net: ethernet: mtk_eth_soc: fix RSTCTRL_PPE{0,1} definitionsLorenzo Bianconi2-13/+10
2022-11-21net: microchip: sparx5: kunit test: Fix compile warnings.Horatiu Vultur1-6/+6
2022-11-21Merge branch 'nfp-ipsec-offload'David S. Miller10-15/+735
2022-11-21nfp: implement xfrm callbacks and expose ipsec offload feature to upper layerHuanhuan Wang3-4/+490
2022-11-21nfp: add framework to support ipsec offloadingHuanhuan Wang10-10/+233
2022-11-21nfp: extend capability and control wordsYinjun Zhang3-3/+14
2022-11-21bna: Avoid clashing function prototypesGustavo A. R. Silva7-43/+82