• Steven Whitehouse's avatar
    [DECNET]: seq file conversions and fixes. · 6a83d262
    Steven Whitehouse authored
      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
    6a83d262
dn_nsp_in.c 22 KB