aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-0/+1
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2-4/+6
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet1-1/+1
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet1-1/+1
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-4/+17
2017-06-06net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines1-1/+5
2017-06-06Revert "sit: reload iphdr in ipip6_rcv"David S. Miller1-1/+0
2017-06-04sit: reload iphdr in ipip6_rcvHaishuang Yan1-0/+1
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2-9/+19
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet2-2/+2
2017-06-04ipv6: Fix leak in ipv6_gso_segment().David S. Miller1-1/+3
2017-06-04ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie1-0/+3
2017-06-02ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2-0/+4
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern3-5/+7
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern1-2/+2
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+20
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2-14/+20
2017-05-26net: ipv6: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu1-8/+26
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2017-05-22net: ipv6: Add extack messages for route add failuresDavid Ahern2-8/+36
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern3-32/+43
2017-05-22ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-05-21ipv6: drop unused variables in seg6_genl_dumphacstephen hemminger1-4/+0
2017-05-21fou: make local function staticstephen hemminger1-8/+6
2017-05-21ila: propagate error code in ila_outputstephen hemminger1-1/+1
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-3/+0
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-14/+23
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2-3/+2
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller3-12/+12
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2-3/+3
2017-05-17ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek4-6/+16
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni1-1/+2
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+6
2017-05-15ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar1-1/+4
2017-05-11ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong1-0/+2
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-16/+40
2017-05-08net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko1-7/+1
2017-05-08ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2-2/+12
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet2-14/+28
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong2-11/+17
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+2
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2017-05-03net: ipv6: Do not duplicate DAD on link upDavid Ahern1-2/+3
2017-05-01ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller1-1/+1
2017-05-01ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek1-2/+2
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-74/+69
2017-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-5/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-23/+41
2017-04-26ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-2/+1