summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Eric Dumazet2018-04-241-2/+1Star
* net/ipv6: Fix missing rcu dereferences on fromDavid Ahern2018-04-231-5/+10
* net/ipv6: add rcu locking to ip6_negative_adviceDavid Ahern2018-04-231-0/+2
* net: fib_rules: add extack supportRoopa Prabhu2018-04-232-3/+7
* net/ipv6: Remove unncessary check on f6i in fib6_checkDavid Ahern2018-04-211-2/+1Star
* net/ipv6: Make from in rt6_info rcu protectedDavid Ahern2018-04-213-31/+82
* net/ipv6: Move release of fib6_info from pcpu routes to helperDavid Ahern2018-04-211-18/+23
* net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeDavid Ahern2018-04-211-3/+10
* net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_allocDavid Ahern2018-04-211-7/+6Star
* net/ipv6: Rename rt6_get_cookie_safeDavid Ahern2018-04-211-2/+2
* net/ipv6: Clean up rt expires helpersDavid Ahern2018-04-211-0/+9
* net/ipv6: Fix ip6_convert_metrics() bugEric Dumazet2018-04-201-11/+9Star
* net/ipv6: Fix gfp_flags arg to addrconf_prefix_routeDavid Ahern2018-04-191-2/+2
* net/ipv6: Remove fib6_idevDavid Ahern2018-04-192-21/+47
* net/ipv6: Remove unnecessary checks on fib6_idevDavid Ahern2018-04-191-22/+2Star
* net/ipv6: Remove aca_idevDavid Ahern2018-04-192-5/+2Star
* net/ipv6: Rename addrconf_dst_allocDavid Ahern2018-04-193-43/+43
* net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-195-238/+238
* ipv6: frags: fix a lockdep false positiveEric Dumazet2018-04-191-11/+12
* net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-183-49/+2Star
* net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-185-200/+201
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-186-147/+113Star
* net/ipv6: introduce fib6_info struct and helpersDavid Ahern2018-04-181-0/+60
* net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-182-77/+81
* net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-183-25/+34
* net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-182-15/+26
* net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-182-7/+26
* net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern2018-04-181-4/+25
* net/ipv6: Add fib6_null_entryDavid Ahern2018-04-182-32/+56
* net/ipv6: move expires into rt6_infoDavid Ahern2018-04-184-17/+19
* net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-183-210/+123Star
* net/ipv6: Defer initialization of dst to data pathDavid Ahern2018-04-181-41/+74
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-183-76/+94
* net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-182-26/+22Star
* net/ipv6: Move support functions up in route.cDavid Ahern2018-04-181-60/+59Star
* net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-184-50/+59
* net/ipv6: Pass net to fib6_update_sernumDavid Ahern2018-04-182-7/+6Star
* ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi2018-04-171-8/+5Star
* ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-175-50/+34Star
* net/ipv6: Make __inet6_bind staticDavid Ahern2018-04-171-27/+26Star
* tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-171-1/+1
* tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-171-0/+1
* ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr()Lorenzo Bianconi2018-04-171-2/+1Star
* net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-061-2/+5
* vti6: better validate user provided tunnel namesEric Dumazet2018-04-051-2/+5
* ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-4/+7
* ip6_gre: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-042-4/+0Star
* net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-041-1/+2