index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
dev_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: core: don't call SIOCBRADD/DELIF for non-bridge devices
Nikolay Aleksandrov
2021-08-05
1
-0
/
+2
*
net: bridge: fix ioctl locking
Nikolay Aleksandrov
2021-08-05
1
-1
/
+6
*
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
2021-07-27
1
-4
/
+4
*
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
2021-07-27
1
-3
/
+8
*
net: socket: return changed ifreq from SIOCDEVPRIVATE
Arnd Bergmann
2021-07-27
1
-3
/
+1
*
net: split out ndo_siowandev ioctl
Arnd Bergmann
2021-07-27
1
-2
/
+18
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-11
/
+27
*
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
2021-07-27
1
-10
/
+12
*
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
2021-07-27
1
-3
/
+22
*
net: socket: simplify dev_ifconf handling
Arnd Bergmann
2021-07-23
1
-26
/
+29
*
net: socket: remove register_gifconf
Arnd Bergmann
2021-07-23
1
-33
/
+10
*
net: socket: rework SIOC?IFMAP ioctls
Arnd Bergmann
2021-07-23
1
-13
/
+52
*
net: fix dev_ifsioc_locked() race condition
Cong Wang
2021-02-11
1
-13
/
+7
*
net: dev_ioctl: remove redundant initialization of variable err
Colin Ian King
2020-11-03
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-3
/
+3
*
net: Call into DSA netdevice_ops wrappers
Florian Fainelli
2020-07-20
1
-0
/
+5
*
net: Wrap ndo_do_ioctl() to prepare for DSA stacked ops
Florian Fainelli
2020-07-20
1
-7
/
+17
*
ethtool: add timestamping related string sets
Michal Kubecek
2020-03-29
1
-0
/
+6
*
net: Introduce peer to peer one step PTP time stamping.
Richard Cochran
2019-12-25
1
-0
/
+1
*
net/core: Document all dev_ioctl() arguments
Bart Van Assche
2019-03-27
1
-1
/
+2
*
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
2018-12-13
1
-1
/
+1
*
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
2018-12-06
1
-1
/
+1
*
net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
Tariq Toukan
2018-07-24
1
-6
/
+1
*
net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN
Cong Wang
2018-06-30
1
-9
/
+2
*
net: don't unnecessarily load kernel modules in dev_ioctl()
Paul Moore
2018-03-07
1
-2
/
+5
*
dev_ioctl(): move copyin/copyout to callers
Al Viro
2018-01-24
1
-61
/
+24
*
lift handling of SIOCIW... out of dev_ioctl()
Al Viro
2018-01-24
1
-18
/
+0
*
net: separate SIOCGIFCONF handling from dev_ioctl()
Al Viro
2018-01-24
1
-22
/
+7
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification
Xin Long
2017-10-16
1
-1
/
+12
*
net: check dev->addr_len for dev_set_mac_address()
WANG Cong
2017-07-29
1
-0
/
+2
*
net: Zero terminate ifr_name in dev_ifname().
David S. Miller
2017-07-19
1
-0
/
+1
*
wireless: wext: terminate ifr name coming from userspace
Levin, Alexander
2017-07-19
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-21
1
-3
/
+16
|
\
|
*
dev_ioctl: copy only the smaller struct iwreq for wext
Johannes Berg
2017-06-14
1
-3
/
+16
*
|
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
2017-05-21
1
-2
/
+1
*
|
net: define receive timestamp filter for NTP
Miroslav Lichvar
2017-05-21
1
-0
/
+2
|
/
*
dev_ioctl: use sizeof(x) instead of sizeof x
Fabian Frederick
2014-11-18
1
-3
/
+6
*
dev_ioctl: remove dev_load() CAP_SYS_MODULE message
Daniel Borkmann
2014-09-05
1
-5
/
+2
*
net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMP
Ben Hutchings
2013-11-19
1
-0
/
+2
*
net: fix kernel deadlock with interface rename and netdev name retrieval.
Nicolas Schichan
2013-06-26
1
-15
/
+4
*
net: move ioctl functions into a separated file
Cong Wang
2013-02-18
1
-0
/
+576