summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso2021-03-181-0/+3
* netfilter: flowtable: Make sure GC works periodically in idle systemYinjun Zhang2021-03-181-1/+1
* netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso2021-03-181-0/+15
* netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flagsPablo Neira Ayuso2021-03-181-1/+3
* netfilter: conntrack: Fix gre tunneling over ipv6Ludovic Senecaux2021-03-181-3/+0
* netfilter: ctnetlink: fix dump of the expect mask attributeFlorian Westphal2021-03-151-0/+1
* netfilter: x_tables: Use correct memory barriers.Mark Tomlinson2021-03-151-1/+1
* Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-151-15/+34
* 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
|/
* netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu2021-01-111-0/+1
* netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer2021-01-101-0/+3
* netfilter: nftables: add set expression flagsPablo Neira Ayuso2020-12-282-3/+12
* netfilter: nft_dynset: report EOPNOTSUPP on missing set featurePablo Neira Ayuso2020-12-281-3/+3
* netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal2020-12-271-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-12-182-26/+20
|\
| * netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2020-12-171-15/+5
| * netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2020-12-171-9/+13
| * netfilter: nftables: fix incorrect increment of loop counterColin Ian King2020-12-161-2/+2
* | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-1/+1
|\ \ | |/ |/|
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-12-1412-105/+450
|\ \