summaryrefslogtreecommitdiff
path: root/net/core/dev_ioctl.c
AgeCommit message (Expand)Author
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong
2017-07-19net: Zero terminate ifr_name in dev_ifname().David S. Miller
2017-07-19wireless: wext: terminate ifr name coming from userspaceLevin, Alexander
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-14dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar
2017-05-21net: define receive timestamp filter for NTPMiroslav Lichvar
2014-11-18dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick
2014-09-05dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann
2013-11-19net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan
2013-02-18net: move ioctl functions into a separated fileCong Wang