aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-13net: use a deferred timer in rt_check_expireGravatar Eric Dumazet 1-3/+8
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-7/+7
2009-06-03net: skb->rtable accessorGravatar Eric Dumazet 1-15/+22
2009-05-20net: fix rtable leak in net/ipv4/route.cGravatar Eric Dumazet 1-38/+17
2009-05-20net: fix length computation in rt_check_expire()Gravatar Eric Dumazet 1-2/+3
2009-04-27ipv4: Limit size of route cache hash tableGravatar Anton Blanchard 1-1/+1
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 1-1/+1
2009-02-25alloc_percpu: add align argument to __alloc_percpu, fixGravatar Ingo Molnar 1-1/+1
2009-02-01net: replace uses of __constant_{endian}Gravatar Harvey Harrison 1-2/+2
2009-01-22netns: ipmr: enable namespace support in ipv4 multicast routing codeGravatar Benjamin Thery 1-5/+6
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netGravatar Rusty Russell 1-2/+2
2008-11-25netns xfrm: lookup in netnsGravatar Alexey Dobriyan 1-1/+1
2008-11-11net: remove struct dst_entry::entry_sizeGravatar Alexey Dobriyan 1-2/+0
2008-11-03net: '&' reduxGravatar Alexey Dobriyan 1-24/+24
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Gravatar Harvey Harrison 1-23/+17
2008-10-28net: don't use INIT_RCU_HEADGravatar Alexey Dobriyan 1-1/+0
2008-10-28net: reduce structures when XFRM=nGravatar Alexey Dobriyan 1-0/+2
2008-10-27net: implement emergency route cache rebulds when gc_elasticity is exceededGravatar Neil Horman 1-2/+130
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-1/+6
2008-10-16ipv4: Add a missing rcu_assign_pointer() in routing cache.Gravatar Eric Dumazet 1-1/+6
2008-10-16sysctl: simplify ->strategyGravatar Alexey Dobriyan 1-6/+1
2008-10-01ipv4: Loosen source address check on IPv4 outputGravatar Julian Anastasov 1-7/+13
2008-08-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-4/+20
2008-08-28ip: speedup /proc/net/rt_cache handlingGravatar Eric Dumazet 1-4/+10
2008-08-27ipv4: mode 0555 in ipv4_skeletonGravatar Hugh Dickins 1-2/+2
2008-08-25ipv4: sysctl fixesGravatar Al Viro 1-4/+20
2008-08-15ipv4: Disable route secret interval on zero intervalGravatar Herbert Xu 1-6/+70
2008-08-06ipv4: Fix over-ifdeffing of ip_static_sysctl_init.Gravatar David S. Miller 1-2/+0
2008-08-06ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.Gravatar Rami Rosen 1-5/+5
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-0/+2
2008-08-01[PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTLGravatar Al Viro 1-0/+2
2008-07-31net/ipv4/route.c: fix build errorGravatar Ingo Molnar 1-0/+2
2008-07-27missing bits of net-namespace / sysctlGravatar Al Viro 1-1/+10
2008-07-26netns: fix ip_rt_frag_needed rt_is_expiredGravatar Hugh Dickins 1-1/+1
2008-07-16mib: add net to IP_INC_STATS_BHGravatar Pavel Emelyanov 1-1/+2
2008-07-08ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flushGravatar Denis V. Lunev 1-8/+6
2008-07-05netns: selective flush of rt_cacheGravatar Denis V. Lunev 1-1/+30
2008-07-05netns: place rt_genid into struct netGravatar Denis V. Lunev 1-33/+43
2008-07-05ipv4: pass current value of rt_genid into rt_hashGravatar Denis V. Lunev 1-11/+17
2008-07-05netns: add struct net parameter to rt_cache_invalidateGravatar Denis V. Lunev 1-3/+3
2008-07-05netns: make rt_secret_rebuild timer per namespaceGravatar Denis V. Lunev 1-10/+30
2008-07-05netns: register net.ipv4.route.flush in each namespaceGravatar Denis V. Lunev 1-10/+69
2008-07-05ipv4: remove static flush_delay variableGravatar Denis V. Lunev 1-3/+8
2008-07-05netns: add namespace parameter to rt_cache_flushGravatar Denis V. Lunev 1-4/+4
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2008-06-03route: Mark unused route cache flags as such.Gravatar Thomas Graf 1-1/+1
2008-05-20ipsec: Use the correct ip_local_out functionGravatar Herbert Xu 1-1/+1
2008-05-04ip: Use inline function dst_metric() instead of direct access to dst->metric[]Gravatar Satoru SATOH 1-8/+8
2008-05-04ip: Make use of the inline function dst_metric_locked()Gravatar Satoru SATOH 1-1/+1
2008-04-29ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Gravatar Timo Teras 1-16/+22