summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-272-9/+27
|\
| * vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-03-161-1/+1
| * ipv6: xfrm6_tunnel.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-271-1/+1
| * vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-02-061-7/+25
* | seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberPaolo Lungaroni2020-03-112-2/+2
* | ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu2020-03-101-0/+4
* | net/ipv6: remove the old peer route if change it to a new oneHangbin Liu2020-03-031-4/+17
* | net/ipv6: need update peer route when modify metricHangbin Liu2020-03-031-4/+16
* | net/ipv6: use configured metric when add peer routeHangbin Liu2020-02-291-3/+3
* | ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-02-261-2/+8
* | net: ip6_gre: Distribute switch variables for initializationKees Cook2020-02-202-7/+14
* | ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier2020-02-161-0/+1
* | ipv6: Fix route replacement with dev-only routeBenjamin Poirier2020-02-161-3/+4
* | net, ip6_tunnel: enhance tunnel locate with link checkWilliam Dauchy2020-02-141-21/+47
* | icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2020-02-131-0/+34
* | ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet2020-02-071-0/+3
|/
* mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven2020-01-301-3/+3
* mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-291-0/+3
* udp: Support UDP fraglist GRO/GSO.Steffen Klassert2020-01-271-2/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-266-14/+19
|\
| * ipv6_route_seq_next should increase position indexVasily Averin2020-01-241-5/+2
| * net, ip6_tunnel: fix namespaces moveWilliam Dauchy2020-01-221-3/+1
| * ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi2020-01-211-1/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-212-2/+13
| |\
| | * xfrm: support output_mark for offload ESP packetsUlrich Weber2020-01-151-0/+2
| | * vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-01-141-2/+11
| * | net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom2020-01-201-3/+0
| |/
* | mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-241-0/+6
* | mptcp: Add MPTCP socket stubsMat Martineau2020-01-241-0/+7
* | ipv6: Add "offload" and "trap" indications to routesIdo Schimmel2020-01-141-0/+7
* | net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-2/+1
* | tcp: Export TCP functions and ops structMat Martineau2020-01-091-3/+3
* | 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
|\