summaryrefslogtreecommitdiffstats
path: root/net/core/dev_ioctl.c
AgeCommit message (Expand)AuthorLines
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook-1/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski-2/+2
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski-0/+2
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu-1/+1
2021-12-06net: add net device refcount tracker to dev_ifsioc()Eric Dumazet-2/+3
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski-2/+0
2021-08-05net: core: don't call SIOCBRADD/DELIF for non-bridge devicesNikolay Aleksandrov-0/+2
2021-08-05net: bridge: fix ioctl lockingNikolay Aleksandrov-1/+6
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann-4/+4
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann-3/+8
2021-07-27net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann-3/+1
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann-2/+18
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-11/+27
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann-10/+12
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann-3/+22
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann-26/+29
2021-07-23net: socket: remove register_gifconfArnd Bergmann-33/+10
2021-07-23net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann-13/+52
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang-13/+7
2020-11-03net: dev_ioctl: remove redundant initialization of variable errColin Ian King-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-07-20net: Call into DSA netdevice_ops wrappersFlorian Fainelli-0/+5
2020-07-20net: Wrap ndo_do_ioctl() to prepare for DSA stacked opsFlorian Fainelli-7/+17
2020-03-29ethtool: add timestamping related string setsMichal Kubecek-0/+6
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran-0/+1
2019-03-27net/core: Document all dev_ioctl() argumentsBart Van Assche-1/+2
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata-1/+1
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata-1/+1
2018-07-24net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan-6/+1
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang-9/+2
2018-03-07net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore-2/+5
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro-61/+24
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro-18/+0
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro-22/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-16dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long-1/+12
2017-07-29net: check dev->addr_len for dev_set_mac_address()WANG Cong-0/+2
2017-07-19net: Zero terminate ifr_name in dev_ifname().David S. Miller-0/+1
2017-07-19wireless: wext: terminate ifr name coming from userspaceLevin, Alexander-0/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+16
2017-06-14dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg-3/+16
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar-2/+1
2017-05-21net: define receive timestamp filter for NTPMiroslav Lichvar-0/+2
2014-11-18dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick-3/+6
2014-09-05dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann-5/+2
2013-11-19net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings-0/+2
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan-15/+4
2013-02-18net: move ioctl functions into a separated fileCong Wang-0/+576