Sign in
android-kvm
/
linux
/
b426d9d78efb39800dabaed447a0bfc959038930
/
net
/
core
/
dev_ioctl.c
3b23a32
net: fix dev_ifsioc_locked() race condition
by Cong Wang
· 3 years, 11 months ago
1ca4743
net: dev_ioctl: remove redundant initialization of variable err
by Colin Ian King
· 4 years, 2 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
3369afb
net: Call into DSA netdevice_ops wrappers
by Florian Fainelli
· 4 years, 5 months ago
aad74d8
net: Wrap ndo_do_ioctl() to prepare for DSA stacked ops
by Florian Fainelli
· 4 years, 5 months ago
f76510b
ethtool: add timestamping related string sets
by Michal Kubecek
· 4 years, 9 months ago
b6fd7b9
net: Introduce peer to peer one step PTP time stamping.
by Richard Cochran
· 5 years ago
b3c0fd6
net/core: Document all dev_ioctl() arguments
by Bart Van Assche
· 6 years ago
3a37a96
net: dev: Add extack argument to dev_set_mac_address()
by Petr Machata
· 6 years ago
567c5e1
net: core: dev: Add extack argument to dev_change_flags()
by Petr Machata
· 6 years ago
8dd3020
net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
by Tariq Toukan
· 6 years ago
3f76df1
net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN
by Cong Wang
· 6 years ago
b51f26b
net: don't unnecessarily load kernel modules in dev_ioctl()
by Paul Moore
· 7 years ago
44c02a2
dev_ioctl(): move copyin/copyout to callers
by Al Viro
· 7 years ago
b1b0c24
lift handling of SIOCIW... out of dev_ioctl()
by Al Viro
· 7 years ago
36fd633
net: separate SIOCGIFCONF handling from dev_ioctl()
by Al Viro
· 8 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
823038c
dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification
by Xin Long
· 7 years ago
0254e0c
net: check dev->addr_len for dev_set_mac_address()
by WANG Cong
· 7 years ago
6367911
net: Zero terminate ifr_name in dev_ifname().
by David S. Miller
· 7 years ago
98de4e0
wireless: wext: terminate ifr name coming from userspace
by Levin, Alexander
· 7 years ago
3d09198
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
68dd02d
dev_ioctl: copy only the smaller struct iwreq for wext
by Johannes Berg
· 8 years ago
e341257
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
by Miroslav Lichvar
· 8 years ago
b8210a9e
net: define receive timestamp filter for NTP
by Miroslav Lichvar
· 8 years ago
54aeba7
dev_ioctl: use sizeof(x) instead of sizeof x
by Fabian Frederick
· 10 years ago
e020836
dev_ioctl: remove dev_load() CAP_SYS_MODULE message
by Daniel Borkmann
· 10 years ago
fd468c7
net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMP
by Ben Hutchings
· 11 years ago
5dbe7c1
net: fix kernel deadlock with interface rename and netdev name retrieval.
by Nicolas Schichan
· 12 years ago
96b45cb
net: move ioctl functions into a separated file
by Cong Wang
· 12 years ago