[PATCH net-next v2 0/6] netdev event handling + neighbour config

From: Martin Schiller
Date: Mon Nov 16 2020 - 08:56:20 EST


Martin Schiller (6):
net/x25: handle additional netdev events
net/x25: make neighbour params configurable
net/x25: replace x25_kill_by_device with x25_kill_by_neigh
net/x25: support NETDEV_CHANGE notifier
net/lapb: support netdev events
net/lapb: fix t1 timer handling

include/net/x25.h | 10 +-
include/uapi/linux/x25.h | 56 ++++++-----
net/lapb/lapb_iface.c | 83 ++++++++++++++++
net/lapb/lapb_timer.c | 11 ++-
net/x25/af_x25.c | 206 +++++++++++++++++++++++++++++++--------
net/x25/x25_facilities.c | 6 +-
net/x25/x25_link.c | 142 +++++++++++++++++++++++----
net/x25/x25_subr.c | 22 ++++-
8 files changed, 445 insertions(+), 91 deletions(-)

--
2.20.1