summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2019-03-23net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2019-03-23net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-23netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso
2019-03-23udplite: call proper backlog handlersEric Dumazet
2019-03-23ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel
2019-03-23sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu
2019-02-20xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing
2019-02-08ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2019-02-08ip: use rb trees for IP frag queue.Peter Oskolkov
2019-02-08ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2019-02-08inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2019-02-08ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet
2019-02-08inet: frags: break the 2GB limit for frags storageEric Dumazet
2019-02-08inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2019-02-08inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2019-02-08inet: frags: remove some helpersEric Dumazet
2019-02-08inet: frags: use rhashtables for reassembly unitsEric Dumazet
2019-02-08inet: frags: refactor ipv6_frag_init()Eric Dumazet
2019-02-08inet: frags: add a pointer to struct netns_fragsEric Dumazet
2019-02-08inet: frags: change inet_frags_init_net() return valueEric Dumazet
2019-02-06ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2019-01-26ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern
2019-01-26ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern
2019-01-26ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn
2019-01-26ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet
2019-01-13ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang
2019-01-13ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-11-27ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-11-10net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern
2018-11-10ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio
2018-11-10ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet
2018-11-10vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel
2018-11-10ipv6: orphan skbs in reassembly unitEric Dumazet
2018-11-10xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo
2018-10-20net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill
2018-10-20ip6_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-08-24ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-08-15ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn
2018-07-28ip: hash fragments consistentlyPaolo Abeni
2018-07-22Revert "sit: reload iphdr in ipip6_rcv"David S. Miller