summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* udp: disable gso with no_check_txWillem de Bruijn2018-05-011-0/+4
* ipv6: sr: extract the right key values for "seg6_make_flowlabel"Ahmed Abdelsalam2018-04-301-1/+1
* erspan: auto detect truncated packets.William Tu2018-04-301-0/+6
* tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet2018-04-301-0/+2
* udp: add gso segment cmsgWillem de Bruijn2018-04-261-1/+4
* udp: paged allocation with gsoWillem de Bruijn2018-04-261-5/+14
* udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-262-5/+24
* udp: add udp gsoWillem de Bruijn2018-04-262-3/+22
* udp: expose inet cork to udpWillem de Bruijn2018-04-262-11/+12
* ipv6: addrconf: don't evaluate keep_addr_on_down twiceIvan Vecera2018-04-251-13/+10Star
* ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam2018-04-252-2/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-253-28/+31
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-04-231-27/+28
| |\
| | * netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso2018-04-191-27/+28
| * | ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-231-0/+2
| * | ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam2018-04-231-1/+1
| |/
* | 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