summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ipv4: Cache learned redirect information in inetpeer.David S. Miller2011-02-141-94/+42
* | ipv4: Cache learned PMTU information in inetpeer.David S. Miller2011-02-141-174/+86
* | inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller2011-02-101-1/+18
* | net: Kill NETEVENT_PMTU_UPDATE.David S. Miller2011-02-081-1/+0
* | inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-041-18/+38
* | ipv4: Don't miss existing cached metrics in new routes.David S. Miller2011-02-041-14/+17
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-0/+6
|\ \ | |/
| * net: Add default_mtu() methods to blackhole dst_opsRoland Dreier2011-01-311-0/+6
* | ipv4: Consolidate all default route selection implementations.David S. Miller2011-01-311-1/+1
* | ipv4: If fib metrics are default, no need to grab ref to FIB info.David S. Miller2011-01-281-2/+4
* | net: Pre-COW metrics for TCP.David S. Miller2011-01-271-3/+23
* | net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller2011-01-271-7/+11
* | net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-261-1/+44
* | Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6Patrick McHardy2011-01-141-103/+107
|\ \ | |/
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-041-2/+6
| |\
| | * ipv4/route.c: respect prefsrc for local routesJoel Sing2011-01-041-2/+6
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-3/+4
| |\ \ | | |/
| | * ipv4: dont create routes on down devicesEric Dumazet2010-12-251-3/+4
| * | ipv4: Flush per-ns routing cache more sanely.David S. Miller2010-12-201-40/+24
| * | net: Abstract default MTU metric calculation behind an accessor.David S. Miller2010-12-141-9/+20
| * | net: Abstract default ADVMSS behind an accessor.David S. Miller2010-12-131-7/+17
| * | ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-121-2/+0
| * | net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-121-1/+1
| * | net: Abstract away all dst_entry metrics accesses.David S. Miller2010-12-091-25/+30
| * | inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller2010-11-301-1/+1
| * | net: use the macros defined for the members of flowiChangli Gao2010-11-171-26/+17
* | | netfilter: fix Kconfig dependenciesPatrick McHardy2011-01-141-13/+13
|/ /
* | ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-111-10/+10
* | net: get rid of rtable->idevEric Dumazet2010-11-111-33/+4
|/
* ipv4: add __rcu annotations to routes.cEric Dumazet2010-10-271-29/+46
* net: avoid RCU for NOCACHE dstEric Dumazet2010-10-201-5/+4
* IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls2010-10-181-7/+6
* 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/+2
* fib: RCU conversion of fib_lookup()Eric Dumazet2010-10-051-35/+24
* 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-271-1/+1
* | net: introduce DST_NOCACHE flagEric Dumazet2010-10-031-0/+1
* | ipv4: rcu conversion in ip_route_output_slowEric Dumazet2010-09-301-26/+12
* | ipv4: __mkroute_output() speedupEric Dumazet2010-09-301-18/+15
* | net: fix rcu use in ip_route_output_slowEric Dumazet2010-09-261-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-091-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/+1
|/
* 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
OpenPOWER on IntegriCloud