summaryrefslogtreecommitdiff
path: root/net/core/dev_ioctl.c
AgeCommit message (Expand)Author
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent
2023-11-18net: Make dev_set_hwtstamp_phylib accessibleKory Maincent
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-08-06net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()Vladimir Oltean
2023-08-02net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean
2023-08-02net: add hwtstamping helpers for stackable net devicesMaxim Georgiev
2023-08-02net: add NDOs for configuring hardware timestampingMaxim Georgiev
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean
2023-04-03net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean
2023-04-03net: move copy_from_user() out of net_hwtstamp_validate()Vladimir Oltean
2023-04-03net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlersVladimir Oltean
2023-04-03net: simplify handling of dsa_ndo_eth_ioctl() return codeVladimir Oltean
2023-04-03net: don't abuse "default" case for unknown ioctl in dev_ifsioc()Vladimir Oltean
2023-03-27dev_ioctl: fix a W=1 warningHeiner Kallweit
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-06net: add net device refcount tracker to dev_ifsioc()Eric Dumazet
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski
2021-08-05net: core: don't call SIOCBRADD/DELIF for non-bridge devicesNikolay Aleksandrov
2021-08-05net: bridge: fix ioctl lockingNikolay Aleksandrov
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann
2021-07-27net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann
2021-07-23net: socket: remove register_gifconfArnd Bergmann
2021-07-23net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang
2020-11-03net: dev_ioctl: remove redundant initialization of variable errColin Ian King
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20net: Call into DSA netdevice_ops wrappersFlorian Fainelli
2020-07-20net: Wrap ndo_do_ioctl() to prepare for DSA stacked opsFlorian Fainelli
2020-03-29ethtool: add timestamping related string setsMichal Kubecek
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran
2019-03-27net/core: Document all dev_ioctl() argumentsBart Van Assche
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata
2018-07-24net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang
2018-03-07net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro