summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-26/+17Star
* ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-121-10/+10
* net: get rid of rtable->idevEric Dumazet2010-11-111-33/+4Star
* ipv4: add __rcu annotations to routes.cEric Dumazet2010-10-271-29/+46
* net: avoid RCU for NOCACHE dstEric Dumazet2010-10-201-5/+4Star
* IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls2010-10-181-7/+6Star
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-111-14/+22
* ipv4: Remove leftover rcu_read_unlock calls from __mkroute_output()Dimitris Michailidis2010-10-081-4/+2Star
* fib: RCU conversion of fib_lookup()Eric Dumazet2010-10-061-35/+24Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-041-1/+1
|\
| * ipv6: add IPv6 to neighbour table overflow warningUlrich Weber2010-09-281-1/+1
* | net: introduce DST_NOCACHE flagEric Dumazet2010-10-041-0/+1
* | ipv4: rcu conversion in ip_route_output_slowEric Dumazet2010-10-011-26/+12Star
* | ipv4: __mkroute_output() speedupEric Dumazet2010-10-011-18/+15Star
* | net: fix rcu use in ip_route_output_slowEric Dumazet2010-09-271-1/+1
* | net: return operator cleanupEric Dumazet2010-09-231-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-101-1/+6
|\|
| * net: blackhole route should always be recalculatedJianzhao Wang2010-09-081-1/+6
* | net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet2010-08-201-8/+1Star
|/
* net: RTA_MARK additionEric Dumazet2010-07-221-0/+7
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-5/+2Star
* inetpeer: restore small inet_peer structuresEric Dumazet2010-06-161-0/+1
* net-next: remove useless union keywordChangli Gao2010-06-111-210/+210
* ipv4: avoid two atomic ops in ip_rt_redirect()Eric Dumazet2010-06-081-7/+3Star
* ipv4: RCU changes in __mkroute_input()Eric Dumazet2010-06-041-5/+3Star
* ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet2010-06-031-18/+17Star
* ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet2010-06-031-13/+18
* net: Use __this_cpu_inc() in fast pathEric Dumazet2010-05-311-2/+1Star
* net: implements ip_route_input_noref()Eric Dumazet2010-05-181-5/+10
* net: add a noref bit on skb dstEric Dumazet2010-05-181-1/+1
* ipv4: remove ip_rt_secret timer (v4)Neil Horman2010-05-081-100/+8Star
* net: Fix various endianness glitchesEric Dumazet2010-04-211-15/+14Star
* 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-271-6/+11
* ipv4: Cleanup struct net dereference in rt_intern_hashPavel Emelyanov2010-03-271-2/+2
* ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck2010-03-221-1/+2
* ipv4: check rt_genid in dst_checkTimo Teräs2010-03-201-4/+10
* route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()Vitaliy Gusev2010-03-161-10/+6Star
* net: fix route cache rebuildsEric Dumazet2010-03-081-12/+38
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-03-011-7/+7
|\
| * net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-251-7/+7
* | percpu: add __percpu sparse annotations to netTejun Heo2010-02-171-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-181-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-021-0/+6
| * net: convert /proc/net/rt_acct to seq_fileAlexey Dobriyan2009-11-261-35/+33Star
| * net: use net_eq to compare netsOctavian Purdila2009-11-261-2/+2
| * net/ipv4: Move && and || to end of previous lineJoe Perches2009-11-231-9/+10