aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorMartin KaFai Lau <kafai@fb.com>2015-11-11 11:51:07 -0800
committerDavid S. Miller <davem@davemloft.net>2015-11-15 17:12:37 -0500
commit5973fb1e245086071bf71994c8b54d99526ded03 (patch)
treedecf0b7f4e54ec10724cf742b8b5bbf6319b0fcc /scripts/stackusage
parentipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree (diff)
downloadlinux-5973fb1e245086071bf71994c8b54d99526ded03.tar.gz
linux-5973fb1e245086071bf71994c8b54d99526ded03.zip
ipv6: Check expire on DST_NOCACHE route
Since the expires of the DST_NOCACHE rt can be set during the ip6_rt_update_pmtu(), we also need to consider the expires value when doing ip6_dst_check(). This patches creates __rt6_check_expired() to only check the expire value (if one exists) of the current rt. In rt6_dst_from_check(), it adds __rt6_check_expired() as one of the condition check. Signed-off-by: Martin KaFai Lau <kafai@fb.com> Cc: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
ons'>-0/+7 2013-03-19can: dump stack on protocol bugsOliver Hartkopp1-7/+4 2013-03-18bnx2x: add RSS capability for GRE trafficDmitry Kravkov3-11/+24 2013-03-18bnx2x: add CSUM and TSO support for encapsulation protocolsDmitry Kravkov3-28/+204 2013-03-18net: Fix a comment typoKusanagi Kouichi1-1/+1 2013-03-18net: ftgmac100: Use module_platform_driver()Sachin Kamat1-16/+1 2013-03-18net: ep93xx_eth: Use module_platform_driver()Sachin Kamat1-12/+1 2013-03-18net: dm9000: Use module_platform_driver()Sachin Kamat1-16/+1 2013-03-18net: neterion: replace ip_fast_csum with csum_replace2Li RongQing1-4/+2 2013-03-17tcp: Remove TCPCTChristoph Paasch18-841/+38 2013-03-17drivers: net: irda: use resource_size() in au1k_ir.cSilviu-Mihai Popescu1-2/+3 2013-03-17sfc: make local functions staticstephen hemminger2-5/+5 2013-03-17net: fix some typos in netif featuresCong Wang1-2/+2 2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches38-168/+104 2013-03-17netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan1-2/+1 2013-03-17vxlan: generalize forwarding tablesDavid Stevens3-58/+210 2013-03-17caif: remove caif_shmErwan Yvin5-909/+0 2013-03-15ipv4: replace ip_fast_csum with csum_replace2Li RongQing1-3/+2 2013-03-15driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing2-6/+5 2013-03-15Documentation: fix neigh/default/gc_thresh1 default value.Li RongQing1-1/+1 2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches42-278/+122 2013-03-15be2net: Use new F/W mailbox cmd to manipulate interrupts.Somnath Kotur3-8/+50 2013-03-15be2net: enable interrupts in be_probe() (RoCE and other ULPs need them)Somnath Kotur1-11/+10 2013-03-15net: clean leftover of COMPAT_NET_DEV_OPS removalFernando Luis Vazquez Cao1-1/+0 2013-03-15VSOCK: Support VM sockets connected to the hypervisor.Reilly Grant2-3/+16 2013-03-15netxen: write IP address to firmware when using bondingnikolay@redhat.com3-78/+155 2013-03-14csiostor: Cleanup chip specific operations.Arvind Bhushan6-512/+193 2013-03-14csiostor: Header file modifications for chip support and bug fixes.Arvind Bhushan5-18/+212