aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski1-22/+14
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent1-14/+22
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent1-1/+1
2023-11-18net: Make dev_set_hwtstamp_phylib accessibleKory Maincent1-3/+4
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli1-1/+1
2023-08-06net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()Vladimir Oltean1-2/+5
2023-08-02net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted driversVladimir Oltean1-8/+83
2023-08-02net: add hwtstamping helpers for stackable net devicesMaxim Georgiev1-7/+68
2023-08-02net: add NDOs for configuring hardware timestampingMaxim Georgiev1-2/+44
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean1-10/+2
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean1-2/+14
2023-04-03net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean1-2/+5
2023-04-03net: move copy_from_user() out of net_hwtstamp_validate()Vladimir Oltean1-9/+9
2023-04-03net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlersVladimir Oltean1-13/+26
2023-04-03net: simplify handling of dsa_ndo_eth_ioctl() return codeVladimir Oltean1-1/+1
2023-04-03net: don't abuse "default" case for unknown ioctl in dev_ifsioc()Vladimir Oltean1-23/+19
2023-03-27dev_ioctl: fix a W=1 warningHeiner Kallweit1-0/+1
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook1-1/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski1-0/+2
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-1/+1
2021-12-06net: add net device refcount tracker to dev_ifsioc()Eric Dumazet1-2/+3
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski1-2/+0
2021-08-05net: core: don't call SIOCBRADD/DELIF for non-bridge devicesNikolay Aleksandrov1-0/+2
2021-08-05net: bridge: fix ioctl lockingNikolay Aleksandrov1-1/+6
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann1-4/+4
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann1-3/+8
2021-07-27net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann1-3/+1
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-2/+18
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-11/+27
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann1-10/+12
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann1-3/+22
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann1-26/+29
2021-07-23net: socket: remove register_gifconfArnd Bergmann1-33/+10
2021-07-23net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann1-13/+52
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang1-13/+7
2020-11-03net: dev_ioctl: remove redundant initialization of variable errColin Ian King1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-20net: Call into DSA netdevice_ops wrappersFlorian Fainelli1-0/+5
2020-07-20net: Wrap ndo_do_ioctl() to prepare for DSA stacked opsFlorian Fainelli1-7/+17
2020-03-29ethtool: add timestamping related string setsMichal Kubecek1-0/+6
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran1-0/+1
2019-03-27net/core: Document all dev_ioctl() argumentsBart Van Assche1-1/+2
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata1-1/+1
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-1/+1
2018-07-24net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan1-6/+1
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang1-9/+2
2018-03-07net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore1-2/+5
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro1-61/+24
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro1-18/+0