aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2019-09-16ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet
2019-09-12ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz
2019-09-12ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz
2019-09-12ipv6: Fix redirect with VRFDavid Ahern
2019-09-12ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning
2019-09-12inet: switch IP ID generator to siphashEric Dumazet
2019-08-02xfrm: clean up xfrm protocol checksCong Wang
2019-08-02xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun
2019-08-02ipv6: prevent possible fib6 leaksEric Dumazet
2019-08-02ipv6: fix src addr routing with the exception tableWei Wang
2019-05-30vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra
2019-05-23ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-05-23ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-05-23ipv6: fix races in ip6_dst_destroy()Eric Dumazet
2019-05-23ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau
2019-05-23netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu
2019-05-15net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov
2019-05-15net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-05-15ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun
2019-05-15net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov
2019-05-15ipv6: discard IP frag queue on more errorsPeter Oskolkov
2019-05-15ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2019-05-15ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2019-05-15ip: use rb trees for IP frag queue.Peter Oskolkov
2019-05-15ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2019-05-15route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon
2019-05-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2019-05-05net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi
2019-05-05ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-05-05ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu
2019-05-05ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato
2019-04-07tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-04-07ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long
2019-03-26esp: Skip TX bytes accounting when sending from a request socketMartin Willi
2019-03-20ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni
2019-03-20ipv6: route: purge exception on removalPaolo Abeni
2019-03-20net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2019-03-20net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-16ipv6: Return error for RTA_VIA attributeDavid Ahern
2019-03-16net: sit: fix memory leak in sit_init_net()Mao Wenan
2019-03-16ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu
2019-03-16ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel
2019-03-08sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-03-08ipv6: propagate genlmsg_reply return codeLi RongQing
2019-03-08bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov
2019-03-08net: fix IPv6 prefix route residueZhiqiang Liu
2019-03-01xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing
2019-02-19ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan
2019-02-19net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi
2019-02-19net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi