summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso-38/+24
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso-39/+25
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso-38/+34
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso-70/+41
2021-06-02netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso-2/+6
2021-06-02netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso-1/+1
2021-06-01netfilter: fix clang-12 fmt string warningsFlorian Westphal-2/+2
2021-06-01netfilter: nft_set_pipapo_avx2: fix up description warningsFlorian Westphal-2/+1
2021-05-29netfilter: nf_tables: remove xt_action_param from nft_pktinfoFlorian Westphal-10/+18
2021-05-29netfilter: nf_tables: remove unused arg in nft_set_pktinfo_unspec()Florian Westphal-17/+17
2021-05-29netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal-18/+18
2021-05-29netfilter: nf_tables: add and use nft_sk helperFlorian Westphal-2/+2
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso-124/+44
2021-05-29netfilter: xt_CT: Remove redundant assignment to retYang Li-1/+0
2021-05-29netfilter: x_tables: improve limit_mt scalabilityJason Baron-20/+26
2021-05-29netfilter: Remove leading spaces in KconfigJuerg Haefliger-2/+2
2021-05-29netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal-15/+47
2021-05-28netfilter: add and use nft_set_do_lookup helperFlorian Westphal-4/+4
2021-05-28netfilter: nft_set_pipapo_avx2: Skip LDMXCSR, we don't need a valid MXCSR stateStefano Brivio-2/+7
2021-05-28netfilter: nft_exthdr: Support SCTP chunksPhil Sutter-0/+51
2021-05-27ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov-1/+1
2021-05-24netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso-19/+40
2021-05-21netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso-7/+14
2021-05-21netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso-1/+3
2021-05-20netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal-1/+1
2021-05-14netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-A...Stefano Brivio-2/+7
2021-05-14netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan-5/+5
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet-7/+10
2021-05-07netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet-1/+9
2021-05-05netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso-2/+2
2021-05-05netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso-7/+21
2021-05-05netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso-0/+2
2021-05-05netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet-0/+1
2021-05-03netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso-19/+69
2021-04-27netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann-2/+2
2021-04-27netfilter: nft_socket: fix an unused variable warningArnd Bergmann-2/+5
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso-63/+458
2021-04-27netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso-4/+11
2021-04-27netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso-13/+18
2021-04-27netfilter: nftables: add loop check helper functionPablo Neira Ayuso-9/+21
2021-04-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso-11/+11
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal-11/+21
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso-118/+261
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso-172/+180
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso-116/+105
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso-336/+277
2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso-71/+61
2021-04-26netfilter: nf_log_syslog: Unset bridge logger in pernet exitPhil Sutter-0/+1
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal-0/+1
2021-04-26netfilter: x_tables: add xt_find_tableFlorian Westphal-0/+17