summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal2018-05-067-42/+22
* netfilter: ip6t_srh: extend SRH matching for previous, next and last SIDAhmed Abdelsalam2018-05-062-11/+205
* 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-062-5/+84
* 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-2710-6/+593
|\
| * 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-092-0/+5
| * netfilter: ipvs: Fix space before '[' error.Arvind Yadav2018-04-091-2/+2
* | netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal2018-04-275-29/+5
* | netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal2018-04-275-29/+4
* | netfilter: nf_tables: make meta expression builtinFlorian Westphal2018-04-275-29/+4
* | netfilter: merge meta_bridge into nft_metaFlorian Westphal2018-04-245-219/+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-242-15/+39
* | netfilter: xtables: use ipt_get_target_c instead of ipt_get_targetTaehee Yoo2018-04-241-1/+1
* | netfilter: ebtables: add ebt_get_target and ebt_get_target_cTaehee Yoo2018-04-242-9/+19
* | netfilter: x_tables: remove duplicate ip6t_get_target function callTaehee Yoo2018-04-241-1/+0
* | netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCHTaehee Yoo2018-04-242-5/+1
* | netfilter: ebtables: add ebt_free_table_info functionTaehee Yoo2018-04-241-24/+15
* | netfilter: add __exit mark to helper modulesTaehee Yoo2018-04-245-11/+5
* | netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-2436-71/+145
* | netfilter: nf_tables: Simplify set backend selectionPhil Sutter2018-04-245-143/+139
* | netfilter: nf_tables: initial support for extended ACK reportingPablo Neira Ayuso2018-04-241-93/+206
* | netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso2018-04-244-160/+110
* | 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-242-8/+16
* | netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau2018-04-242-7/+4
* | netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau2018-04-244-23/+19
* | netfilter: nf_flow_table: fix priv pointer for netdev hookFelix Fietkau2018-04-241-1/+1
* | netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau2018-04-246-65/+74
* | netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependenciesFelix Fietkau2018-04-241-2/+1
* | netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_tableFelix Fietkau2018-04-242-232/+215
* | netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtuFelix Fietkau2018-04-241-4/+2
* | netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_tableFelix Fietkau2018-04-243-242/+247
* | netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.cFelix Fietkau2018-04-212-0/+2
* | netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau2018-04-214-30/+14
* | ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau2018-04-213-24/+21
* | netfilter: nf_flow_table: clean up flow_offload_allocFelix Fietkau2018-04-191-59/+34
* | netfilter: nf_flow_table: use IP_CT_DIR_* values for FLOW_OFFLOAD_DIR_*Felix Fietkau2018-04-191-4/+4
* | netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo2018-04-193-26/+14
* | ipv6: frags: fix a lockdep false positiveEric Dumazet2018-04-191-11/+12
* | hv_netvsc: Add NetVSP v6 and v6.1 into version negotiationHaiyang Zhang2018-04-192-1/+166