summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2020-01-24ipv6_route_seq_next should increase position indexVasily Averin-5/+2
2020-01-22net, ip6_tunnel: fix namespaces moveWilliam Dauchy-3/+1
2020-01-21ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi-1/+3
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-2/+13
2020-01-20net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom-3/+0
2020-01-15xfrm: support output_mark for offload ESP packetsUlrich Weber-0/+2
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel-2/+11
2019-12-24sit: do not confirm neighbor when do pmtu updateHangbin Liu-1/+1
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu-1/+1
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu-2/+2
2019-12-24ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu-1/+1
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu-11/+20
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-4/+4
2019-12-13ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu-4/+4
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-2/+2
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca-6/+7
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca-12/+12
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski-1/+1
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2019-11-22seg6: allow local packet processing for SRv6 End.DT6 behaviorAndrea Mayer-4/+18
2019-11-21net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMINMaciej Żenczykowski-2/+2
2019-11-21ipv6: introduce and uses route look hints for list input.Paolo Abeni-2/+24
2019-11-21ipv6: keep track of routes using srcPaolo Abeni-0/+7
2019-11-21net: Fix Kconfig indentation, continuedKrzysztof Kozlowski-14/+14
2019-11-20ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu-1/+1
2019-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-4/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+11
2019-11-16seg6: fix skb transport_header after decap_and_validate()Andrea Mayer-0/+6
2019-11-16seg6: fix srh pointer in get_srh()Andrea Mayer-0/+5
2019-11-15netfilter: Support iif matches in POSTROUTINGPhil Sutter-3/+3
2019-11-15netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso-1/+1
2019-11-12netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso-0/+1
2019-11-12netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso-0/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+10
2019-11-07ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet-3/+10
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet-1/+1
2019-11-05icmp: remove duplicate codeMatteo Croce-4/+1
2019-11-04ipv6: use jhash2() in rt6_exception_hash()Eric Dumazet-2/+2
2019-11-03net: icmp6: provide input address for traceroute6Francesco Ruggeri-5/+17
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+5
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet-2/+2
2019-10-29inet: do not call sublist_rcv on empty listFlorian Westphal-1/+2
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long-2/+2
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-1/+1
2019-10-22ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)-0/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+17
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet-0/+6
2019-10-17netfilter: nft_tproxy: Fix typo in IPv6 module description.Norman Rasmussen-1/+1
2019-10-16Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar-12/+10
2019-10-15blackhole_netdev: fix syzkaller reported issueMahesh Bandewar-10/+12