summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-09-20ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert
2017-09-20ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-09-20ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-09-20ip6_gre: update mtu properly in ip6gre_errXin Long
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-09-20ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long
2017-09-20ipv6: set dst.obsolete when a cached route has expiredXin Long
2017-09-20udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni
2017-09-20ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-09-20ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-09-20ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio
2017-08-30ipv6: repair fib6 tree in failure caseWei Wang
2017-08-30ipv6: reset fn->rr_ptr when replacing routeWei Wang
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-12ipv6: set rt6i_protocol properly in the route when it is installedXin Long
2017-08-11udp6: fix socket leak on early demuxPaolo Abeni
2017-08-11ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio
2017-08-11ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca
2017-08-11ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko
2017-07-21net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
2017-07-21ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca
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-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-22ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
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-20ipv6: Do not leak throw route referencesSerhey Popovych
2017-06-18ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan
2017-06-16ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan
2017-06-15ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer
2017-06-12proc: snmp6: Use correct type in memsetChristian Perle
2017-06-08ila_xlat: add missing hash secret initializationArnd Bergmann
2017-06-08net: ipv6: Release route when device is unregisteringDavid Ahern
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-06net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines
2017-06-06Revert "sit: reload iphdr in ipip6_rcv"David S. Miller
2017-06-04sit: reload iphdr in ipip6_rcvHaishuang Yan
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-04ipv6: Fix leak in ipv6_gso_segment().David S. Miller
2017-06-04ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie
2017-06-02ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson
2017-05-22ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller