summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-07-27ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau
2016-07-11ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-07-11sit: correct IP protocol used in ipip6_errSimon Horman
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-06-24netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-06-24netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-06-24netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-06-24netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-06-24ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki
2016-06-24tcp: record TLP and ER timer stats in v6 statsYuchung Cheng
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni
2016-05-18net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-04-20ipv6: Count in extension headers in skb->network_headerJakub Sitnicki
2016-04-20ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-04-20ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet
2016-04-20udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-04-20ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal
2016-04-20mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-04-20tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-03-03rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-03-03tcp/dccp: fix another race at listener dismantleEric Dumazet
2016-03-03tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-03-03ipv6: fix a lockdep splatEric Dumazet
2016-03-03ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org
2016-03-03ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni
2016-03-03ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2016-01-31ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa
2015-12-22addrconf: always initialize sysctl table dataWANG Cong
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin
2015-12-15ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa
2015-12-14net: fix IP early demux racesEric Dumazet
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-12-10netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso
2015-12-05ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork
2015-12-04gre6: allow to update all parameters via rtnlNicolas Dichtel