summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2019-05-04netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu1-0/+6
2019-04-27net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov1-189/+71
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov1-174/+66
2019-04-27route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon1-0/+4
2019-04-20net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi1-0/+3
2019-04-20xfrm: destroy xfrm_state synchronously on net exit pathCong Wang1-1/+1
2019-04-17net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi1-8/+13
2019-04-17ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi1-0/+4
2019-04-17ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu1-1/+3
2019-04-17ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato1-2/+2
2019-04-03ila: Fix rhashtable walker list corruptionHerbert Xu1-0/+1
2019-04-03tcp: do not use ipv6 header for ipv4 flowEric Dumazet1-4/+4
2019-04-03ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long1-8/+10
2019-03-23esp: Skip TX bytes accounting when sending from a request socketMartin Willi1-1/+1
2019-03-19ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni1-1/+5
2019-03-19ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni1-5/+6
2019-03-19ipv6: route: purge exception on removalPaolo Abeni1-1/+12
2019-03-19net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1
2019-03-19net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin1-2/+3
2019-03-10ipv6: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-03-10net: sit: fix memory leak in sit_init_net()Mao Wenan1-0/+1
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu1-1/+2
2019-03-10ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel1-4/+4
2019-02-27netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper1-1/+3
2019-02-27sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu1-1/+2
2019-02-27ipv6: propagate genlmsg_reply return codeLi RongQing1-3/+1
2019-02-27bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov1-4/+4
2019-02-23net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi1-14/+20
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu1-1/+2
2019-02-12xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing1-0/+3
2019-02-06ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan1-4/+3
2019-02-06net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-02-06net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi1-4/+0
2019-02-06ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru1-0/+2
2019-02-06ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern1-0/+3
2019-01-31ip6_gre: update version related info when changing linkHangbin Liu1-0/+4
2019-01-31erspan: build the header with the right proto according to erspan_verXin Long1-2/+4
2019-01-31ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz1-2/+2
2019-01-31udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
2019-01-26ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern1-1/+4
2019-01-26ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern1-1/+10
2019-01-22ipv6: make icmp6_send() robust against null skb->devEric Dumazet1-2/+6
2019-01-22ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn1-6/+4
2019-01-22ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet1-0/+1
2019-01-09ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio1-1/+3
2019-01-09net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET1-2/+2
2019-01-09ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu1-0/+1
2019-01-09net: clear skb->tstamp in forwarding pathsEric Dumazet1-0/+1
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn5-20/+28
2019-01-09ipv6: tunnels: fix two use-after-freeEric Dumazet2-0/+2