summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-232-7/+3
|\ \ \ \
| * | | | ipv6: remove unused variables in esp6Stephen Hemminger2017-05-221-5/+0
| * | | | ah: use crypto_memneq to check the ICVSabrina Dubroca2017-05-191-2/+3
* | | | | udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni2017-06-221-0/+1
* | | | | tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2017-06-221-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-214-23/+14
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ipv6: Do not leak throw route referencesSerhey Popovych2017-06-202-18/+7
| * | | | ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan2017-06-181-2/+2
| * | | | ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan2017-06-161-0/+2
| * | | | ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-06-151-3/+3
* | | | | ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes2017-06-211-2/+69
* | | | | tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-191-7/+18
* | | | | tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-191-5/+7
* | | | | net: remove DST_NOCACHE flagWei Wang2017-06-172-8/+3
* | | | | net: remove DST_NOGC flagWei Wang2017-06-171-3/+2
* | | | | ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-172-48/+1
* | | | | ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-172-45/+19
* | | | | ipv6: call dst_hold_safe() properlyWei Wang2017-06-172-4/+4
* | | | | ipv6: call dst_dev_put() properlyWei Wang2017-06-171-0/+2
* | | | | ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-172-17/+50
* | | | | net: use loopback dev when generating blackhole routeWei Wang2017-06-171-4/+5
* | | | | udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2017-06-171-6/+5
OpenPOWER on IntegriCloud