summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2017-06-05ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-06-05ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong1-0/+2
2017-06-05ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller3-12/+12
2017-06-05ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek3-6/+16
2017-03-16igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu1-0/+1
2017-03-16mld: do not remove mld souce list info when set link downHangbin Liu1-21/+30
2017-03-16ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-03-16ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-03-16ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2017-03-16ipv6: handle -EFAULT from skb_copy_bitsDave Jones1-2/+5
2017-03-16ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2017-03-16ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-0/+1
2017-03-16gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-0/+1
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet1-2/+4
2017-02-23ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2017-02-23ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki1-1/+1
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-3/+6
2016-05-01netfilter: x_tables: fix unconditional helperFlorian Westphal1-12/+11
2016-05-01ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-5/+4
2016-05-01net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2016-05-01ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-05-01ipv6: update skb->csum when CE mark is propagatedEric Dumazet3-3/+3
2016-05-01netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal1-2/+4
2016-05-01netfilter: x_tables: validate e->target_offset earlyFlorian Westphal1-9/+8
2016-04-01mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-02-13ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-01-22udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-01-22Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings2-3/+2
2016-01-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2015-12-30net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-30ipv6: add complete rcu protection around np->optEric Dumazet9-46/+75
2015-12-30ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-6/+14
2015-12-30snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-12-30net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-30ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2015-11-27ipv6: fix tunnel error handlingMichal Kubeček1-1/+11
2015-11-17net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2-2/+3
2015-10-13ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2-4/+6
2015-10-13ipv6: prevent fib6_run_gc() contentionMichal Kubeček3-15/+12
2015-10-13net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-5/+15
2015-10-13ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-10-13ipv6: Fix build failure when CONFIG_INET disabledBen Hutchings1-1/+2
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-09udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-05-09ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-05-09ip: zero sockaddr returned on error queueWillem de Bruijn1-7/+3
2015-05-09ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-05-09ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-03-06ipv6: fib: fix fib dump restartKumar Sundararajan1-1/+2