summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-237-44/+79
|\
| * net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1
| * ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun2018-03-221-2/+3
| * ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun2018-03-221-1/+1
| * ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio2018-03-201-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-133-3/+9
| |\
| | * xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2018-03-071-1/+2
| | * xfrm: reuse uncached_list to track xdstsXin Long2018-02-162-2/+7
| * | net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni2018-03-121-7/+14
| * | ip6erspan: make sure enough headroom at xmit.William Tu2018-03-091-0/+3
| * | ip6erspan: improve error handling for erspan version number.William Tu2018-03-091-0/+2
| * | ip6gre: add erspan v2 to tunnel lookupWilliam Tu2018-03-091-1/+2
| * | ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi2018-03-091-1/+2
| * | ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio2018-03-071-29/+42
* | | gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King2018-03-221-1/+1
* | | net: Convert nf_ct_net_opsKirill Tkhai2018-03-221-0/+1
* | | udp: Move the udp sysctl to namespace.Tonghao Zhang2018-03-161-26/+26
* | | net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern2018-03-161-0/+15
* | | net/ipv6: Change address check to always take a device argumentDavid Ahern2018-03-166-17/+41
* | | net/ipv6: Refactor gateway validation on route addDavid Ahern2018-03-161-54/+66
* | | ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller2018-03-121-1/+1
* | | net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-093-2/+9
* | | net: Convet ipv6_net_opsKirill Tkhai2018-03-081-0/+1
* | | net: Convert ip6 tables pernet_operationsKirill Tkhai2018-03-085-0/+5
* | | ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet2018-03-071-1/+5
* | | ipv6: ndisc: use true and false for boolean valuesGustavo A. R. Silva2018-03-071-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-069-25/+29
|\| |
| * | net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens2018-03-041-1/+1
| * | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-042-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-024-18/+11
| |\ \
| | * | netfilter: use skb_to_full_sk in ip6_route_me_harderEric Dumazet2018-02-251-4/+5
| | * | netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal2018-02-252-14/+2
| | * | netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2018-02-251-0/+4
| * | | sit: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-0/+7
| * | | ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-4/+8
| |/ /
* | | net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai2018-03-051-0/+1
* | | net: Convert log pernet_operationsKirill Tkhai2018-03-051-0/+1
* | | gre: add sequence number for collect md mode.William Tu2018-03-041-5/+8
* | | net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern2018-03-043-17/+80
* | | net/ipv6: Pass skb to route lookupDavid Ahern2018-03-0412-44/+65
* | | net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hashDavid Ahern2018-03-041-4/+10
* | | net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern2018-03-041-2/+2
* | | ipv6: allow userspace to add IFA_F_OPTIMISTIC addressesSabrina Dubroca2018-03-011-1/+34
* | | ipmr, ip6mr: Unite dumproute flowsYuval Mintz2018-03-011-117/+39
* | | ip6mr: Remove MFC_NOTIFY and refactor flagsYuval Mintz2018-03-011-3/+0
* | | ipmr, ip6mr: Unite vif seq functionsYuval Mintz2018-03-011-45/+5
* | | ipmr, ip6mr: Unite mfc seq logicYuval Mintz2018-03-011-90/+7
* | | ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz2018-03-011-57/+17
* | | ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz2018-03-011-122/+126
* | | ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz2018-03-011-20/+10