index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
dpaa2
/
dpaa2-mac.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()
Vladimir Oltean
2022-12-01
1
-0
/
+5
*
net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()
Vladimir Oltean
2022-12-01
1
-3
/
+0
*
net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()
Vladimir Oltean
2022-12-01
1
-0
/
+8
*
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
2022-11-08
1
-1
/
+0
*
net: dpaa2: Add some debug prints on deferred probe
Sean Anderson
2022-11-01
1
-1
/
+4
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-1
/
+1
*
eth: dpaa2-mac: remove a dead-code NULL check on fwnode parent
Jakub Kicinski
2022-05-10
1
-3
/
+0
*
dpaa2-mac: configure the SerDes phy on a protocol change
Ioana Ciornei
2022-03-14
1
-0
/
+86
*
dpaa2-mac: move setting up supported_interfaces into a function
Ioana Ciornei
2022-03-14
1
-19
/
+24
*
dpaa2-mac: retrieve API version and detect features
Ioana Ciornei
2022-03-14
1
-0
/
+30
*
net: dpaa2-mac: use .mac_select_pcs() interface
Russell King (Oracle)
2022-01-26
1
-3
/
+9
*
dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...
Ioana Ciornei
2022-01-07
1
-1
/
+14
*
dpaa2-mac: bail if the dpmacs fwnode is not found
Robert-Ionut Alexa
2022-01-07
1
-1
/
+4
*
net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs
Colin Foster
2022-01-02
1
-5
/
+8
*
net: dpaa2-mac: use phylink_generic_validate()
Russell King (Oracle)
2021-11-18
1
-48
/
+5
*
net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()
Russell King (Oracle)
2021-11-18
1
-35
/
+0
*
net: dpaa2-mac: populate supported_interfaces member
Russell King
2021-11-18
1
-0
/
+21
*
net: ethernet: use phylink_set_10g_modes()
Russell King (Oracle)
2021-10-04
1
-6
/
+1
*
net: dpaa2-mac: add support for more ethtool 10G link modes
Russell King
2021-09-19
1
-0
/
+5
*
net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver
Calvin Johnson
2021-06-11
1
-36
/
+52
*
dpaa2-eth: setup the of_node field of the device
Ioana Ciornei
2021-05-21
1
-12
/
+13
*
net: dpaa2-mac: add backplane link mode support
Russell King
2021-02-06
1
-2
/
+3
*
net: dpaa2-mac: add 1000BASE-X support
Russell King
2021-02-06
1
-3
/
+17
*
dpaa2-mac: remove a comment regarding pause settings
Ioana Ciornei
2021-01-10
1
-3
/
+0
*
dpaa2-mac: remove an unnecessary check
Ioana Ciornei
2021-01-10
1
-24
/
+19
*
dpaa2-mac: export MAC counters even when in TYPE_FIXED
Ioana Ciornei
2021-01-10
1
-26
/
+0
*
dpaa2-mac: split up initializing the MAC object from connecting to it
Ioana Ciornei
2021-01-10
1
-27
/
+42
*
dpaa2-mac: Add a missing of_node_put after of_device_is_available
Christophe JAILLET
2020-12-08
1
-0
/
+1
*
dpaa2-mac: Fix potential null pointer dereference
Gustavo A. R. Silva
2020-09-26
1
-1
/
+1
*
dpaa2-mac: do not check for both child and parent DTS nodes
Ioana Ciornei
2020-09-26
1
-2
/
+1
*
dpaa2-mac: add PCS support through the Lynx module
Ioana Ciornei
2020-09-25
1
-1
/
+88
*
net: dpaa2-mac: use resolved link config in mac_link_up()
Russell King
2020-02-27
1
-22
/
+32
*
net: phylink: propagate resolved link config via mac_link_up()
Russell King
2020-02-27
1
-2
/
+5
*
dpaa2-eth: add ethtool MAC counters
Ioana Ciornei
2019-11-08
1
-0
/
+68
*
dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_mode
Ioana Ciornei
2019-11-07
1
-5
/
+10
*
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
1
-3
/
+4
*
dpaa2-eth: add MAC/PHY support through phylink
Ioana Ciornei
2019-10-31
1
-0
/
+301