summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-06-10netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy
2021-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-06-09netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal
2021-06-09netfilter: nfnetlink_hook: add depends-on nftablesFlorian Westphal
2021-06-09netfilter: nfnetlink_hook: fix array index out-of-bounds errorColin Ian King
2021-06-09netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso
2021-06-09netfilter: nft_exthdr: Fix for unsafe packet data readPhil Sutter
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-07netfilter: add new hook nfnl subsystemFlorian Westphal
2021-06-07netfilter: annotate nf_tables base hook opsFlorian Westphal
2021-06-07netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo
2021-06-07netfilter: conntrack: Introduce udp offload timeout configurationOz Shlomo
2021-06-07netfilter: conntrack: Introduce tcp offload timeout configurationOz Shlomo
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso
2021-06-02netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso
2021-06-02netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso
2021-06-01netfilter: fix clang-12 fmt string warningsFlorian Westphal
2021-06-01netfilter: nft_set_pipapo_avx2: fix up description warningsFlorian Westphal
2021-05-29netfilter: nf_tables: remove xt_action_param from nft_pktinfoFlorian Westphal
2021-05-29netfilter: nf_tables: remove unused arg in nft_set_pktinfo_unspec()Florian Westphal
2021-05-29netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal
2021-05-29netfilter: nf_tables: add and use nft_sk helperFlorian Westphal
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso
2021-05-29netfilter: xt_CT: Remove redundant assignment to retYang Li
2021-05-29netfilter: x_tables: improve limit_mt scalabilityJason Baron
2021-05-29netfilter: Remove leading spaces in KconfigJuerg Haefliger
2021-05-29netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal
2021-05-28netfilter: add and use nft_set_do_lookup helperFlorian Westphal
2021-05-28netfilter: nft_set_pipapo_avx2: Skip LDMXCSR, we don't need a valid MXCSR stateStefano Brivio
2021-05-28netfilter: nft_exthdr: Support SCTP chunksPhil Sutter
2021-05-27ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov
2021-05-24netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso
2021-05-21netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso
2021-05-21netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso
2021-05-20netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal
2021-05-14netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-A...Stefano Brivio
2021-05-14netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet
2021-05-07netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet
2021-05-05netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso
2021-05-05netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso
2021-05-05netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso
2021-05-05netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet
2021-05-03netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso
2021-04-27netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann