summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2015-12-15ila: Create net/ipv6/ila directoryTom Herbert5-81/+152
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2-2/+3
2015-12-14net: fix IP early demux racesEric Dumazet1-2/+1
2015-12-14ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring1-5/+3
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso18-95/+125
2015-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2015-12-10netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso1-0/+1
2015-12-09netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal1-5/+8
2015-12-05ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork1-1/+1
2015-12-05ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addressesAndrew Lunn1-1/+2
2015-12-04gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-88/+102
2015-12-03net: ipv6: restrict hop_limit sysctl setting to range [1; 255]Phil Sutter1-1/+15
2015-12-03ipv6: kill sk_dst_lockEric Dumazet4-26/+4
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet1-3/+3
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet9-36/+74
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel3-9/+5
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-11-24net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov1-4/+0
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2-49/+36
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2-71/+40
2015-11-23netfilter: remove duplicate includestephen hemminger1-1/+0
2015-11-22net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern1-0/+10
2015-11-18net/ip6_tunnel: fix dst leakPaolo Abeni1-1/+1
2015-11-16snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet1-4/+15
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-11-15ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau1-1/+10
2015-11-15ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau1-1/+7
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet1-1/+1
2015-11-05tcp: fix req->saved_syn raceEric Dumazet1-8/+12
2015-11-04ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca1-0/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-25/+16
2015-11-03ipv6: fix tunnel error handlingMichal Kubeček1-1/+11
2015-11-03xfrm: dst_entries_init() per-net dst_opsDan Streetman1-15/+38
2015-11-02sit: fix sit0 percpu double allocationsEric Dumazet1-22/+4
2015-11-02net: fix percpu memory leaksEric Dumazet2-6/+18
2015-11-02ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed sourceMatthias Schiffer1-2/+1
2015-11-02tcp/dccp: fix ireq->pktopts raceEric Dumazet1-9/+9
2015-11-01ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-4/+4
2015-11-01ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-37/+33
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+3
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2015-10-30ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTUAlexander Duyck1-19/+27
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa1-0/+2
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa1-5/+1
2015-10-27ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer1-0/+1