summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso2021-03-241-3/+12
* netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-243-1/+12
* netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso2021-03-243-3/+21
* netfilter: flowtable: add offload support for xmit path typesPablo Neira Ayuso2021-03-241-42/+124
* netfilter: flowtable: add dsa supportPablo Neira Ayuso2021-03-241-0/+5
* netfilter: flowtable: add pppoe supportPablo Neira Ayuso2021-03-242-7/+51
* netfilter: flowtable: add bridge vlan filtering supportPablo Neira Ayuso2021-03-241-0/+12
* netfilter: flowtable: add vlan supportPablo Neira Ayuso2021-03-243-26/+128
* netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso2021-03-243-35/+123
* netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso2021-03-242-5/+100
* netfilter: flowtable: add xmit path typesPablo Neira Ayuso2021-03-243-8/+27
* netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso2021-03-181-15/+16
* netfilter: flowtable: refresh timeout after dst and writable checksPablo Neira Ayuso2021-03-181-4/+4
* netfilter: flowtable: call dst_check() to fall back to classic forwardingPablo Neira Ayuso2021-03-181-10/+2
* netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso2021-03-182-110/+78
* netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso2021-03-182-12/+0
* netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4Pablo Neira Ayuso2021-03-181-4/+4
* netfilter: flowtable: consolidate skb_try_make_writable() callPablo Neira Ayuso2021-03-182-55/+31
* netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-183-0/+3
* netfilter: flowtable: separate replace, destroy and stats to different workqu...Oz Shlomo2021-03-181-8/+36
* netfilter: nftables: bogus check for netlink portID with table ownerPablo Neira Ayuso2021-03-041-4/+3
* netfilter: nftables: fix possible double hook unregistration with table ownerPablo Neira Ayuso2021-03-041-1/+5
* netfilter: nftables: disallow updates on table ownershipPablo Neira Ayuso2021-03-021-0/+6
* netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin2021-02-281-2/+4
* netfilter: conntrack: avoid misleading 'invalid' in log messageFlorian Westphal2021-02-281-2/+4
* netfilter: nf_nat: undo erroneous tcp edemux lookupFlorian Westphal2021-02-281-4/+21
* netfilter: conntrack: Remove a double space in a log messageKlemen Košir2021-02-281-2/+1
* netfilter: nftables: introduce table ownershipPablo Neira Ayuso2021-02-151-46/+117
* netfilter: nftables: add helper function to release hooks of one single tablePablo Neira Ayuso2021-02-151-5/+10
* netfilter: nftables: add helper function to release one tablePablo Neira Ayuso2021-02-151-35/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-104-24/+48
|\
| * netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso2021-02-091-13/+15
| * netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal2021-02-091-1/+2
| * netfilter: flowtable: fix tcp and udp header checksum updateSven Auhagen2021-02-041-2/+2
| * netfilter: nftables: fix possible UAF over chains from packet path in netnsPablo Neira Ayuso2021-02-041-6/+19
| * netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik2021-02-041-2/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-0635-209/+368
|\ \
| * | netfilter: nftables: remove redundant assignment of variable errColin Ian King2021-02-061-3/+1
| * | netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso2021-01-271-2/+1
| * | netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2021-01-2717-80/+89
| * | netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-2720-112/+109
| * | netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso2021-01-261-3/+3
| * | ipvs: add weighted random twos choice algorithmDarby Payne2021-01-263-0/+151
| * | netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal2021-01-253-10/+15
* | | netfilter: move handlers to net/ip_vs.hLeon Romanovsky2021-02-041-12/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-282-18/+28
|\ \ \ | | |/ | |/|
| * | netfilter: nft_dynset: dump expressions when set definition contains no expre...Pablo Neira Ayuso2021-01-161-14/+17
| * | netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso2021-01-161-1/+3
| * | netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso2021-01-162-3/+8
| |/
* / net: remove redundant 'depends on NET'Masahiro Yamada2021-01-272-2/+2
|/