summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-23net: RTA_MARK additionEric Dumazet1-0/+7
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-5/+2
2010-06-16inetpeer: restore small inet_peer structuresEric Dumazet1-0/+1
2010-06-11net-next: remove useless union keywordChangli Gao1-210/+210
2010-06-08ipv4: avoid two atomic ops in ip_rt_redirect()Eric Dumazet1-7/+3
2010-06-04ipv4: RCU changes in __mkroute_input()Eric Dumazet1-5/+3
2010-06-03ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet1-18/+17
2010-06-03ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet1-13/+18
2010-05-31net: Use __this_cpu_inc() in fast pathEric Dumazet1-2/+1
2010-05-18net: implements ip_route_input_noref()Eric Dumazet1-5/+10
2010-05-18net: add a noref bit on skb dstEric Dumazet1-1/+1
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman1-100/+8
2010-04-21net: Fix various endianness glitchesEric Dumazet1-15/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-27ipv4: Restart rt_intern_hash after emergency rebuild (v2)Pavel Emelyanov1-6/+11
2010-03-27ipv4: Cleanup struct net dereference in rt_intern_hashPavel Emelyanov1-2/+2
2010-03-22ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck1-1/+2
2010-03-20ipv4: check rt_genid in dst_checkTimo Teräs1-4/+10
2010-03-17route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()Vitaliy Gusev1-10/+6
2010-03-08net: fix route cache rebuildsEric Dumazet1-12/+38
2010-03-01Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-7/+7
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney1-7/+7
2010-02-17percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2010-01-18ipv4: don't remove /proc/net/rt_acctAlexey Dobriyan1-0/+2
2010-01-07net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer1-1/+6
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-50/+52
2009-12-02net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman1-0/+6
2009-11-26net: convert /proc/net/rt_acct to seq_fileAlexey Dobriyan1-35/+33
2009-11-26net: 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-14inetpeer: Optimize inet_getid()Eric Dumazet1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-64/+9
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+4
2009-10-30net: Fix RPF to work with policy routingjamal1-4/+4
2009-10-20IP: 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-29net: ip_rt_send_redirect() optimizationEric Dumazet1-9/+11
2009-07-31xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman1-1/+1
2009-06-24ipv4 routing: Ensure that route cache entries are usable and reclaimable with...Neil Horman1-3/+23
2009-06-20ipv4: fix NULL pointer + success return in route lookup pathNeil Horman1-2/+12
2009-06-14net: 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-21net: fix rtable leak in net/ipv4/route.cEric Dumazet1-38/+17
2009-05-21net: 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