aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: blackhole route should always be recalculatedJianzhao Wang2010-09-081-1/+6
* net: RTA_MARK additionEric Dumazet2010-07-221-0/+7
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-5/+2
* inetpeer: restore small inet_peer structuresEric Dumazet2010-06-161-0/+1
* net-next: remove useless union keywordChangli Gao2010-06-101-210/+210
* ipv4: avoid two atomic ops in ip_rt_redirect()Eric Dumazet2010-06-071-7/+3
* ipv4: RCU changes in __mkroute_input()Eric Dumazet2010-06-031-5/+3
* ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet2010-06-031-18/+17
* ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet2010-06-031-13/+18
* net: Use __this_cpu_inc() in fast pathEric Dumazet2010-05-311-2/+1
* net: implements ip_route_input_noref()Eric Dumazet2010-05-171-5/+10
* net: add a noref bit on skb dstEric Dumazet2010-05-171-1/+1
* ipv4: remove ip_rt_secret timer (v4)Neil Horman2010-05-081-100/+8
* net: Fix various endianness glitchesEric Dumazet2010-04-201-15/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ipv4: Restart rt_intern_hash after emergency rebuild (v2)Pavel Emelyanov2010-03-261-6/+11
* ipv4: Cleanup struct net dereference in rt_intern_hashPavel Emelyanov2010-03-261-2/+2
* ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck2010-03-211-1/+2
* ipv4: check rt_genid in dst_checkTimo Teräs2010-03-191-4/+10
* route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()Vitaliy Gusev2010-03-161-10/+6
* net: fix route cache rebuildsEric Dumazet2010-03-081-12/+38
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-281-7/+7
|\
| * net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-251-7/+7
* | percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-0/+2
|\ \ | |/
| * ipv4: don't remove /proc/net/rt_acctAlexey Dobriyan2010-01-171-0/+2
* | net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer2010-01-071-1/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-50/+52
|\
| * net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-011-0/+6
| * net: convert /proc/net/rt_acct to seq_fileAlexey Dobriyan2009-11-251-35/+33
| * net: use net_eq to compare netsOctavian Purdila2009-11-251-2/+2
| * net/ipv4: Move && and || to end of previous lineJoe Perches2009-11-231-9/+10
| * inetpeer: Optimize inet_getid()Eric Dumazet2009-11-131-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-4/+4
| |\
| * | IP: CleanupsJohn Dykstra2009-10-191-3/+0
* | | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-64/+9
| |/ |/|
* | net: Fix RPF to work with policy routingjamal2009-10-291-4/+4
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-4/+3
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-1/+1
* net: ip_rt_send_redirect() optimizationEric Dumazet2009-08-281-9/+11
* xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2009-07-301-1/+1
* ipv4 routing: Ensure that route cache entries are usable and reclaimable with...Neil Horman2009-06-231-3/+23
* ipv4: fix NULL pointer + success return in route lookup pathNeil Horman2009-06-201-2/+12
* net: use a deferred timer in rt_check_expireEric Dumazet2009-06-131-3/+8
* net: skb->dst accessorsEric Dumazet2009-06-031-7/+7
* net: skb->rtable accessorEric Dumazet2009-06-031-15/+22
* net: fix rtable leak in net/ipv4/route.cEric Dumazet2009-05-201-38/+17
* net: fix length computation in rt_check_expire()Eric Dumazet2009-05-201-2/+3
* ipv4: Limit size of route cache hash tableAnton Blanchard2009-04-271-1/+1
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+1
|\