summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-067-4/+17
|\
| * net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-061-1/+5
| * Revert "sit: reload iphdr in ipip6_rcv"David S. Miller2017-06-061-1/+0
| * sit: reload iphdr in ipip6_rcvHaishuang Yan2017-06-041-0/+1
| * net: ping: do not abuse udp_poll()Eric Dumazet2017-06-042-2/+2
| * ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-041-1/+3
| * ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-041-0/+3
| * ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-06-022-0/+4
* | ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2017-06-042-9/+19
* | net: add extack arg to lwtunnel build stateDavid Ahern2017-05-303-5/+7
* | net: lwtunnel: Add extack to encap attr validationDavid Ahern2017-05-301-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-262-14/+20
|\ \ | |/
| * ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-262-14/+20
* | net: ipv6: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu2017-05-261-8/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-221-7/+8
|\ \ | |/
| * ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
* | net: ipv6: Add extack messages for route add failuresDavid Ahern2017-05-222-8/+36
* | net: ipv6: Plumb extack through route add functionsDavid Ahern2017-05-223-32/+43
* | ipv6: drop unused variables in seg6_genl_dumphacstephen hemminger2017-05-211-4/+0
* | fou: make local function staticstephen hemminger2017-05-211-8/+6
* | ila: propagate error code in ila_outputstephen hemminger2017-05-211-1/+1
* | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-186-14/+23
|\ \ | |/
| * udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-182-3/+2
| * ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-173-12/+12
| * ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-05-174-6/+16
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-172-3/+3
* | udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-161-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-152-1/+6
|\
| * ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar2017-05-151-1/+4
| * ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-05-111-0/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-094-16/+40
|\ \ \
| * | | ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-082-2/+12
| * | | tcp: randomize timestamps on syncookiesEric Dumazet2017-05-052-14/+28
* | | | net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko2017-05-081-7/+1
|/ / /
* | | ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-042-11/+17
* | | ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-041-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-1/+1
|\ \ \
| * | | netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 pathDave Johnson2017-04-251-1/+1
| |/ /
* | | net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-031-2/+3
* | | ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller2017-05-011-1/+1
* | | ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek2017-05-011-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-017-74/+69
|\ \ \
| * | | netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-3/+1
| * | | netfilter: masquerade: attach nat extension if not presentFlorian Westphal2017-04-261-1/+4
| * | | netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2017-04-261-6/+14
| * | | netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-34/+39
OpenPOWER on IntegriCloud