aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov1-7/+14
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov3-0/+41
2018-03-31net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov1-13/+24
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov1-0/+7
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-44/+79
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King1-1/+1
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern1-0/+1
2018-03-22ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun1-2/+3
2018-03-22ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun1-1/+1
2018-03-22net: Convert nf_ct_net_opsKirill Tkhai1-0/+1
2018-03-20ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio1-1/+1
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang1-26/+26
2018-03-16net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern1-0/+15
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern6-17/+41
2018-03-16net/ipv6: Refactor gateway validation on route addDavid Ahern1-54/+66
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-3/+9
2018-03-12net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni1-7/+14
2018-03-12ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller1-1/+1
2018-03-09ip6erspan: make sure enough headroom at xmit.William Tu1-0/+3
2018-03-09ip6erspan: improve error handling for erspan version number.William Tu1-0/+2
2018-03-09ip6gre: add erspan v2 to tunnel lookupWilliam Tu1-1/+2
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet3-2/+9
2018-03-09ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi1-1/+2
2018-03-08net: Convet ipv6_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert ip6 tables pernet_operationsKirill Tkhai5-0/+5
2018-03-07ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet1-1/+5
2018-03-07ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio1-29/+42
2018-03-07ipv6: ndisc: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-03-07xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman1-1/+2
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-25/+29
2018-03-05net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai1-0/+1
2018-03-05net: Convert log pernet_operationsKirill Tkhai1-0/+1
2018-03-04gre: add sequence number for collect md mode.William Tu1-5/+8
2018-03-04net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens1-1/+1
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2-2/+2
2018-03-04net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern3-17/+80
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern12-44/+65
2018-03-04net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hashDavid Ahern1-4/+10
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern1-2/+2
2018-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-18/+11
2018-03-01ipv6: allow userspace to add IFA_F_OPTIMISTIC addressesSabrina Dubroca1-1/+34
2018-03-01ipmr, ip6mr: Unite dumproute flowsYuval Mintz1-117/+39
2018-03-01ip6mr: Remove MFC_NOTIFY and refactor flagsYuval Mintz1-3/+0
2018-03-01ipmr, ip6mr: Unite vif seq functionsYuval Mintz1-45/+5
2018-03-01ipmr, ip6mr: Unite mfc seq logicYuval Mintz1-90/+7
2018-03-01ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz1-57/+17
2018-03-01ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz1-122/+126
2018-03-01ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz1-20/+10
2018-03-01mroute*: Make mr_table a common structYuval Mintz1-162/+139
2018-03-01ip6mr: Align hash implementation to ipmrYuval Mintz1-145/+168