index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
dev_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dev_ioctl: take ops lock in hwtstamp lower paths
Carolina Jubran
2025-09-10
1
-4
/
+18
*
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
2025-07-19
1
-1
/
+1
*
net: s/dev_get_mac_address/netif_get_mac_address/
Stanislav Fomichev
2025-07-19
1
-1
/
+2
*
net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storage
Kees Cook
2025-05-27
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-03-26
1
-19
/
+0
|
\
|
*
net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.
Kuniyuki Iwashima
2025-03-21
1
-19
/
+0
*
|
Revert "net: replace dev_addr_sem with netdev instance lock"
Stanislav Fomichev
2025-03-19
1
-1
/
+1
*
|
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
2025-03-08
1
-0
/
+1
*
|
net: replace dev_addr_sem with netdev instance lock
Stanislav Fomichev
2025-03-06
1
-1
/
+1
*
|
net: hold netdev instance lock during ioctl operations
Stanislav Fomichev
2025-03-06
1
-27
/
+40
|
/
*
dev: Hold rtnl_net_lock() for dev_ifsioc().
Kuniyuki Iwashima
2025-01-17
1
-9
/
+17
*
net: Add the possibility to support a selected hwtstamp in netdevice
Kory Maincent
2024-12-16
1
-2
/
+39
*
net: Make net_hwtstamp_validate accessible
Kory Maincent
2024-12-16
1
-1
/
+1
*
net: Make dev_get_hwtstamp_phylib accessible
Kory Maincent
2024-12-16
1
-2
/
+2
*
ipv4: Convert devinet_ioctl to per-netns RTNL.
Kuniyuki Iwashima
2024-10-29
1
-3
/
+3
*
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-09-03
1
-5
/
+4
*
net: Change the API of PHY default timestamp to MAC
Kory Maincent
2024-07-15
1
-5
/
+3
*
net: Move dev_set_hwtstamp_phylib to net/core/dev.h
Kory Maincent
2024-06-18
1
-1
/
+0
*
net: partial revert of the "Make timestamping selectable: series
Jakub Kicinski
2023-11-19
1
-22
/
+14
*
net: Change the API of PHY default timestamp to MAC
Kory Maincent
2023-11-18
1
-14
/
+22
*
net: Replace hwtstamp_source by timestamping layer
Kory Maincent
2023-11-18
1
-1
/
+1
*
net: Make dev_set_hwtstamp_phylib accessible
Kory Maincent
2023-11-18
1
-3
/
+4
*
net: dsa: Use conduit and user terms
Florian Fainelli
2023-10-24
1
-1
/
+1
*
net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()
Vladimir Oltean
2023-08-06
1
-2
/
+5
*
net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...
Vladimir Oltean
2023-08-03
1
-8
/
+83
*
net: add hwtstamping helpers for stackable net devices
Maxim Georgiev
2023-08-03
1
-7
/
+68
*
net: add NDOs for configuring hardware timestamping
Maxim Georgiev
2023-08-03
1
-2
/
+44
*
net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub
Vladimir Oltean
2023-04-09
1
-10
/
+2
*
net: create a netdev notifier for DSA to reject PTP on DSA master
Vladimir Oltean
2023-04-03
1
-2
/
+14
*
net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use it
Vladimir Oltean
2023-04-03
1
-2
/
+5
*
net: move copy_from_user() out of net_hwtstamp_validate()
Vladimir Oltean
2023-04-03
1
-9
/
+9
*
net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlers
Vladimir Oltean
2023-04-03
1
-13
/
+26
*
net: simplify handling of dsa_ndo_eth_ioctl() return code
Vladimir Oltean
2023-04-03
1
-1
/
+1
*
net: don't abuse "default" case for unknown ioctl in dev_ifsioc()
Vladimir Oltean
2023-04-03
1
-22
/
+18
*
dev_ioctl: fix a W=1 warning
Heiner Kallweit
2023-03-27
1
-0
/
+1
*
net: dev: Convert sa_data to flexible array in struct sockaddr
Kees Cook
2022-10-25
1
-1
/
+1
*
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-10
1
-2
/
+2
*
net: extract a few internals from netdevice.h
Jakub Kicinski
2022-04-08
1
-0
/
+2
*
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-14
1
-1
/
+1
*
net: add net device refcount tracker to dev_ifsioc()
Eric Dumazet
2021-12-07
1
-2
/
+3
*
ethtool: push the rtnl_lock into dev_ethtool()
Jakub Kicinski
2021-11-01
1
-2
/
+0
*
net: core: don't call SIOCBRADD/DELIF for non-bridge devices
Nikolay Aleksandrov
2021-08-05
1
-0
/
+2
*
net: bridge: fix ioctl locking
Nikolay Aleksandrov
2021-08-05
1
-1
/
+6
*
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
2021-07-27
1
-4
/
+4
*
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
2021-07-27
1
-3
/
+8
*
net: socket: return changed ifreq from SIOCDEVPRIVATE
Arnd Bergmann
2021-07-27
1
-3
/
+1
*
net: split out ndo_siowandev ioctl
Arnd Bergmann
2021-07-27
1
-2
/
+18
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-11
/
+27
*
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
2021-07-27
1
-10
/
+12
*
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
2021-07-27
1
-3
/
+22
[next]