aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-07-27 15:45:15 +0200
committerDavid S. Miller <davem@davemloft.net>2021-07-27 20:11:45 +0100
commit88fc023f7de22922c6c61e2f3d4c54befb8b3549 (patch)
treee28612f0cf560893e4b6dd170d5dd8d131308016 /net/bridge/br_private.h
parentnet: split out ndo_siowandev ioctl (diff)
downloadlinux-dev-88fc023f7de22922c6c61e2f3d4c54befb8b3549.tar.xz
linux-dev-88fc023f7de22922c6c61e2f3d4c54befb8b3549.zip
net: socket: return changed ifreq from SIOCDEVPRIVATE
Some drivers that use SIOCDEVPRIVATE ioctl commands modify the ifreq structure and expect it to be passed back to user space, which has never really happened for compat mode because the calling these drivers through ndo_do_ioctl requires overwriting the ifr_data pointer. Now that all drivers are converted to ndo_siocdevprivate, change it to handle this correctly in both compat and native mode. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions