summaryrefslogtreecommitdiffstats
path: root/net/core/dev_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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