summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet2017-10-241-3/+3
| * | | | | | ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet2017-10-241-3/+3
| * | | | | | ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet2017-10-241-7/+9
| * | | | | | ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet2017-10-241-10/+5
| * | | | | | ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet2017-10-241-18/+17
| * | | | | | tcp: add tracepoint trace_tcp_send_resetSong Liu2017-10-241-2/+8
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-2/+3
| |\ \ \ \ \ \
| * | | | | | | ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni2017-10-211-6/+6
| * | | | | | | ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni2017-10-211-1/+11
| * | | | | | | ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni2017-10-211-1/+3
| * | | | | | | net: Add extack to validator_info structs used for address notifierDavid Ahern2017-10-201-10/+12
| * | | | | | | net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern2017-10-202-11/+19
| * | | | | | | ipv6: addrconf: cleanup locking in ipv6_add_addrDavid Ahern2017-10-201-44/+60
| * | | | | | | ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-1810-6/+19
| * | | | | | | inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-182-4/+6
| * | | | | | | ipv6: check fn before doing FIB6_SUBTREE(fn)Wei Wang2017-10-161-4/+7
| * | | | | | | ipv6: addrconf: don't use rtnl mutex in RTM_GETADDRFlorian Westphal2017-10-111-7/+7
| * | | | | | | ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONFFlorian Westphal2017-10-111-10/+14
| * | | | | | | ipv6: fix incorrect bitwise operator used on rt6i_flagsColin Ian King2017-10-101-2/+2
| * | | | | | | ipv6: fix dereference of rt6_ex before null check errorColin Ian King2017-10-101-1/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-094-5/+5
| |\ \ \ \ \ \ \
| * | | | | | | | ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()Wei Wang2017-10-091-1/+1
| * | | | | | | | ipv6: addrlabel: remove refcountingEric Dumazet2017-10-091-29/+4
| * | | | | | | | ipv6: addrlabel: rework ip6addrlbl_get()Eric Dumazet2017-10-091-23/+13
| * | | | | | | | ipv6: avoid zeroing per cpu data againEric Dumazet2017-10-091-11/+1
| * | | | | | | | ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet2017-10-081-11/+6
| * | | | | | | | ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet2017-10-081-3/+1
| * | | | | | | | ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet2017-10-081-5/+3
| * | | | | | | | ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet2017-10-081-5/+3
| * | | | | | | | ipv6: ipv6_count_addresses() rcu conversionEric Dumazet2017-10-081-6/+6
| * | | | | | | | ipv6: prepare RCU lookups for idev->addr_listEric Dumazet2017-10-081-15/+6
| * | | | | | | | ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet2017-10-081-20/+6
| * | | | | | | | ipv6: take care of rt6_statsWei Wang2017-10-072-20/+38
| * | | | | | | | ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-073-221/+316
| * | | | | | | | ipv6: add key length check into rt6_select()Wei Wang2017-10-071-0/+14
| * | | | | | | | ipv6: check fn->leaf before it is usedWei Wang2017-10-072-13/+30
| * | | | | | | | ipv6: update fn_sernum after route is inserted to treeWei Wang2017-10-071-18/+21
| * | | | | | | | ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang2017-10-072-20/+54
| * | | | | | | | ipv6: don't release rt->rt6i_pcpu memory during rt6_release()Wei Wang2017-10-071-3/+0
| * | | | | | | | ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang2017-10-071-29/+29
| * | | | | | | | ipv6: hook up exception table to store dst cacheWei Wang2017-10-073-132/+72
| * | | | | | | | ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-073-10/+27
| * | | | | | | | ipv6: prepare fib6_age() for exception tableWei Wang2017-10-072-17/+69
| * | | | | | | | ipv6: prepare rt6_clean_tohost() for exception tableWei Wang2017-10-071-1/+47
| * | | | | | | | ipv6: prepare rt6_mtu_change() for exception tableWei Wang2017-10-071-0/+40
| * | | | | | | | ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang2017-10-071-0/+29
| * | | | | | | | ipv6: introduce a hash table to store dst cacheWei Wang2017-10-071-0/+341
| * | | | | | | | ipv6: introduce a new function fib6_update_sernum()Wei Wang2017-10-071-0/+14
| * | | | | | | | net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches2017-10-062-28/+20
| * | | | | | | | net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen2017-10-051-2/+1
OpenPOWER on IntegriCloud