summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2020-04-02vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich
2020-04-02vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel
2020-03-20ipv6: restrict IPV6_ADDRFORM operationEric Dumazet
2020-03-11ipv6: Fix route replacement with dev-only routeBenjamin Poirier
2020-03-11ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-29inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet
2019-10-07ipv6: drop incoming packets having a v4mapped source addressEric Dumazet
2019-09-21ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET
2019-09-06inet: switch IP ID generator to siphashEric Dumazet
2019-08-04ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long
2019-06-22ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet
2019-06-11ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning
2019-06-11xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun
2019-05-16vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra
2019-05-16ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong
2019-05-16ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-05-16ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-04-27ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato
2019-04-27ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-04-27ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu
2019-04-03tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-04-03ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa
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