summaryrefslogtreecommitdiffstats
path: root/net/core/dev_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore2018-03-071-2/+5
* dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-241-61/+24
* lift handling of SIOCIW... out of dev_ioctl()Al Viro2018-01-241-18/+0
* net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-241-22/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long2017-10-161-1/+12
* net: check dev->addr_len for dev_set_mac_address()WANG Cong2017-07-291-0/+2
* net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-07-191-0/+1
* wireless: wext: terminate ifr name coming from userspaceLevin, Alexander2017-07-191-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-3/+16
|\
| * dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg2017-06-141-3/+16
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-2/+1
* | net: define receive timestamp filter for NTPMiroslav Lichvar2017-05-211-0/+2
|/
* dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick2014-11-181-3/+6
* dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann2014-09-051-5/+2
* net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings2013-11-191-0/+2
* net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-261-15/+4
* net: move ioctl functions into a separated fileCong Wang2013-02-181-0/+576
OpenPOWER on IntegriCloud