summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-102-4/+5
|\
| * netfilter: nft_set_rbtree: Use sequence counter with associated rwlockAhmed S. Darwish2020-07-291-2/+2
| * netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0535-255/+554
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-045-19/+43
| |\ \
| | * | netfilter: flowtable: Set offload timeout when adding flowRoi Dayan2020-08-031-0/+2
| | * | netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan2020-08-031-12/+0
| | * | netfilter: nft_meta: fix iifgroup matchingFlorian Westphal2020-08-021-1/+1
| | * | netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal2020-07-312-6/+40
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-0327-82/+137
| |\ \ \
| | * | | netfilter: nf_tables: report EEXIST on overlapsPablo Neira Ayuso2020-08-021-9/+7
| | * | | netfilter: nf_tables: extended netlink error reporting for expressionsPablo Neira Ayuso2020-08-021-1/+6
| | * | | netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-297-8/+8
| | * | | netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-2216-35/+33
| | * | | ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim2020-07-223-27/+81
| | * | | netfilter: nf_tables: Fix a use after free in nft_immediate_destroy()Dan Carpenter2020-07-151-2/+2
| * | | | net: remove sockptr_advanceChristoph Hellwig2020-07-281-3/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-31/+22
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | 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: 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
* | | | Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-042-2/+115
|\ \ \ \
| * | | | audit: use the proper gfp flags in the audit_log_nfcfg() callsPaul Moore2020-07-081-4/+4
| * | | | audit: add gfp parameter to audit_log_nfcfgRichard Guy Briggs2020-06-292-14/+24
| * | | | audit: log nftables configuration change eventsRichard Guy Briggs2020-06-231-0/+103
* | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-043-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-163-4/+4
| | |/ / | |/| |
* | | | ipvs: fix the connection sync failed in some casesguodeqing2020-07-221-4/+8
* | | | netfilter: nf_tables: fix nat hook table deletionFlorian Westphal2020-07-151-27/+14
| |_|/ |/| |
* | | 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: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-2529-0/+29
* | netfilter: ipset: fix unaligned atomic accessRussell King2020-06-251-0/+2