summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv6: propagate genlmsg_reply return codeLi RongQing2019-02-271-3/+1Star
* bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-02-271-4/+4
* net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi2019-02-231-14/+20
* net: fix IPv6 prefix route residueZhiqiang Liu2019-02-231-1/+2
* xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2019-02-121-0/+3
* ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-02-061-4/+3Star
* net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi2019-02-061-1/+6
* net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-02-061-4/+0Star
* ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-02-061-0/+2
* ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-02-061-0/+3
* ip6_gre: update version related info when changing linkHangbin Liu2019-01-311-0/+4
* erspan: build the header with the right proto according to erspan_verXin Long2019-01-311-2/+4
* ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz2019-01-311-2/+2
* udp: with udp_segment release on error pathWillem de Bruijn2019-01-311-4/+12
* ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern2019-01-261-1/+4
* ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-261-1/+10
* ipv6: make icmp6_send() robust against null skb->devEric Dumazet2019-01-221-2/+6
* ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-221-6/+4Star
* ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-221-0/+1
* ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio2019-01-091-1/+3
* net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET2019-01-091-2/+2
* ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu2019-01-091-0/+1
* net: clear skb->tstamp in forwarding pathsEric Dumazet2019-01-091-0/+1
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-095-20/+28
* ipv6: tunnels: fix two use-after-freeEric Dumazet2019-01-092-0/+2
* ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang2019-01-091-1/+2
* ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-091-0/+4
* netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-12-171-7/+16
* netfilter: add missing error handling code for register functionsTaehee Yoo2018-12-173-12/+32
* netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac2018-12-171-1/+2
* net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-171-2/+2
* ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-171-0/+1