index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
core
/
dev_ioctl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-16
dev: Hold rtnl_net_lock() for dev_ifsioc().
Kuniyuki Iwashima
1
-9
/
+17
2024-12-16
net: Add the possibility to support a selected hwtstamp in netdevice
Kory Maincent
1
-2
/
+39
2024-12-16
net: Make net_hwtstamp_validate accessible
Kory Maincent
1
-1
/
+1
2024-12-16
net: Make dev_get_hwtstamp_phylib accessible
Kory Maincent
1
-2
/
+2
2024-10-29
ipv4: Convert devinet_ioctl to per-netns RTNL.
Kuniyuki Iwashima
1
-3
/
+3
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
1
-5
/
+4
2024-07-15
net: Change the API of PHY default timestamp to MAC
Kory Maincent
1
-5
/
+3
2024-06-17
net: Move dev_set_hwtstamp_phylib to net/core/dev.h
Kory Maincent
1
-1
/
+0
2023-11-18
net: partial revert of the "Make timestamping selectable: series
Jakub Kicinski
1
-22
/
+14
2023-11-18
net: Change the API of PHY default timestamp to MAC
Kory Maincent
1
-14
/
+22
2023-11-18
net: Replace hwtstamp_source by timestamping layer
Kory Maincent
1
-1
/
+1
2023-11-18
net: Make dev_set_hwtstamp_phylib accessible
Kory Maincent
1
-3
/
+4
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
1
-1
/
+1
2023-08-06
net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()
Vladimir Oltean
1
-2
/
+5
2023-08-02
net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted drivers
Vladimir Oltean
1
-8
/
+83
2023-08-02
net: add hwtstamping helpers for stackable net devices
Maxim Georgiev
1
-7
/
+68
2023-08-02
net: add NDOs for configuring hardware timestamping
Maxim Georgiev
1
-2
/
+44
2023-04-09
net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub
Vladimir Oltean
1
-10
/
+2
2023-04-03
net: create a netdev notifier for DSA to reject PTP on DSA master
Vladimir Oltean
1
-2
/
+14
2023-04-03
net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use it
Vladimir Oltean
1
-2
/
+5
2023-04-03
net: move copy_from_user() out of net_hwtstamp_validate()
Vladimir Oltean
1
-9
/
+9
2023-04-03
net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlers
Vladimir Oltean
1
-13
/
+26
2023-04-03
net: simplify handling of dsa_ndo_eth_ioctl() return code
Vladimir Oltean
1
-1
/
+1
2023-04-03
net: don't abuse "default" case for unknown ioctl in dev_ifsioc()
Vladimir Oltean
1
-23
/
+19
2023-03-27
dev_ioctl: fix a W=1 warning
Heiner Kallweit
1
-0
/
+1
2022-10-25
net: dev: Convert sa_data to flexible array in struct sockaddr
Kees Cook
1
-1
/
+1
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-2
/
+2
2022-04-07
net: extract a few internals from netdevice.h
Jakub Kicinski
1
-0
/
+2
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-1
/
+1
2021-12-06
net: add net device refcount tracker to dev_ifsioc()
Eric Dumazet
1
-2
/
+3
2021-11-01
ethtool: push the rtnl_lock into dev_ethtool()
Jakub Kicinski
1
-2
/
+0
2021-08-05
net: core: don't call SIOCBRADD/DELIF for non-bridge devices
Nikolay Aleksandrov
1
-0
/
+2
2021-08-05
net: bridge: fix ioctl locking
Nikolay Aleksandrov
1
-1
/
+6
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
1
-4
/
+4
2021-07-27
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
1
-3
/
+8
2021-07-27
net: socket: return changed ifreq from SIOCDEVPRIVATE
Arnd Bergmann
1
-3
/
+1
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
1
-2
/
+18
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-11
/
+27
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
1
-10
/
+12
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
1
-3
/
+22
2021-07-23
net: socket: simplify dev_ifconf handling
Arnd Bergmann
1
-26
/
+29
2021-07-23
net: socket: remove register_gifconf
Arnd Bergmann
1
-33
/
+10
2021-07-23
net: socket: rework SIOC?IFMAP ioctls
Arnd Bergmann
1
-13
/
+52
2021-02-11
net: fix dev_ifsioc_locked() race condition
Cong Wang
1
-13
/
+7
2020-11-03
net: dev_ioctl: remove redundant initialization of variable err
Colin Ian King
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-07-20
net: Call into DSA netdevice_ops wrappers
Florian Fainelli
1
-0
/
+5
2020-07-20
net: Wrap ndo_do_ioctl() to prepare for DSA stacked ops
Florian Fainelli
1
-7
/
+17
2020-03-29
ethtool: add timestamping related string sets
Michal Kubecek
1
-0
/
+6
2019-12-25
net: Introduce peer to peer one step PTP time stamping.
Richard Cochran
1
-0
/
+1
[next]