index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fman
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
fsl/fman: Fix refcount handling of fman-related devices
Aleksandr Mishin
1
-15
/
+47
2024-10-21
fsl/fman: Save device references taken in mac_probe()
Aleksandr Mishin
2
-3
/
+9
2024-08-01
net: Use of_property_read_bool()
Rob Herring (Arm)
1
-3
/
+3
2024-05-30
net: fman_memac: remove the now unnecessary checking for fixed-link
Russell King (Oracle)
1
-9
/
+5
2024-05-30
net: phylink: rename ovr_an_inband to default_an_inband
Russell King (Oracle)
1
-1
/
+1
2024-04-03
net: fman: Remove some unused fields in some structure
Christophe JAILLET
2
-2
/
+0
2024-02-23
net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device ...
Vladimir Oltean
1
-9
/
+9
2023-10-17
net: fman: convert to .mac_get_caps()
Russell King (Oracle)
1
-6
/
+5
2023-08-18
net: freescale: Remove unused declarations
Yue Haibing
1
-4
/
+0
2023-08-02
net: Remove duplicated include in mac.c
Yang Li
1
-1
/
+0
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
3
-0
/
+4
2023-07-11
net: fman: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-06-22
net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()
Russell King (Oracle)
1
-3
/
+4
2023-06-08
net: fman_memac: use pcs-lynx's check for fwnode availability
Russell King (Oracle)
1
-1
/
+1
2023-06-08
net: fman_memac: use lynx_pcs_create_fwnode()
Russell King (Oracle)
1
-9
/
+4
2023-06-08
net: fman_memac: allow lynx PCS to handle mdiodev lifetime
Russell King (Oracle)
1
-6
/
+1
2023-02-24
Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...
Linus Torvalds
1
-5
/
+4
2023-02-03
net: fman: memac: Convert to devm_of_phy_optional_get()
Geert Uytterhoeven
1
-5
/
+4
2023-01-31
net: fman: memac: free mdio device if lynx_pcs_create() fails
Vladimir Oltean
1
-0
/
+3
2023-01-03
net: dpaa: Fix dtsec check for PCS availability
Sean Anderson
1
-1
/
+1
2022-11-18
net: fman: remove reference to non-existing config PCS
Lukas Bulwahn
1
-1
/
+0
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+9
2022-11-07
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
2
-2
/
+0
2022-11-04
net: fman: Unregister ethernet device on removal
Sean Anderson
1
-0
/
+9
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+7
2022-10-24
net: fman: Use physical address for userspace interfaces
Sean Anderson
2
-7
/
+7
2022-10-19
net: dpaa: Convert to phylink
Sean Anderson
7
-769
/
+569
2022-10-19
net: fman: memac: Use lynx pcs driver
Sean Anderson
2
-156
/
+105
2022-10-19
net: fman: memac: Add serdes support
Sean Anderson
1
-2
/
+47
2022-09-05
net: dpaa: Adjust queue depth on rate change
Sean Anderson
4
-2
/
+10
2022-09-05
net: fman: Change return type of disable to void
Sean Anderson
4
-16
/
+8
2022-09-05
net: fman: Clean up error handling
Sean Anderson
1
-28
/
+15
2022-09-05
net: fman: Specify type of mac_dev for exception_cb
Sean Anderson
5
-9
/
+10
2022-09-05
net: fman: Use mac_dev for some params
Sean Anderson
5
-40
/
+22
2022-09-05
net: fman: Pass params directly to mac init
Sean Anderson
8
-49
/
+32
2022-09-05
net: fman: Map the base address once
Sean Anderson
2
-24
/
+14
2022-09-05
net: fman: Remove internal_phy_node from params
Sean Anderson
3
-35
/
+34
2022-09-05
net: fman: Inline several functions into initialization
Sean Anderson
3
-128
/
+21
2022-09-05
net: fman: Mark mac methods static
Sean Anderson
3
-61
/
+72
2022-09-05
net: fman: Move initialization to mac-specific files
Sean Anderson
7
-323
/
+277
2022-08-26
net: fman: memac: Uninitialized variable on error path
Dan Carpenter
1
-1
/
+1
2022-08-19
net: fman: memac: Use params instead of priv for max_speed
Sean Anderson
1
-3
/
+1
2022-08-19
net: fman: Export/rename some common functions
Sean Anderson
2
-6
/
+9
2022-08-19
net: fman: Configure fixed link in memac_initialization
Sean Anderson
1
-47
/
+46
2022-08-19
net: fman: Move struct dev to mac_device
Sean Anderson
2
-20
/
+12
2022-08-19
net: fman: Store initialization function in match data
Sean Anderson
2
-192
/
+165
2022-08-19
net: fman: Get PCS node in per-mac init
Sean Anderson
2
-11
/
+10
2022-08-19
net: fman: dtsec: Always gracefully stop/start
Sean Anderson
2
-74
/
+30
2022-08-19
net: fman: Store en/disable in mac_device instead of mac_priv_s
Sean Anderson
2
-40
/
+8
2022-08-19
net: fman: Don't pass comm_mode to enable/disable
Sean Anderson
7
-46
/
+24
[next]