aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-01net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman1-0/+6
2009-11-25net: convert /proc/net/rt_acct to seq_fileAlexey Dobriyan1-35/+33
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches1-9/+10
2009-11-13inetpeer: Optimize inet_getid()Eric Dumazet1-1/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2009-10-29net: Fix RPF to work with policy routingjamal1-4/+4
2009-10-19IP: CleanupsJohn Dykstra1-3/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-4/+3
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-1/+1
2009-08-28net: ip_rt_send_redirect() optimizationEric Dumazet1-9/+11
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman1-1/+1
2009-06-23ipv4 routing: Ensure that route cache entries are usable and reclaimable with caching is offNeil Horman1-3/+23
2009-06-20ipv4: fix NULL pointer + success return in route lookup pathNeil Horman1-2/+12
2009-06-13net: use a deferred timer in rt_check_expireEric Dumazet1-3/+8
2009-06-03net: skb->dst accessorsEric Dumazet1-7/+7
2009-06-03net: skb->rtable accessorEric Dumazet1-15/+22
2009-05-20net: fix rtable leak in net/ipv4/route.cEric Dumazet1-38/+17
2009-05-20net: fix length computation in rt_check_expire()Eric Dumazet1-2/+3
2009-04-27ipv4: Limit size of route cache hash tableAnton Blanchard1-1/+1
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-02-25alloc_percpu: add align argument to __alloc_percpu, fixIngo Molnar1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-22netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery1-5/+6
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell1-2/+2
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-1/+1
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan1-2/+0
2008-11-03net: '&' reduxAlexey Dobriyan1-24/+24
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-23/+17
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan1-1/+0
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-0/+2
2008-10-27net: implement emergency route cache rebulds when gc_elasticity is exceededNeil Horman1-2/+130
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+6
2008-10-16ipv4: Add a missing rcu_assign_pointer() in routing cache.Eric Dumazet1-1/+6
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-6/+1
2008-10-01ipv4: Loosen source address check on IPv4 outputJulian Anastasov1-7/+13
2008-08-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+20
2008-08-28ip: speedup /proc/net/rt_cache handlingEric Dumazet1-4/+10
2008-08-27ipv4: mode 0555 in ipv4_skeletonHugh Dickins1-2/+2
2008-08-25ipv4: sysctl fixesAl Viro1-4/+20
2008-08-15ipv4: Disable route secret interval on zero intervalHerbert Xu1-6/+70
2008-08-06ipv4: Fix over-ifdeffing of ip_static_sysctl_init.David S. Miller1-2/+0
2008-08-06ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.Rami Rosen1-5/+5
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2008-08-01[PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTLAl Viro1-0/+2
2008-07-31net/ipv4/route.c: fix build errorIngo Molnar1-0/+2
2008-07-27missing bits of net-namespace / sysctlAl Viro1-1/+10
2008-07-26netns: fix ip_rt_frag_needed rt_is_expiredHugh Dickins1-1/+1
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov1-1/+2
2008-07-08ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flushDenis V. Lunev1-8/+6