aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-07-24Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-07-24Merge remote-tracking branch 'ipsec/master'Stephen Rothwell
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-19ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko
2017-07-18xfrm: remove flow cacheFlorian Westphal
2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal
2017-07-17inet: Remove software UFO fragmenting code.David S. Miller
2017-07-17inet: Stop generating UFO packets.David S. Miller
2017-07-13esp: Fix memleaks on error paths.Steffen Klassert
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-04net, calipso: convert calipso_doi.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert xfrm6_tunnel_spi.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-03ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-30do_ipv6_setsockopt(): don't open-code memdup_user()Al Viro
2017-06-27ipv6: udp: leverage scratch area helpersPaolo Abeni
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-25net: ipv6: reset daddr and dport in sk if connect() failsWei Wang
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-23sit: use __GFP_NOWARN for user controlled allocationWANG Cong
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček
2017-06-22udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni
2017-06-22ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng
2017-06-22ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong
2017-06-22esp6_offload: Fix IP6CB(skb)->nhoff for ESP GROYossi Kuperman
2017-06-22xfrm6: Fix IPv6 payload_len in xfrm6_transport_finishYossi Kuperman
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-21ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes
2017-06-20ipv6: Do not leak throw route referencesSerhey Popovych
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande
2017-06-18ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan