summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-242-3/+3
* netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-241-10/+10
* netfilter: split nf_sockoptChristoph Hellwig2020-07-191-17/+13
* netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2020-07-191-5/+4
* netfilter: remove the compat_{get,set} methodsChristoph Hellwig2020-07-191-42/+0
* net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-132-2/+2
* net: netfilter: kerneldoc fixesAndrew Lunn2020-07-133-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-115-5/+7
|\
| * netfilter: conntrack: refetch conntrack after nf_conntrack_update()Pablo Neira Ayuso2020-07-031-0/+2
| * netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-06-304-5/+5
* | netfilter: nf_tables: reject unsupported chain flagsPablo Neira Ayuso2020-07-041-0/+3
* | netfilter: nf_tables: add NFT_CHAIN_BINDINGPablo Neira Ayuso2020-07-042-12/+125
* | netfilter: nf_tables: add nft_chain_add()Pablo Neira Ayuso2020-07-041-8/+20
* | netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso2020-07-041-2/+2
* | netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attributePablo Neira Ayuso2020-07-041-3/+13
* | netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attributePablo Neira Ayuso2020-07-041-4/+32
* | netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso2020-07-041-3/+12
* | ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-07-041-5/+7
* | ipvs: avoid expiring many connections from timerJulian Anastasov2020-07-012-17/+42
* | ipvs: register hooks only with servicesJulian Anastasov2020-06-302-19/+84
* | netfilter: nft_set_pipapo: Drop useless assignment of scratch map index on i...Stefano Brivio2020-06-301-2/+0
* | netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana2020-06-301-1/+2
|/
* netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-2529-0/+29
* netfilter: ipset: fix unaligned atomic accessRussell King2020-06-251-0/+2
* net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-192-0/+2
* netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-151-45/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-154-25/+65
|\
| * netfilter: nf_tables: hook list memleak in flowtable deletionPablo Neira Ayuso2020-06-121-7/+24
| * netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso2020-06-101-10/+22
| * netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio2020-06-081-1/+5
| * netfilter: nft_set_rbtree: Don't account for expired elements on insertionStefano Brivio2020-06-081-7/+14
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-56/+56
* | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+1
|\ \ | |/ |/|
| * netfilter: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0314-304/+808
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-06-016-135/+650
| |\ \
| | * | netfilter: nf_tables: skip flowtable hooknum and priority on device updatesPablo Neira Ayuso2020-05-271-18/+35
| | * | netfilter: nf_tables: allow to register flowtable with no devicesPablo Neira Ayuso2020-05-271-9/+11
| | * | netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso2020-05-271-16/+97
| | * | netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso2020-05-271-11/+86
| | * | netfilter: nf_tables: pass hook list to flowtable event notifierPablo Neira Ayuso2020-05-271-5/+11
| | * | netfilter: nf_tables: add nft_flowtable_hooks_destroy()Pablo Neira Ayuso2020-05-271-4/+11
| | * | netfilter: nf_tables: pass hook list to nft_{un,}register_flowtable_net_hooks()Pablo Neira Ayuso2020-05-271-7/+10
| | * | netfilter: nf_tables: generalise flowtable hook parsingPablo Neira Ayuso2020-05-271-11/+25
| | * | netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan2020-05-275-71/+381
| * | | net: remove indirect block netdev event registrationPablo Neira Ayuso2020-06-012-118/+1
| * | | net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso2020-06-012-9/+38
| * | | netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso2020-06-011-3/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-314-36/+111
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-154-8/+38
| |\ \ \