summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-08-161-2/+6
* ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-08-091-4/+2Star
* ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan2019-08-091-1/+2
* ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-281-1/+17
* ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-281-1/+1
* netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-07-101-3/+7
* netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-07-101-7/+5Star
* bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau2019-07-031-1/+1
* bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-07-031-1/+1
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-031-0/+4
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-221-3/+4
* ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz2019-06-111-5/+8
* ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2019-06-111-2/+10
* ipv6: Fix redirect with VRFDavid Ahern2019-06-041-0/+6
* ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-06-041-0/+2
* inet: switch IP ID generator to siphashEric Dumazet2019-06-041-14/+16
* xfrm: clean up xfrm protocol checksCong Wang2019-05-251-1/+1
* xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-05-251-0/+4
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-252-3/+16
* ipv6: fix src addr routing with the exception tableWei Wang2019-05-251-24/+27
* vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-161-1/+1
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-05-051-2/+2
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-05-051-6/+12
* ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-05-052-10/+3Star
* ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-051-20/+18Star
* netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu2019-05-041-0/+6
* net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov2019-04-271-189/+71Star
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-04-271-174/+66Star
* route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon2019-04-271-0/+4
* net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi2019-04-201-0/+3
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-04-201-1/+1
* net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-171-8/+13
* ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-171-0/+4
* ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-171-1/+3
* ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-171-2/+2
* ila: Fix rhashtable walker list corruptionHerbert Xu2019-04-031-0/+1
* tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-4/+4
* ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long2019-04-031-8/+10
* esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-03-231-1/+1
* ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-03-191-1/+5
* ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-03-191-5/+6
* ipv6: route: purge exception on removalPaolo Abeni2019-03-191-1/+12
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-191-1/+1
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-191-2/+3
* ipv6: Return error for RTA_VIA attributeDavid Ahern2019-03-101-0/+4
* net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-101-0/+1
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-101-1/+2
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-101-4/+4
* netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper2019-02-271-1/+3
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-271-1/+2