summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet1-1/+2
2016-11-15net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-11-15ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-11-15ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko1-0/+2
2016-11-15ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-3/+6
2016-11-15ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross1-2/+3
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+14
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet1-1/+7
2016-09-30ipv6: release dst in ping_v6_sendmsgDave Jones1-2/+7
2016-09-24ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-07-27ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau1-0/+1
2016-07-11ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-0/+1
2016-07-11sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-44/+5
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal1-125/+23
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-18/+9
2016-06-24netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+3
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal1-1/+2
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal1-12/+8
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal1-11/+1
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal1-0/+16
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal1-0/+4
2016-06-24netfilter: x_tables: fix unconditional helperFlorian Westphal1-12/+11
2016-06-24netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal1-2/+4
2016-06-24netfilter: x_tables: validate e->target_offset earlyFlorian Westphal1-9/+8
2016-06-24ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki1-8/+3
2016-06-24tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-1/+1
2016-05-19net/route: enforce hoplimit max valuePaolo Abeni1-0/+2
2016-05-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann1-4/+2
2016-04-20ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-4/+4
2016-04-20ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-04-20ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet1-2/+2
2016-04-20udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-04-20ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-04-20mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-04-20tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2-0/+4
2016-03-04rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-03-04tcp/dccp: fix another race at listener dismantleEric Dumazet1-7/+7
2016-03-04tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-2/+3
2016-03-04ipv6: fix a lockdep splatEric Dumazet1-2/+3
2016-03-04ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org1-1/+4
2016-03-04ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-03-04ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2-5/+8
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček1-1/+1