aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-21netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau1-14/+3
2018-04-21ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau1-22/+0
2018-04-20net/ipv6: Fix ip6_convert_metrics() bugEric Dumazet1-11/+9
2018-04-19net/ipv6: Fix gfp_flags arg to addrconf_prefix_routeDavid Ahern1-2/+2
2018-04-19net/ipv6: Remove fib6_idevDavid Ahern2-21/+47
2018-04-19net/ipv6: Remove unnecessary checks on fib6_idevDavid Ahern1-22/+2
2018-04-19net/ipv6: Remove aca_idevDavid Ahern2-5/+2
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern3-43/+43
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern5-238/+238
2018-04-19netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso1-27/+28
2018-04-18ipv6: frags: fix a lockdep false positiveEric Dumazet1-11/+12
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern3-49/+2
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern5-200/+201
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern6-147/+113
2018-04-17net/ipv6: introduce fib6_info struct and helpersDavid Ahern1-0/+60
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern2-77/+81
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern3-25/+34
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2-15/+26
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2-7/+26
2018-04-17net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern1-4/+25
2018-04-17net/ipv6: Add fib6_null_entryDavid Ahern2-32/+56
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern4-17/+19
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern3-210/+123
2018-04-17net/ipv6: Defer initialization of dst to data pathDavid Ahern1-41/+74
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern3-76/+94
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern2-26/+22
2018-04-17net/ipv6: Move support functions up in route.cDavid Ahern1-60/+59
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern4-50/+59
2018-04-17net/ipv6: Pass net to fib6_update_sernumDavid Ahern2-7/+6
2018-04-17ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi1-8/+5
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra5-50/+34
2018-04-17net/ipv6: Make __inet6_bind staticDavid Ahern1-27/+26
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet1-1/+1
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet1-0/+1
2018-04-16ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr()Lorenzo Bianconi1-2/+1
2018-04-05net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill1-2/+5
2018-04-05vti6: better validate user provided tunnel namesEric Dumazet1-2/+5
2018-04-05ip6_tunnel: better validate user provided tunnel namesEric Dumazet1-4/+7
2018-04-05ip6_gre: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-05ipv6: sit: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2-4/+0
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni1-1/+2
2018-04-04ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev1-19/+2
2018-04-04ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev1-5/+5
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev3-5/+14
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2-8/+18
2018-04-02ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet1-1/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-34/+55
2018-04-01ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet1-5/+12
2018-04-01ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init()Alexey Kodanev1-1/+0