Subject: [PATCH 0/6]NET:AX25:ROSE Adds device use count, adds trap to prevent kernel crash, plus other cleanup [PATCH 1/6]NET:AX25:ROSE Adds device use count for core of protocol.
[PATCH 2/6]NET:AX25:ROSE Adds device use counting for ROSE neighbour lists [PATCH 3/6]NET:AX25:ROSE Traps calls to rose_route_frame with a NULL ax25 callback. Prevents a kernel crash. [PATCH 4/6]NET:AX25:ROSE Adds comments on the header fields. Removes address copy. [PATCH 5/6]NET:AX25:ROSE Adds the log priority to a printk. [PATCH 6/6]NET:AX25:ROSE Removes a conditional return and corrects the return value. net/rose/af_rose.c | 7 ++++++- net/rose/rose_dev.c | 18 ++++++------------ net/rose/rose_loopback.c | 1 + net/rose/rose_route.c | 22 ++++++++++++++++++---- 5 files changed, 33 insertions(+), 19 deletions(-)