summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-181-0/+1
* ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-11-181-2/+7
* ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-11-181-4/+7
* ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-11-182-2/+3
* ipv6: Fix traffic triggered IPsec connections.Steffen Klassert2017-11-181-1/+1
* gso: fix payload length when gso_size is zeroAlexey Kodanev2017-11-181-1/+1
* ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long2017-10-121-2/+3
* ip6_gre: ip6gre_tap device should keep dstXin Long2017-10-121-0/+1
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-10-121-1/+2
* net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning2017-10-121-2/+3
* ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long2017-10-121-0/+3
* ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2017-10-121-10/+11
* udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-10-121-0/+1
* tcp: fix a request socket leakEric Dumazet2017-09-201-3/+3
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-201-1/+1
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-201-6/+19
* ip6_gre: update mtu properly in ip6gre_errXin Long2017-09-201-1/+3
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-202-18/+6
* ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long2017-08-291-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-291-3/+4
|\
| * esp: Fix skb tailroom calculationSteffen Klassert2017-08-251-1/+1
| * esp: Fix locking on page fragment allocationSteffen Klassert2017-08-251-2/+3
* | ipv6: set dst.obsolete when a cached route has expiredXin Long2017-08-282-2/+5
* | ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-283-6/+10
* | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-251-1/+10
* | ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert2017-08-251-1/+1
|/
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-08-222-7/+27
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-222-5/+6
|\
| * esp: Fix error handling on layer 2 xmit.Steffen Klassert2017-08-071-1/+1
| * esp: Fix memleaks on error paths.Steffen Klassert2017-07-131-4/+5
* | ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio2017-08-221-4/+2
* | ipv6: repair fib6 tree in failure caseWei Wang2017-08-201-13/+11
* | ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-181-0/+4
* | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-181-1/+2
* | ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-151-3/+3
* | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-141-2/+2
* | ipv6: release rt6->rt6i_idev properly during ifdownWei Wang2017-08-141-8/+5
* | udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-101-3/+4
* | net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-081-1/+1
* | ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-031-8/+3
* | udp6: fix jumbogram receptionPaolo Abeni2017-07-312-1/+11
* | udp6: fix socket leak on early demuxPaolo Abeni2017-07-291-9/+18
* | ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-07-251-4/+0
* | ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-07-191-2/+6
* | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-181-0/+1
|/
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-062-11/+2
* Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-8/+3
|\
| * do_ipv6_setsockopt(): don't open-code memdup_user()Al Viro2017-06-301-8/+3
* | net, calipso: convert calipso_doi.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-6/+6
* | net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+5
OpenPOWER on IntegriCloud