aboutsummaryrefslogtreecommitdiff
path: root/include/net/netfilter
AgeCommit message (Expand)Author
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso
2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal
2021-04-26netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal
2021-04-18netfilter: nftables: counter hardware offload supportPablo Neira Ayuso
2021-04-18netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso
2021-04-18netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso
2021-04-13netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan
2021-04-13netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal
2021-04-13netfilter: conntrack: move expect counter to net_generic dataFlorian Westphal
2021-04-13netfilter: conntrack: move autoassign_helper sysctl to net_generic dataFlorian Westphal
2021-04-13netfilter: conntrack: move autoassign warning member to net_generic dataFlorian Westphal
2021-04-13netfilter: flowtable: add vlan match offload supportwenxu
2021-04-06netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal
2021-04-06netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal
2021-04-06netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal
2021-04-06netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal
2021-03-31netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso
2021-03-31netfilter: nft_log: perform module load from nf_tablesFlorian Westphal
2021-03-31netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal
2021-03-31netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau
2021-03-24netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso
2021-03-18netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso
2021-03-18netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso
2021-03-18netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso
2021-03-18netfilter: conntrack: Remove unused variable declarationYueHaibing
2021-03-18netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso
2021-02-15netfilter: nftables: introduce table ownershipPablo Neira Ayuso
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2021-01-27netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2021-01-26netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso
2021-01-16netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2020-12-12netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso
2020-12-12netfilter: nftables: move nft_expr before nft_setPablo Neira Ayuso
2020-12-12netfilter: nftables: generalize set expressions supportPablo Neira Ayuso
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-08netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-01netfilter: use actual socket sk for REJECT actionJan Engelhardt
2020-11-27netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso