aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-181/+749
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso3-19/+127
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso4-26/+20
2018-05-23netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso2-10/+13
2018-05-23netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso1-3/+72
2018-05-23netfilter: make NF_OSF non-visible symbolFernando Fernandez Mancera1-1/+1
2018-05-23netfilter: lift one-nat-hook-only restrictionFlorian Westphal2-69/+2
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal1-13/+18
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal1-0/+157
2018-05-23netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal2-21/+59
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal1-7/+16
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal1-0/+70
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-85/+287
2018-05-17netfilter: nft_hash: add map lookups for hashing operationsLaura Garcia Liebana1-1/+130
2018-05-17netfilter: nft_numgen: add map lookups for numgen random operationsLaura Garcia Liebana1-4/+72
2018-05-17netfilter: nf_tables: remove old nf_log based tracingFlorian Westphal1-22/+7
2018-05-14netfilter: nf_tables: fix memory leak on error exit returnColin Ian King1-2/+4
2018-05-09netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2-7/+54
2018-05-09netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal1-1/+63
2018-05-09netfilter: nft_compat: prepare for indirect info storageFlorian Westphal1-11/+36
2018-05-08netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal1-7/+14
2018-05-08netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributesFlorian Westphal2-4/+5
2018-05-08netfilter: core: add missing __rcu annotationFlorian Westphal1-1/+2
2018-05-08ipvs: fix stats update from local clientsJulian Anastasov1-0/+12
2018-05-08ipvs: fix refcount usage for conns in ops modeJulian Anastasov1-11/+6
2018-05-08netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal1-34/+58
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller52-907/+2240
2018-05-07netfilter: nft_dynset: fix timeout updates on 32bitFlorian Westphal1-1/+1
2018-05-07netfilter: ctnetlink: export nf_conntrack_maxFlorent Fourcot2-0/+4
2018-05-07netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera4-200/+225
2018-05-06netfilter: nft_numgen: enable hashing of one elementLaura Garcia Liebana1-1/+1
2018-05-06netfilter: nft_numgen: add map lookups for numgen statementsLaura Garcia Liebana1-5/+80
2018-04-27netfilter: nf_tables: skip synchronize_rcu if transaction log is emptyFlorian Westphal1-8/+17
2018-04-27netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal1-0/+6
2018-04-27netfilter: Fix handling simultaneous open in TCP conntrackJozsef Kadlecsik1-0/+11
2018-04-27ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang1-0/+1
2018-04-27ipvs: initialize tbl->entries after allocationCong Wang1-0/+1
2018-04-27Merge tag 'ipvs-for-v4.18' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso9-6/+592
2018-04-27netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal4-29/+4
2018-04-27netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal4-29/+3
2018-04-27netfilter: nf_tables: make meta expression builtinFlorian Westphal4-29/+3
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-139/+166
2018-04-24netfilter: merge meta_bridge into nft_metaFlorian Westphal1-32/+58
2018-04-24netfilter: nf_tables: always use an upper set size for dynsetsFlorian Westphal1-1/+4
2018-04-24netfilter: nf_tables: support timeouts larger than 23 daysFlorian Westphal1-13/+37
2018-04-24netfilter: add __exit mark to helper modulesTaehee Yoo5-11/+5
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre14-39/+103
2018-04-24netfilter: nf_tables: Simplify set backend selectionPhil Sutter4-124/+124
2018-04-24netfilter: nf_tables: initial support for extended ACK reportingPablo Neira Ayuso1-93/+206
2018-04-24netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso3-154/+104