summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet
2017-11-01net: display hw address of source machine during ipv6 DAD failureVishwanath Pai
2017-11-01net: sit: Update lookup to handle links set to L3 slaveDavid Ahern
2017-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29ipv6: prevent user from adding cached routesWei Wang
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet
2017-10-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva
2017-10-27ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long
2017-10-27ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long
2017-10-27ipv6: esp6: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani
2017-10-24ipv6: add ip6_null_entry check in rt6_select()Wei Wang
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet
2017-10-24ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet
2017-10-24ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet
2017-10-24ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet
2017-10-24ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu
2017-10-23esp6: remove redundant initialization of esphColin Ian King
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-10-21ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni
2017-10-21ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni
2017-10-21ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern
2017-10-20net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern
2017-10-20ipv6: addrconf: cleanup locking in ipv6_add_addrDavid Ahern
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook
2017-10-16ipv6: check fn before doing FIB6_SUBTREE(fn)Wei Wang
2017-10-11ipv6: addrconf: don't use rtnl mutex in RTM_GETADDRFlorian Westphal
2017-10-11ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONFFlorian Westphal
2017-10-10ipv6: fix incorrect bitwise operator used on rt6i_flagsColin Ian King
2017-10-10ipv6: fix dereference of rt6_ex before null check errorColin Ian King
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()Wei Wang
2017-10-09ipv6: addrlabel: remove refcountingEric Dumazet
2017-10-09ipv6: addrlabel: rework ip6addrlbl_get()Eric Dumazet
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-10-09ipv6: avoid zeroing per cpu data againEric Dumazet
2017-10-09ipv6: Fix traffic triggered IPsec connections.Steffen Klassert