aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-1/+39
2022-07-26netfilter: nft_queue: only allow supported familes and hooksGravatar Florian Westphal 1-0/+27
2022-07-26netfilter: nf_tables: add rescheduling points during loop detection walksGravatar Florian Westphal 1-0/+6
2022-07-26netfilter: nf_queue: do not allow packet truncation below transport header of...Gravatar Florian Westphal 1-1/+6
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 3-139/+342
2022-07-21net: netfilter: Add kfuncs to set and change CT statusGravatar Lorenzo Bianconi 3-37/+74
2022-07-21net: netfilter: Add kfuncs to set and change CT timeoutGravatar Kumar Kartikeya Dwivedi 3-11/+58
2022-07-21net: netfilter: Add kfuncs to allocate and insert CTGravatar Lorenzo Bianconi 2-27/+189
2022-07-21net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupGravatar Kumar Kartikeya Dwivedi 1-34/+18
2022-07-21bpf: Switch to new kfunc flags infrastructureGravatar Kumar Kartikeya Dwivedi 1-38/+11
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2022-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextGravatar Jakub Kicinski 31-260/+385
2022-07-21netfilter: xt_TPROXY: remove pr_debug invocationsGravatar Justin Stitt 1-23/+2
2022-07-21netfilter: flowtable: prefer refcount_incGravatar Florian Westphal 1-8/+3
2022-07-21netfilter: ipvs: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-3/+2
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedGravatar Florian Westphal 1-0/+12
2022-07-11netfilter: nf_tables: use correct integer typesGravatar Florian Westphal 4-11/+12
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersGravatar Florian Westphal 1-3/+3
2022-07-11netfilter: nf_tables: use the correct get/put helpersGravatar Florian Westphal 4-10/+11
2022-07-11netfilter: x_tables: use correct integer typesGravatar Florian Westphal 3-9/+9
2022-07-11netfilter: nfnetlink: add missing __be16 castGravatar Florian Westphal 1-1/+1
2022-07-11netfilter: nft_set_bitmap: Fix spelling mistakeGravatar Zhang Jiaming 1-2/+2
2022-07-11netfilter: h323: merge nat hook pointers into oneGravatar Florian Westphal 1-161/+99
2022-07-11netfilter: nf_conntrack: use rcu accessors where neededGravatar Florian Westphal 7-16/+57
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsGravatar Florian Westphal 3-3/+3
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksGravatar Vlad Buslov 5-4/+165
2022-07-11netfilter: conntrack: use correct format charactersGravatar Bill Wendling 1-1/+1
2022-07-11netfilter: conntrack: use fallthrough to cleanupGravatar Jackie Liu 1-5/+3
2022-07-09netfilter: nf_tables: replace BUG_ON by element length checkGravatar Pablo Neira Ayuso 1-21/+51
2022-07-09netfilter: nf_log: incorrect offset to network headerGravatar Pablo Neira Ayuso 1-4/+4
2022-07-07netfilter: conntrack: fix crash due to confirmed bit load reorderingGravatar Florian Westphal 3-0/+26
2022-07-02netfilter: nft_set_pipapo: release elements in clone from abort pathGravatar Pablo Neira Ayuso 1-15/+33
2022-07-02netfilter: nf_tables: stricter validation of element dataGravatar Pablo Neira Ayuso 1-1/+8
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenGravatar Florian Westphal 2-23/+45
2022-06-27netfilter: nft_dynset: restore set element counter when failing to updateGravatar Pablo Neira Ayuso 1-0/+2
2022-06-21netfilter: nf_dup_netdev: add and use recursion counterGravatar Florian Westphal 1-4/+15
2022-06-21netfilter: nf_dup_netdev: do not push mac header a second timeGravatar Florian Westphal 1-4/+10
2022-06-17netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitGravatar Florian Westphal 1-1/+1
2022-06-08netfilter: use get_random_u32 instead of prandomGravatar Florian Westphal 2-20/+5
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedGravatar Pablo Neira Ayuso 2-2/+23
2022-06-06netfilter: nf_tables: memleak flow rule from commit pathGravatar Pablo Neira Ayuso 1-0/+6
2022-06-06netfilter: nf_tables: release new hooks on unsupported flowtable flagsGravatar Pablo Neira Ayuso 1-4/+8
2022-06-02netfilter: nf_tables: always initialize flowtable hook list in transactionGravatar Pablo Neira Ayuso 1-0/+1
2022-06-02netfilter: nf_tables: delete flowtable hooks via transaction listGravatar Pablo Neira Ayuso 1-25/+6
2022-06-01netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathGravatar Pablo Neira Ayuso 1-1/+1
2022-06-01netfilter: nat: really support inet nat without l3 addressGravatar Florian Westphal 1-1/+2
2022-05-31netfilter: flowtable: fix nft_flow_route source address for nat caseGravatar wenxu 1-2/+2
2022-05-31netfilter: flowtable: fix missing FLOWI_FLAG_ANYSRC flagGravatar wenxu 1-0/+2
2022-05-31netfilter: nf_tables: double hook unregistration in netns pathGravatar Pablo Neira Ayuso 1-13/+41