summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: make meta expression builtinFlorian Westphal2018-04-274-29/+3
* netfilter: merge meta_bridge into nft_metaFlorian Westphal2018-04-244-175/+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: 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-241-9/+13
* 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-241-1/+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-2429-60/+124
* 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
* 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-245-61/+72
* 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-213-30/+12
* ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau2018-04-211-22/+0
* netfilter: nf_flow_table: clean up flow_offload_allocFelix Fietkau2018-04-191-59/+34
* netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo2018-04-192-9/+14
* ipv6: frags: fix a lockdep false positiveEric Dumazet2018-04-181-11/+12
* hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger2018-04-181-0/+1
* net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-173-49/+2
* net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-175-200/+201
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-176-147/+113
* net/ipv6: introduce fib6_info struct and helpersDavid Ahern2018-04-171-0/+60
* net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-172-77/+81
* net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-173-25/+34
* net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-172-15/+26
* net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-172-7/+26
* net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern2018-04-171-4/+25
* net/ipv6: Add fib6_null_entryDavid Ahern2018-04-172-32/+56
* net/ipv6: move expires into rt6_infoDavid Ahern2018-04-174-17/+19
* net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-174-210/+124
* net/ipv6: Defer initialization of dst to data pathDavid Ahern2018-04-171-41/+74
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-173-76/+94
* net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-172-26/+22
OpenPOWER on IntegriCloud