summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSteven Whitehouse <steve@gw.chygwyn.com>2003-05-05 10:59:10 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2003-05-05 10:59:10 -0700
commit6a83d2622783b2a5b139111fa608ad792fe43434 (patch)
treeaa8af9570f1fc4c352d53770f418b278d19e535d /include/linux
parentacec7ca3b8b69a234f1b179411d9bc1fb3b16b3c (diff)
[DECNET]: seq file conversions and fixes.
o Removed blksize from decnet device parameters - use the device mtu like we ought to. o Removed /proc/net/decnet_route file - I don't think anybody ever used it and it was lacking a full enough description of the routes to be useful. ip -D route list is much better :-) o Added rt_local_src entry to decnet routes so that we get the local source address right when forwarding. o Added correct proto argument to struct flowi for routing o MSG_MORE in sendmsg (ignored, but accepted whereas before we'd error) o /proc/net/decnet converted to seq_file o /proc/net/decnet_dev converted to seq_file o /proc/net/decnet_cache converted to seq_file o Use pskb_may_pull() and add code to linearize skbs on the input path except for those containing data. o Fixed returned packet code (mostly - some left to do) o update_pmtu() method for decnet dst entries (ip_gre device assumes this method exists - well I think it does :-) o Fixed bug in forwarding to get IE bit set correctly o Fixed compile bugs with CONFIG_DECNET_ROUTE_FWMARK pointed out by Adrian Bunk o Fixed zero dest code to grab an address from loopback o Fixed local routes in dn_route_output_slow() o Fixed error case in dn_route_input/output_slow() pointed out by Rusty
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions