summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau-1/+12
2021-03-24netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso-3/+21
2021-03-24netfilter: flowtable: add offload support for xmit path typesPablo Neira Ayuso-42/+124
2021-03-24netfilter: flowtable: add dsa supportPablo Neira Ayuso-0/+5
2021-03-24netfilter: flowtable: add pppoe supportPablo Neira Ayuso-7/+51
2021-03-24netfilter: flowtable: add bridge vlan filtering supportPablo Neira Ayuso-0/+12
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso-26/+128
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso-35/+123
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso-5/+100
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso-8/+27
2021-03-18netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso-15/+16
2021-03-18netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso-0/+3
2021-03-18netfilter: flowtable: refresh timeout after dst and writable checksPablo Neira Ayuso-4/+4
2021-03-18netfilter: flowtable: call dst_check() to fall back to classic forwardingPablo Neira Ayuso-10/+2
2021-03-18netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso-110/+78
2021-03-18netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso-12/+0
2021-03-18netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4Pablo Neira Ayuso-4/+4
2021-03-18netfilter: flowtable: consolidate skb_try_make_writable() callPablo Neira Ayuso-55/+31
2021-03-18netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+3
2021-03-18netfilter: flowtable: Make sure GC works periodically in idle systemYinjun Zhang-1/+1
2021-03-18netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso-0/+15
2021-03-18netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flagsPablo Neira Ayuso-1/+3
2021-03-18netfilter: conntrack: Fix gre tunneling over ipv6Ludovic Senecaux-3/+0
2021-03-18netfilter: flowtable: separate replace, destroy and stats to different workqu...Oz Shlomo-8/+36
2021-03-15netfilter: ctnetlink: fix dump of the expect mask attributeFlorian Westphal-0/+1
2021-03-15netfilter: x_tables: Use correct memory barriers.Mark Tomlinson-1/+1
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson-15/+34
2021-03-04netfilter: nftables: bogus check for netlink portID with table ownerPablo Neira Ayuso-4/+3
2021-03-04netfilter: nftables: fix possible double hook unregistration with table ownerPablo Neira Ayuso-1/+5
2021-03-02netfilter: nftables: disallow updates on table ownershipPablo Neira Ayuso-0/+6
2021-02-28netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin-2/+4
2021-02-28netfilter: conntrack: avoid misleading 'invalid' in log messageFlorian Westphal-2/+4
2021-02-28netfilter: nf_nat: undo erroneous tcp edemux lookupFlorian Westphal-4/+21
2021-02-28netfilter: conntrack: Remove a double space in a log messageKlemen Košir-2/+1
2021-02-15netfilter: nftables: introduce table ownershipPablo Neira Ayuso-46/+117
2021-02-15netfilter: nftables: add helper function to release hooks of one single tablePablo Neira Ayuso-5/+10
2021-02-15netfilter: nftables: add helper function to release one tablePablo Neira Ayuso-35/+40
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-24/+48
2021-02-09netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso-13/+15
2021-02-09netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal-1/+2
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-209/+368
2021-02-06netfilter: nftables: remove redundant assignment of variable errColin Ian King-3/+1
2021-02-04netfilter: move handlers to net/ip_vs.hLeon Romanovsky-12/+0
2021-02-04netfilter: flowtable: fix tcp and udp header checksum updateSven Auhagen-2/+2
2021-02-04netfilter: nftables: fix possible UAF over chains from packet path in netnsPablo Neira Ayuso-6/+19
2021-02-04netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik-2/+10
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+28
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada-2/+2
2021-01-27netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso-2/+1
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso-80/+89