summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-01-151-0/+1
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2017-01-151-1/+5
* esp6: Fix integrity verification when ESN are usedTobias Brunner2016-12-101-1/+1
* ipv6: Set skb->protocol properly for local outputEli Cooper2016-12-101-0/+2
* ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2016-12-101-2/+11
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-211-2/+4
* udp: fix IP_CHECKSUM handlingEric Dumazet2016-11-151-1/+2
* net: add recursion limit to GROSabrina Dubroca2016-11-151-1/+1
* ipv6: correctly add local routes when lo goes upNicolas Dichtel2016-11-151-1/+1
* ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko2016-11-151-0/+2
* ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet2016-11-151-9/+11
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-152-3/+6
* ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson2016-11-151-1/+0
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-10-311-2/+3
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-10-311-1/+14
* tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2016-09-301-1/+7
* ipv6: release dst in ping_v6_sendmsgDave Jones2016-09-301-2/+7
* ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun2016-09-241-0/+2
* udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-09-151-2/+4
* ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau2016-07-271-0/+1
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-07-111-0/+1
* sit: correct IP protocol used in ipip6_errSimon Horman2016-07-111-2/+2
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-06-241-44/+5
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-06-241-125/+23
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-06-241-18/+9
* netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-06-241-35/+24
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-06-241-2/+3
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-06-241-1/+2
* netfilter: x_tables: kill check_entry helperFlorian Westphal2016-06-241-12/+8
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-06-241-11/+1
* netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-06-241-0/+16
* netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-06-241-0/+4
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-06-241-12/+11
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-06-241-2/+4
* netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-06-241-9/+8
* ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-241-8/+3
* tcp: record TLP and ER timer stats in v6 statsYuchung Cheng2016-06-241-1/+3
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-06-241-1/+1
* net/route: enforce hoplimit max valuePaolo Abeni2016-05-181-0/+2
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-05-181-4/+2
* ipv6: Count in extension headers in skb->network_headerJakub Sitnicki2016-04-201-4/+4
* ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-04-201-1/+1
* ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-04-201-2/+2
* udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-04-201-4/+2
* ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal2016-04-201-1/+5
* mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-04-201-2/+1
* tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-04-202-0/+4
* rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-03-031-1/+1
* tcp/dccp: fix another race at listener dismantleEric Dumazet2016-03-031-7/+7
* tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-03-031-2/+3