summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-182-42/+48
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-06-101-42/+43
| |\
| | * netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso2021-06-091-42/+43
| * | netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy2021-06-101-0/+5
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-06-0920-203/+615
|\ \
| * | netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal2021-06-091-8/+7
| * | netfilter: nfnetlink_hook: add depends-on nftablesFlorian Westphal2021-06-091-0/+1
| * | netfilter: nfnetlink_hook: fix array index out-of-bounds errorColin Ian King2021-06-091-1/+1
| * | netfilter: nft_exthdr: Fix for unsafe packet data readPhil Sutter2021-06-091-1/+3
| * | netfilter: add new hook nfnl subsystemFlorian Westphal2021-06-074-0/+386
| * | netfilter: annotate nf_tables base hook opsFlorian Westphal2021-06-071-1/+3
| * | netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo2021-06-072-12/+39
| * | netfilter: conntrack: Introduce udp offload timeout configurationOz Shlomo2021-06-072-0/+27
| * | netfilter: conntrack: Introduce tcp offload timeout configurationOz Shlomo2021-06-072-0/+29
| * | netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso2021-06-076-38/+24
| * | netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso2021-06-071-39/+25
| * | netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso2021-06-071-38/+34
| * | netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso2021-06-076-70/+41
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-075-32/+66
|\ \ \ | |/ / |/| / | |/
| * netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso2021-06-021-2/+6
| * netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso2021-06-021-1/+1
| * ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov2021-05-271-1/+1
| * netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso2021-05-241-19/+40
| * netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso2021-05-211-7/+14
| * netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso2021-05-211-1/+3
| * netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal2021-05-201-1/+1
* | netfilter: fix clang-12 fmt string warningsFlorian Westphal2021-06-012-2/+2
* | netfilter: nft_set_pipapo_avx2: fix up description warningsFlorian Westphal2021-06-011-2/+1
* | netfilter: nf_tables: remove xt_action_param from nft_pktinfoFlorian Westphal2021-05-291-10/+18
* | netfilter: nf_tables: remove unused arg in nft_set_pktinfo_unspec()Florian Westphal2021-05-293-17/+17
* | netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal2021-05-297-18/+18
* | netfilter: nf_tables: add and use nft_sk helperFlorian Westphal2021-05-291-2/+2
* | netfilter: use nfnetlink_unicast()Pablo Neira Ayuso2021-05-295-124/+44
* | netfilter: xt_CT: Remove redundant assignment to retYang Li2021-05-291-1/+0
* | netfilter: x_tables: improve limit_mt scalabilityJason Baron2021-05-291-20/+26
* | netfilter: Remove leading spaces in KconfigJuerg Haefliger2021-05-292-2/+2
* | netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal2021-05-296-15/+47
* | netfilter: add and use nft_set_do_lookup helperFlorian Westphal2021-05-282-4/+4
* | netfilter: nft_set_pipapo_avx2: Skip LDMXCSR, we don't need a valid MXCSR stateStefano Brivio2021-05-281-2/+7
* | netfilter: nft_exthdr: Support SCTP chunksPhil Sutter2021-05-281-0/+51
|/
* netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-A...Stefano Brivio2021-05-143-2/+7
* netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2021-05-142-5/+5
* netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2021-05-072-7/+10
* netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet2021-05-071-1/+9
* netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso2021-05-051-2/+2
* netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso2021-05-056-7/+21
* netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso2021-05-051-0/+2
* netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet2021-05-051-0/+1
* netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2021-05-031-19/+69
* netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann2021-04-271-2/+2