summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: remove the check argument from __skb_gro_checksum_convertLi RongQing2020-01-031-1/+1
* net: Add device index to tcp_md5sigDavid Ahern2020-01-021-1/+19
* tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-021-19/+53
* ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern2020-01-021-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-317-15/+24
|\
| * sit: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-2/+2
| * ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-244-11/+20
* | ipv6: Remove old route notifications and convert listenersIdo Schimmel2019-12-242-62/+17
* | ipv6: Handle multipath route deletion notificationIdo Schimmel2019-12-241-0/+26
* | ipv6: Handle route deletion notificationIdo Schimmel2019-12-241-1/+43
* | ipv6: Only Replay routes of interest to new listenersIdo Schimmel2019-12-241-0/+40
* | ipv6: Notify multipath route if should be offloadedIdo Schimmel2019-12-241-0/+48
* | ipv6: Notify route if replacing currently offloaded oneIdo Schimmel2019-12-241-0/+7
* | ipv6: Notify newly added route if should be offloadedIdo Schimmel2019-12-241-0/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-4/+4
|\
| * ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu2019-12-131-4/+4
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-042-6/+7
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-047-12/+12
* 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
|\ \