git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1018b5c
)
ipv4: Remove flowi from struct rtable.
author
David S. Miller
<davem@davemloft.net>
Sat, 5 Mar 2011 05:47:09 +0000
(21:47 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 5 Mar 2011 05:55:31 +0000
(21:55 -0800)
The only necessary parts are the src/dst addresses, the
interface indexes, the TOS, and the mark.
The rest is unnecessary bloat, which amounts to nearly
50 bytes on 64-bit.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found