summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | netfilter: nat: merge nf_nat_redirect into nf_natFlorian Westphal2018-05-293-10/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-2312-181/+749
| |\ \
| | * | netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso2018-05-233-19/+127
| | * | netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-234-26/+20
| | * | netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso2018-05-232-10/+13
| | * | netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso2018-05-231-3/+72
| | * | netfilter: make NF_OSF non-visible symbolFernando Fernandez Mancera2018-05-231-1/+1
| | * | netfilter: lift one-nat-hook-only restrictionFlorian Westphal2018-05-232-69/+2
| | * | netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-231-13/+18
| | * | netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal2018-05-231-0/+157
| | * | netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal2018-05-232-21/+59
| | * | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-7/+16
| | * | netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-231-0/+70
| | * | netfilter: nft_hash: add map lookups for hashing operationsLaura Garcia Liebana2018-05-171-1/+130
| | * | netfilter: nft_numgen: add map lookups for numgen random operationsLaura Garcia Liebana2018-05-171-4/+72
| | * | netfilter: nf_tables: remove old nf_log based tracingFlorian Westphal2018-05-171-22/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2111-85/+287
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-0652-907/+2240
| |\ \ \
| | * | | netfilter: nft_dynset: fix timeout updates on 32bitFlorian Westphal2018-05-071-1/+1
| | * | | netfilter: ctnetlink: export nf_conntrack_maxFlorent Fourcot2018-05-072-0/+4
| | * | | netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera2018-05-074-200/+225
| | * | | netfilter: nft_numgen: enable hashing of one elementLaura Garcia Liebana2018-05-061-1/+1
| | * | | netfilter: nft_numgen: add map lookups for numgen statementsLaura Garcia Liebana2018-05-061-5/+80
| | * | | ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang2018-04-271-0/+1
| | * | | ipvs: initialize tbl->entries after allocationCong Wang2018-04-271-0/+1
| | * | | Merge tag 'ipvs-for-v4.18' of http://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2018-04-279-6/+592
| | |\ \ \
| | | * | | ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithmsVincent Bernat2018-04-094-4/+8
| | | * | | netfilter: ipvs: Add configurations of Maglev hashingInju Song2018-04-092-0/+38
| | | * | | netfilter: ipvs: Add Maglev hashing schedulerInju Song2018-04-091-0/+540
| | | * | | netfilter: ipvs: Keep latest weight of destinationInju Song2018-04-091-0/+4
| | | * | | netfilter: ipvs: Fix space before '[' error.Arvind Yadav2018-04-091-2/+2
| | * | | | netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal2018-04-274-29/+4
| | * | | | netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal2018-04-274-29/+3
| | * | | | netfilter: nf_tables: make meta expression builtinFlorian Westphal2018-04-274-29/+3
| | * | | | netfilter: merge meta_bridge into nft_metaFlorian Westphal2018-04-241-32/+58
| | * | | | netfilter: nf_tables: always use an upper set size for dynsetsFlorian Westphal2018-04-241-1/+4
| | * | | | netfilter: nf_tables: support timeouts larger than 23 daysFlorian Westphal2018-04-241-13/+37
| | * | | | netfilter: add __exit mark to helper modulesTaehee Yoo2018-04-245-11/+5
| | * | | | netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-2414-39/+103
| | * | | | netfilter: nf_tables: Simplify set backend selectionPhil Sutter2018-04-244-124/+124
| | * | | | netfilter: nf_tables: initial support for extended ACK reportingPablo Neira Ayuso2018-04-241-93/+206
| | * | | | netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso2018-04-243-154/+104
| | * | | | netfilter: nf_flow_table: fix offloading connections with SNAT+DNATFelix Fietkau2018-04-241-1/+1
| | * | | | netfilter: nf_flow_table: add missing condition for TCP state checkFelix Fietkau2018-04-241-4/+8
| | * | | | netfilter: nf_flow_table: tear down TCP flows if RST or FIN was seenFelix Fietkau2018-04-241-3/+27
| | * | | | netfilter: nf_flow_table: add support for sending flows back to the slow pathFelix Fietkau2018-04-241-1/+49
| | * | | | netfilter: nf_flow_table: in flow_offload_lookup, skip entries being deletedFelix Fietkau2018-04-241-2/+15
| | * | | | netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau2018-04-241-8/+14
| | * | | | netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau2018-04-241-6/+0
| | * | | | netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau2018-04-242-20/+18