summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * | | net: account for current skb length when deciding about UFOMichal Kubeček2017-06-231-1/+1
| * | | ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-06-221-2/+3
| * | | ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-06-221-1/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-301-5/+5
|\ \ \ \
| * | | | netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-5/+5
* | | | | ipv6: udp: leverage scratch area helpersPaolo Abeni2017-06-271-5/+9
* | | | | net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-264-6/+11
* | | | | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-264-4/+8
* | | | | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-264-4/+8
OpenPOWER on IntegriCloud