summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani
2017-10-24netfilter: conntrack: make l3proto trackers constFlorian Westphal
2017-10-24netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal
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
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang
2017-10-08ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet
2017-10-08ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet
2017-10-08ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet
2017-10-08ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet
2017-10-08ipv6: ipv6_count_addresses() rcu conversionEric Dumazet
2017-10-08ipv6: prepare RCU lookups for idev->addr_listEric Dumazet
2017-10-08ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev
2017-10-07ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce
2017-10-07ipv6: take care of rt6_statsWei Wang
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang