summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal2023-09-201-1/+1
* netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso2023-09-081-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-0/+6
|\
| * netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2023-08-231-0/+5
| * netfilter: nf_tables: validate all pending tablesFlorian Westphal2023-08-231-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-0/+1
|\|
| * netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal2023-08-161-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-75/+45
|\|
| * netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso2023-08-101-95/+3
| * netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso2023-08-101-1/+63
* | netfilter: conntrack: Remove unused function declarationsYue Haibing2023-08-083-7/+0
* | netfilter: helper: Remove unused function declarationsYue Haibing2023-08-081-3/+0
* | netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long2023-07-201-1/+1
|/
* netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal2023-07-051-0/+3
* netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso2023-07-051-4/+27
* Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-06-261-0/+3
|\
| * netfilter: nf_tables: permit update of set sizeFlorian Westphal2023-06-261-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-2/+29
|\ \
| * | netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-06-201-0/+3
| * | netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2023-06-201-1/+4
| * | netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-06-201-0/+2
| * | netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso2023-06-201-1/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-152-2/+4
|\| | | |/ |/|
| * net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey2023-06-141-1/+1
| * netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso2023-06-081-1/+3
* | netfilter: flowtable: simplify route logicPablo Neira Ayuso2023-05-181-2/+2
* | netfilter: Reorder fields in 'struct nf_conntrack_expect'Christophe JAILLET2023-05-181-9/+9
|/
* netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-1/+5
|\
| * netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih2023-04-191-1/+5
* | Merge tag 'nf-next-23-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-04-241-11/+24
|\ \
| * | netfilter: nf_tables: support for adding new devices to an existing netdev chainPablo Neira Ayuso2023-04-221-0/+6
| * | netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal2023-04-221-2/+1
| * | netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal2023-04-221-3/+1
| * | netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal2023-04-221-3/+2
| * | netfilter: nf_tables: make validation state per tableFlorian Westphal2023-04-221-1/+2
| * | netfilter: nf_tables: don't store chain address on jumpFlorian Westphal2023-04-221-2/+12
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-211-0/+15
|\ \ \ | |/ / |/| |
| * | bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2023-04-211-0/+5
| * | bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal2023-04-211-0/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-0/+4
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-181-0/+4
* | netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden2023-03-221-2/+1
|/
* netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-061-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2023-02-201-0/+8
|\
| * netfilter: let reset rules clean out conntrack entriesFlorian Westphal2023-02-171-0/+8
* | net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long2023-02-101-0/+2
* | net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long2023-02-101-0/+2
* | netfilter: flowtable: cache info of last offloadVlad Buslov2023-02-031-3/+4
* | netfilter: flowtable: allow unidirectional rulesVlad Buslov2023-02-031-0/+1