aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev_ioctl.c
Commit message (Expand)AuthorAge
* net/core: Document all dev_ioctl() argumentsBart Van Assche2019-03-27
* net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-13
* net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-06
* net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan2018-07-24
* net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang2018-06-30
* net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore2018-03-07
* dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-24
* lift handling of SIOCIW... out of dev_ioctl()Al Viro2018-01-24
* net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-24
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long2017-10-16
* net: check dev->addr_len for dev_set_mac_address()WANG Cong2017-07-29
* net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-07-19
* wireless: wext: terminate ifr name coming from userspaceLevin, Alexander2017-07-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-21
|\
| * dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg2017-06-14
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-21
* | net: define receive timestamp filter for NTPMiroslav Lichvar2017-05-21
|/
* dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick2014-11-18
* dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann2014-09-05
* net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings2013-11-19
* net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-26
* net: move ioctl functions into a separated fileCong Wang2013-02-18