aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-03net/ipv6: remove the old peer route if change it to a new oneHangbin Liu1-4/+17
2020-03-03net/ipv6: need update peer route when modify metricHangbin Liu1-4/+16
2020-02-29net/ipv6: use configured metric when add peer routeHangbin Liu1-3/+3
2020-02-26ipv6: restrict IPV6_ADDRFORM operationEric Dumazet1-2/+8
2020-02-20net: ip6_gre: Distribute switch variables for initializationKees Cook2-7/+14
2020-02-16ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier1-0/+1
2020-02-16ipv6: Fix route replacement with dev-only routeBenjamin Poirier1-3/+4
2020-02-14net, ip6_tunnel: enhance tunnel locate with link checkWilliam Dauchy1-21/+47
2020-02-13icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld1-0/+34
2020-02-07ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet1-0/+3
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven1-3/+3
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal1-0/+3
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert1-2/+25
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-14/+19
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-0/+6
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau1-0/+7
2020-01-24ipv6_route_seq_next should increase position indexVasily Averin1-5/+2
2020-01-22net, ip6_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-21ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi1-1/+3
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-2/+13
2020-01-20net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom1-3/+0
2020-01-15xfrm: support output_mark for offload ESP packetsUlrich Weber1-0/+2
2020-01-14ipv6: Add "offload" and "trap" indications to routesIdo Schimmel1-0/+7
2020-01-14net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-2/+1
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel1-2/+11
2020-01-09tcp: Export TCP functions and ops structMat Martineau1-3/+3
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing1-1/+1
2020-01-02net: Add device index to tcp_md5sigDavid Ahern1-1/+19
2020-01-02tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern1-19/+53
2020-01-02ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern1-6/+9
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-15/+24
2019-12-24ipv6: Remove old route notifications and convert listenersIdo Schimmel2-62/+17
2019-12-24ipv6: Handle multipath route deletion notificationIdo Schimmel1-0/+26
2019-12-24ipv6: Handle route deletion notificationIdo Schimmel1-1/+43
2019-12-24ipv6: Only Replay routes of interest to new listenersIdo Schimmel1-0/+40
2019-12-24ipv6: Notify multipath route if should be offloadedIdo Schimmel1-0/+48
2019-12-24ipv6: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+7
2019-12-24ipv6: Notify newly added route if should be offloadedIdo Schimmel1-0/+18
2019-12-24sit: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu1-2/+2
2019-12-24ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu4-11/+20
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+4
2019-12-13ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu1-4/+4
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2-6/+7
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca7-12/+12
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski1-1/+1
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3