| commit | c20b182ddc8032c63c381bf868f99222bab89537 | [log] [tgz] |
|---|---|---|
| author | Arnd Bergmann <arnd@arndb.de> | Mon May 17 11:02:47 2021 +0200 |
| committer | Arnd Bergmann <arnd@arndb.de> | Mon May 17 23:42:04 2021 +0200 |
| tree | c31819d8abf03e9fa2efe9bdc7504387b6148e2b | |
| parent | aa9fa80484b808d112579f0ef58947959e8680bb [diff] |
net: bonding: move ioctl handling to private ndo operation All other user triggered operations are gone from ndo_ioctl, so move the SIOCBOND family into a custom operation as well. The .ndo_ioctl() helper is no longer called by the dev_ioctl.c code now, but there are still a few definitions in obsolete wireless drivers as well as the appletalk and ieee802154 layers to call SIOCSIFADDR/SIOCGIFADDR helpers from inside the kernel. Signed-off-by: Arnd Bergmann <arnd@arndb.de>