summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-032-18/+6Star
* ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long2017-08-291-1/+0Star
* 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-292-2/+5
* | ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-293-6/+10
* | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-261-1/+10
* | ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert2017-08-261-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/+2Star
* | ipv6: repair fib6 tree in failure caseWei Wang2017-08-211-13/+11Star
* | ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-191-0/+4
* | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-191-1/+2
* | ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-161-3/+3
* | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-151-2/+2
* | ipv6: release rt6->rt6i_idev properly during ifdownWei Wang2017-08-151-8/+5Star
* | 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-091-1/+1
* | ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-041-8/+3Star
* | udp6: fix jumbogram receptionPaolo Abeni2017-08-012-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-261-4/+0Star
* | ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-07-201-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/+2Star
* Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-061-8/+3Star
|\
| * do_ipv6_setsockopt(): don't open-code memdup_user()Al Viro2017-06-301-8/+3Star
* | 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
* | net, ipv6: convert xfrm6_tunnel_spi.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+4
* | net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* | net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-9/+9
* | net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* | net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* | net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-042-3/+3
* | ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-07-031-9/+9
* | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-014-7/+7
* | net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-012-3/+3
* | net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-012-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-308-8/+45
|\ \
| * | net: ipv6: reset daddr and dport in sk if connect() failsWei Wang2017-06-252-2/+9
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-232-1/+26
| |\ \
| | * | esp6_offload: Fix IP6CB(skb)->nhoff for ESP GROYossi Kuperman2017-06-221-0/+25
| | * | xfrm6: Fix IPv6 payload_len in xfrm6_transport_finishYossi Kuperman2017-06-221-1/+1
| * | | sit: use __GFP_NOWARN for user controlled allocationWANG Cong2017-06-231-1/+1