summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-0/+1
|\
| * ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-011-0/+1
* | net: display hw address of source machine during ipv6 DAD failureVishwanath Pai2017-11-012-7/+8
* | net: sit: Update lookup to handle links set to L3 slaveDavid Ahern2017-11-011-10/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-011-4/+4
|\ \
| * | ipv6: esp6: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-271-2/+2
| * | esp6: remove redundant initialization of esphColin Ian King2017-10-231-2/+2
* | | net: Add extack to fib_notifier_infoDavid Ahern2017-11-011-6/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-6/+14
|\ \ \ | | |/ | |/|
| * | ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-10-271-2/+7
| * | ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-10-271-4/+7
* | | ipv6: prevent user from adding cached routesWei Wang2017-10-291-0/+6
* | | tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2017-10-281-1/+1
* | | ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva2017-10-281-4/+1Star
* | | ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani2017-10-251-2/+4
* | | ipv6: add ip6_null_entry check in rt6_select()Wei Wang2017-10-241-1/+1
* | | ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet2017-10-241-3/+3
* | | ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet2017-10-241-8/+8
* | | 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/+5Star
* | | ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet2017-10-241-18/+17Star
* | | 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: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-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-121-7/+7
* | | ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONFFlorian Westphal2017-10-121-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-104-5/+5
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-1/+1
| |\ \
| | * | netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang2017-10-091-1/+1
| * | | ipv6: Fix traffic triggered IPsec connections.Steffen Klassert2017-10-091-1/+1
| * | | gso: fix payload length when gso_size is zeroAlexey Kodanev2017-10-081-1/+1
| * | | ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce2017-10-081-2/+2
* | | | ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()Wei Wang2017-10-101-1/+1
* | | | ipv6: addrlabel: remove refcountingEric Dumazet2017-10-091-29/+4Star
* | | | ipv6: addrlabel: rework ip6addrlbl_get()Eric Dumazet2017-10-091-23/+13Star
* | | | ipv6: avoid zeroing per cpu data againEric Dumazet2017-10-091-11/+1Star
* | | | ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet2017-10-091-11/+6Star