summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* inet: do not call sublist_rcv on empty listFlorian Westphal2019-10-291-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-10-261-1/+1
|\
| * netfilter: nft_tproxy: Fix typo in IPv6 module description.Norman Rasmussen2019-10-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-204-8/+17
|\ \ | |/ |/|
| * net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-10-182-0/+6
| * Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar2019-10-162-12/+10
| * blackhole_netdev: fix syzkaller reported issueMahesh Bandewar2019-10-152-10/+12
| * tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-6/+7
| * tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-131-1/+1
| * tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2019-10-131-1/+2
| * tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-1/+1
| * ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan2019-10-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-055-10/+32
|\|
| * ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-041-5/+12
| * Revert "ipv6: Handle race in addrconf_dad_work"David Ahern2019-10-041-6/+5
| * udp: only do GSO if # of segs > 1Josh Hunt2019-10-031-4/+7
| * udp: fix gso_segs calculationsJosh Hunt2019-10-031-0/+2
| * ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-031-0/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-023-3/+3
| |\
| | * netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-013-3/+3
| * | ipv6: Handle race in addrconf_dad_workDavid Ahern2019-10-011-5/+6
| |/
* | net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-044-13/+24
* | net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko2019-10-041-12/+24
* | net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-042-5/+5
* | ipv6: minor code reorg in inet6_fill_ifla6_attrs()Nicolas Dichtel2019-10-011-4/+3
|/
* tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-2/+4
* ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet2019-09-271-7/+9
* ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-273-5/+7
* ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2019-09-261-1/+2
* net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-8/+8
* ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet2019-09-201-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-173-3/+6
|\
| * ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long2019-09-161-1/+1
| * udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-162-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-9/+14
|\|
| * ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-09-121-1/+1
| * ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski2019-09-071-1/+1
| * net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-051-5/+6
| * ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern2019-09-051-1/+1
| * net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski2019-09-051-2/+6
* | ip: support SO_MARK cmsgWillem de Bruijn2019-09-133-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-09-134-7/+6
|\ \
| * | netfilter: move nf_bridge_frag_data struct definition to a more appropriate h...Jeremy Sowden2019-09-131-2/+2
| * | netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header.Jeremy Sowden2019-09-132-4/+4
| * | netfilter: update include directives.Jeremy Sowden2019-09-131-1/+0
* | | ipv6: Don't use dst gateway directly in ip6_confirm_neigh()Stefano Brivio2019-09-111-1/+1
|/ /
* | ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu2019-09-071-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-2/+3
|\|
| * mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-08-281-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-9/+10
|\|