summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-10netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal8-21/+23
2024-05-10selftests: netfilter: add packetdrill based conntrack testsFlorian Westphal10-0/+475
2024-05-10netfilter: nft_set_pipapo: remove dirty flagFlorian Westphal2-27/+0
2024-05-10netfilter: nft_set_pipapo: move cloning of match info to insert/removal pathFlorian Westphal1-21/+49
2024-05-10netfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand cloneFlorian Westphal1-7/+10
2024-05-06netfilter: nft_set_pipapo: merge deactivate helper into callerFlorian Westphal1-30/+9
2024-05-06netfilter: nft_set_pipapo: prepare walk function for on-demand cloneFlorian Westphal1-21/+39
2024-05-06netfilter: nft_set_pipapo: prepare destroy function for on-demand cloneFlorian Westphal1-21/+6
2024-05-06netfilter: nft_set_pipapo: make pipapo_clone helper return NULLFlorian Westphal1-7/+7
2024-05-06netfilter: nft_set_pipapo: move prove_locking helper aroundFlorian Westphal1-11/+11
2024-05-06netfilter: conntrack: remove flowtable early-drop testFlorian Westphal1-2/+0
2024-05-06netfilter: conntrack: documentation: remove reference to non-existent sysctlFlorian Westphal1-2/+2
2024-05-06netfilter: use NF_DROP instead of -NF_DROPJason Xing3-3/+3
2024-05-06netfilter: conntrack: dccp: try not to drop skb in conntrackJason Xing1-2/+2
2024-05-06netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router DiscoveryLinus Lüssing2-1/+4
2024-05-06netfilter: nf_tables: remove NETDEV_CHANGENAME from netdev chain event handlerPablo Neira Ayuso1-5/+1
2024-05-06netfilter: nf_tables: skip transaction if update object is not implementedPablo Neira Ayuso1-2/+6
2024-05-05Merge branch 'gve-queue-api'David S. Miller11-406/+489
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand7-331/+171
2024-05-05gve: Account for stopped queues when reading NIC statsShailend Chand1-6/+35
2024-05-05gve: Reset Rx ring state in the ring-stop funcsShailend Chand2-30/+120
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand2-2/+32
2024-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand1-0/+14
2024-05-05gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand1-0/+10
2024-05-05gve: Add adminq funcs to add/remove a single Rx queueShailend Chand2-27/+54
2024-05-05gve: Make the GQ RX free queue funcs idempotentShailend Chand1-10/+19
2024-05-05queue_api: define queue apiMina Almasry2-0/+34
2024-05-04Revert "net: mirror skb frag ref/unref helpers"Mina Almasry6-44/+51
2024-05-04bnxt: fix bnxt_get_avail_msix() returning negative valuesDavid Wei2-13/+5
2024-05-04net: no longer acquire RTNL in threaded_show()Eric Dumazet3-7/+7
2024-05-04tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski2-0/+11
2024-05-04Merge branch 'rtnetlink-rtnl_stats_dump-changes'Jakub Kicinski1-38/+23
2024-05-04rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet1-37/+22
2024-05-04rtnetlink: change rtnl_stats_dump() return valueEric Dumazet1-1/+1
2024-05-03Merge branch 'net-sysctl-sentinel'David S. Miller47-119/+48
2024-05-03ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados5-3/+7
2024-05-03appletalk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados7-21/+5
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados10-26/+9
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados4-4/+0
2024-05-03net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados3-3/+0
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados11-35/+13
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados6-26/+14
2024-05-03net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet1-4/+9
2024-05-03net: dsa: mv88e6xxx: Correct check for empty listSimon Horman1-2/+2
2024-05-03selftests/net: skip partial checksum packets in csum testWillem de Bruijn1-3/+15
2024-05-03selftests: net: py: check process exit code in bkg() and background cmd()Jakub Kicinski1-2/+6
2024-05-03IB/hfi1: allocate dummy net_device dynamicallyBreno Leitao2-3/+8
2024-05-03net/mlx5e: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen1-6/+4
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski306-1532/+2454