summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-24netfilter: nf_flow_table: fix offloading connections with SNAT+DNATFelix Fietkau1-1/+1
2018-04-24netfilter: nf_flow_table: add missing condition for TCP state checkFelix Fietkau1-4/+8
2018-04-24netfilter: nf_flow_table: tear down TCP flows if RST or FIN was seenFelix Fietkau1-3/+27
2018-04-24netfilter: nf_flow_table: add support for sending flows back to the slow pathFelix Fietkau1-1/+49
2018-04-24netfilter: nf_flow_table: in flow_offload_lookup, skip entries being deletedFelix Fietkau1-2/+15
2018-04-24netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau1-8/+14
2018-04-24netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau1-6/+0
2018-04-24netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau2-20/+18
2018-04-24netfilter: nf_flow_table: fix priv pointer for netdev hookFelix Fietkau1-1/+1
2018-04-24netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau5-61/+72
2018-04-24netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependenciesFelix Fietkau1-2/+1
2018-04-24netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_tableFelix Fietkau2-232/+215
2018-04-24netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtuFelix Fietkau1-4/+2
2018-04-24netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_tableFelix Fietkau3-242/+247
2018-04-21netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.cFelix Fietkau2-0/+2
2018-04-21netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau3-30/+12
2018-04-21ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau1-22/+0
2018-04-19netfilter: nf_flow_table: clean up flow_offload_allocFelix Fietkau1-59/+34
2018-04-19netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo2-9/+14
2018-04-19ipv6: frags: fix a lockdep false positiveEric Dumazet1-11/+12
2018-04-19hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger1-0/+1
2018-04-18net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern3-49/+2
2018-04-18net/ipv6: Flip FIB entries to fib6_infoDavid Ahern5-200/+201
2018-04-18net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern6-147/+113
2018-04-18net/ipv6: introduce fib6_info struct and helpersDavid Ahern1-0/+60
2018-04-18net/ipv6: Cleanup exception and cache route handlingDavid Ahern2-77/+81
2018-04-18net/ipv6: Add gfp_flags to route add functionsDavid Ahern3-25/+34
2018-04-18net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2-15/+26
2018-04-18net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2-7/+26
2018-04-18net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern1-4/+25
2018-04-18net/ipv6: Add fib6_null_entryDavid Ahern2-32/+56
2018-04-18net/ipv6: move expires into rt6_infoDavid Ahern4-17/+19
2018-04-18net/ipv6: move metrics from dst to rt6_infoDavid Ahern4-210/+124
2018-04-18net/ipv6: Defer initialization of dst to data pathDavid Ahern1-41/+74
2018-04-18net/ipv6: Move nexthop data to fib6_nhDavid Ahern3-76/+94
2018-04-18net/ipv6: Save route type in rt6_infoDavid Ahern2-26/+22
2018-04-18net/ipv6: Move support functions up in route.cDavid Ahern1-60/+59
2018-04-18net/ipv6: Pass net namespace to route functionsDavid Ahern4-50/+59
2018-04-18net/ipv6: Pass net to fib6_update_sernumDavid Ahern2-7/+6
2018-04-18net: Handle null dst in rtnl_put_cacheinfoDavid Ahern1-3/+5
2018-04-18net: Move fib_convert_metrics to metrics fileDavid Ahern3-42/+57
2018-04-17ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi1-8/+5
2018-04-17net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas4-311/+147
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers1-7/+5
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra6-52/+37
2018-04-17net/ipv6: Make __inet6_bind staticDavid Ahern1-27/+26
2018-04-17xdp: avoid leaking info stored in frame data on page reuseJesper Dangaard Brouer1-0/+8