aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-16treewide: Remove uninitialized_var() usageKees Cook3-4/+4
2020-07-15netfilter: nf_tables: Fix a use after free in nft_immediate_destroy()Dan Carpenter1-2/+2
2020-07-15netfilter: nf_tables: fix nat hook table deletionFlorian Westphal1-27/+14
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2-2/+2
2020-07-13net: netfilter: kerneldoc fixesAndrew Lunn3-9/+9
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-5/+7
2020-07-08audit: use the proper gfp flags in the audit_log_nfcfg() callsPaul Moore1-4/+4
2020-07-04netfilter: nf_tables: reject unsupported chain flagsPablo Neira Ayuso1-0/+3
2020-07-04netfilter: nf_tables: add NFT_CHAIN_BINDINGPablo Neira Ayuso2-12/+125
2020-07-04netfilter: nf_tables: add nft_chain_add()Pablo Neira Ayuso1-8/+20
2020-07-04netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso1-2/+2
2020-07-04netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attributePablo Neira Ayuso1-3/+13
2020-07-04netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attributePablo Neira Ayuso1-4/+32
2020-07-04netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso1-3/+12
2020-07-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov1-5/+7
2020-07-03netfilter: conntrack: refetch conntrack after nf_conntrack_update()Pablo Neira Ayuso1-0/+2
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov2-17/+42
2020-06-30netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet4-5/+5
2020-06-30ipvs: register hooks only with servicesJulian Anastasov2-19/+84
2020-06-30netfilter: nft_set_pipapo: Drop useless assignment of scratch map index on insertStefano Brivio1-2/+0
2020-06-30netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana1-1/+2
2020-06-29audit: add gfp parameter to audit_log_nfcfgRichard Guy Briggs2-14/+24
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill29-0/+29
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King1-0/+2
2020-06-23audit: log nftables configuration change eventsRichard Guy Briggs1-0/+103
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu2-0/+2
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel1-45/+0
2020-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-25/+65
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-56/+56
2020-06-12netfilter: nf_tables: hook list memleak in flowtable deletionPablo Neira Ayuso1-7/+24
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxLinus Torvalds1-1/+1
2020-06-10netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso1-10/+22
2020-06-08netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio1-1/+5
2020-06-08netfilter: nft_set_rbtree: Don't account for expired elements on insertionStefano Brivio1-7/+14
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds14-304/+808
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-9/+5
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-135/+650
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso2-118/+1
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso2-9/+38
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso1-3/+3
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-36/+111
2020-05-27netfilter: nf_tables: skip flowtable hooknum and priority on device updatesPablo Neira Ayuso1-18/+35
2020-05-27netfilter: nf_tables: allow to register flowtable with no devicesPablo Neira Ayuso1-9/+11
2020-05-27netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso1-16/+97
2020-05-27netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso1-11/+86
2020-05-27netfilter: nf_tables: pass hook list to flowtable event notifierPablo Neira Ayuso1-5/+11
2020-05-27netfilter: nf_tables: add nft_flowtable_hooks_destroy()Pablo Neira Ayuso1-4/+11
2020-05-27netfilter: nf_tables: pass hook list to nft_{un,}register_flowtable_net_hooks()Pablo Neira Ayuso1-7/+10
2020-05-27netfilter: nf_tables: generalise flowtable hook parsingPablo Neira Ayuso1-11/+25
2020-05-27netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan5-71/+381