index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
net: phy: fix potential race in the phylib state machine
Heiner Kallweit
2019-02-14
1
-0
/
+2
|
*
net: phy: don't use locking in phy_is_started
Heiner Kallweit
2019-02-14
1
-6
/
+5
|
*
net: phy: fix interrupt handling in non-started states
Heiner Kallweit
2019-02-13
1
-3
/
+0
|
*
net: phylink: avoid resolving link state too early
Russell King
2019-02-12
1
-6
/
+13
|
*
net: sfp: do not probe SFP module before we're attached
Russell King
2019-02-08
3
-9
/
+25
*
|
net: phy: Add generic support for 2.5GBaseT and 5GBaseT
Maxime Chevallier
2019-02-13
1
-0
/
+37
*
|
net: phy: Extract genphy_c45_pma_read_abilities from marvell10g
Maxime Chevallier
2019-02-13
2
-70
/
+82
*
|
net: phy: Move of_set_phy_eee_broken to phy-core.c
Maxime Chevallier
2019-02-13
2
-28
/
+27
*
|
net: phy: Mask-out non-compatible modes when setting the max-speed
Maxime Chevallier
2019-02-13
2
-53
/
+45
*
|
net: phy: simplify genphy_config_eee_advert
Heiner Kallweit
2019-02-12
1
-21
/
+6
*
|
net: phylink: add phylink_init_eee() helper
Russell King
2019-02-12
1
-0
/
+18
*
|
net: phylink: only call mac_config() during resolve when link is up
Russell King
2019-02-12
1
-2
/
+9
*
|
net: phy: use phy_modify_changed in genphy_config_advert
Heiner Kallweit
2019-02-10
1
-28
/
+15
*
|
net: phy: marvell10g: fix usage of new MMD modifying helpers
Heiner Kallweit
2019-02-10
1
-7
/
+6
*
|
net: phy: add register modifying helpers returning 1 on change
Heiner Kallweit
2019-02-10
1
-9
/
+118
*
|
net: phy: aquantia: add support for AQCS109
Nikita Yushchenko
2019-02-09
1
-0
/
+12
*
|
net: phy: Add support for asking the PHY its abilities
Andrew Lunn
2019-02-09
1
-16
/
+15
*
|
net: phy: probe the PHY before determining the supported features
Andrew Lunn
2019-02-09
1
-11
/
+13
*
|
net: phy: remove unneeded masking of PHY register read results
Heiner Kallweit
2019-02-09
1
-6
/
+6
*
|
net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkg
Heiner Kallweit
2019-02-08
1
-0
/
+3
*
|
net: phy: don't double-read link status register if link is up
Heiner Kallweit
2019-02-08
2
-1
/
+7
*
|
net: phy: consider latched link-down status in polling mode
Heiner Kallweit
2019-02-08
2
-6
/
+17
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
2
-19
/
+10
|
\
|
|
*
net: dp83640: expire old TX-skb
Sebastian Andrzej Siewior
2019-02-04
1
-3
/
+10
|
*
Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"
Russell King
2019-02-02
1
-16
/
+0
*
|
net: phy: let genphy_c45_read_link manage the devices to check
Heiner Kallweit
2019-02-07
2
-17
/
+11
*
|
net: fixed-phy: Add fixed_phy_register_with_gpiod() API
Moritz Fischer
2019-02-07
1
-7
/
+25
*
|
net: phy: fixed_phy: Fix fixed_phy not checking GPIO
Moritz Fischer
2019-02-07
1
-3
/
+3
*
|
net: phy: improve genphy_c45_read_link
Heiner Kallweit
2019-02-06
2
-11
/
+6
*
|
net: phy: make use of new MMD accessors
Heiner Kallweit
2019-02-06
5
-94
/
+38
*
|
net: phy: provide full set of accessor functions to MMD registers
Nikita Yushchenko
2019-02-06
1
-13
/
+103
*
|
net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
Linus Walleij
2019-02-04
1
-22
/
+60
*
|
net: phy: aquantia: replace magic numbers with constants
Heiner Kallweit
2019-02-03
1
-14
/
+66
*
|
net: phy: aquantia: use macro PHY_ID_MATCH_MODEL
Heiner Kallweit
2019-02-03
1
-18
/
+12
*
|
net: phy: aquantia: remove unneeded includes
Heiner Kallweit
2019-02-03
1
-3
/
+0
*
|
net: phy: aquantia: Shorten name space prefix to aqr_
Andrew Lunn
2019-02-03
1
-32
/
+32
*
|
net: phy: realtek: add generic Realtek PHY driver
Heiner Kallweit
2019-02-03
1
-0
/
+9
*
|
net: phy: at803x: Use helpers to access MMD PHY registers
Carlo Caione
2019-01-27
1
-13
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-27
3
-28
/
+5
|
\
|
|
*
net: phy: Fixup GPLv2+ SPDX tags based on license text
Andrew Lunn
2019-01-22
3
-28
/
+5
*
|
net: phy: change phy_start_interrupts to phy_request_interrupt
Heiner Kallweit
2019-01-24
3
-16
/
+15
*
|
net: phy: start interrupts in phy_start
Heiner Kallweit
2019-01-24
1
-20
/
+14
*
|
net: phy: warn if phy_start is called from invalid state
Heiner Kallweit
2019-01-24
1
-2
/
+9
*
|
net: phy: start state machine in phy_start only
Heiner Kallweit
2019-01-24
3
-3
/
+1
*
|
net: phy: Add SDPX tag based on COPYING file
Andrew Lunn
2019-01-22
7
-34
/
+13
*
|
net: phy: Fixup GPLv2 SPDX tags based on license text
Andrew Lunn
2019-01-22
8
-55
/
+16
*
|
net: phy: Remove redundent License text when SPDX header is present
Andrew Lunn
2019-01-22
2
-14
/
+0
*
|
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
2019-01-22
51
-323
/
+52
*
|
net: phy: at803x: Disable phy delay for RGMII mode
Vinod Koul
2019-01-22
1
-10
/
+12
*
|
net: phy: improve phy_init_hw
Heiner Kallweit
2019-01-22
1
-2
/
+5
[prev]
[next]