summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-222-3/+3
|\
| * net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMINMaciej Żenczykowski2019-11-211-2/+2
| * ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu2019-11-201-1/+1
* | seg6: allow local packet processing for SRv6 End.DT6 behaviorAndrea Mayer2019-11-221-4/+18
* | ipv6: introduce and uses route look hints for list input.Paolo Abeni2019-11-211-2/+24
* | ipv6: keep track of routes using srcPaolo Abeni2019-11-212-0/+7
* | net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-14/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-11-183-4/+4
|\ \
| * | netfilter: Support iif matches in POSTROUTINGPhil Sutter2019-11-152-3/+3
| * | netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-0/+11
|\ \ \ | |/ / |/| / | |/
| * seg6: fix skb transport_header after decap_and_validate()Andrea Mayer2019-11-161-0/+6
| * seg6: fix srh pointer in get_srh()Andrea Mayer2019-11-161-0/+5
* | netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-121-0/+1
* | netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-3/+10
|\|
| * ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet2019-11-071-3/+10
* | net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-061-1/+1
* | icmp: remove duplicate codeMatteo Croce2019-11-051-4/+1
* | ipv6: use jhash2() in rt6_exception_hash()Eric Dumazet2019-11-041-2/+2
* | net: icmp6: provide input address for traceroute6Francesco Ruggeri2019-11-031-5/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-024-4/+5
|\|
| * net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-302-2/+2
| * erspan: fix the tun_info options_len check for erspanXin Long2019-10-291-2/+2
| * ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)2019-10-221-0/+1
* | 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