Sign in
android-kvm
/
linux
/
4286d192c803571e8ca43b0f1f8ea04d663a278a
/
drivers
/
net
/
phy
/
phy.c
9de5d23
net: phy: fix aneg restart in phy_ethtool_set_eee
by Heiner Kallweit
· 4 years, 10 months ago
5eee3bb
net: phy: add and use phy_check_downshift
by Heiner Kallweit
· 5 years ago
9010f9d
net: phy: improve phy_driver callback handle_interrupt
by Heiner Kallweit
· 5 years ago
249bc97
net: phy: avoid clearing PHY interrupts twice in irq handler
by Heiner Kallweit
· 5 years ago
bbbf843
net: phy: add new version of phy_do_ioctl
by Heiner Kallweit
· 5 years ago
3231e5d
net: phy: rename phy_do_ioctl to phy_do_ioctl_running
by Heiner Kallweit
· 5 years ago
2ab1d92
net: phy: add generic ndo_do_ioctl handler phy_do_ioctl
by Heiner Kallweit
· 5 years ago
4715f65
net: Introduce a new MII time stamping interface.
by Richard Cochran
· 5 years ago
e3cf8b36
net: phy: remove phy_ethtool_sset()
by Russell King
· 5 years ago
298e54f
net: phy: add core phylib sfp support
by Russell King
· 5 years ago
3de5ae5
net: phy: Fix "link partner" information disappear issue
by Yonglong Liu
· 5 years ago
4cf6c57
net: phy: fix write to mii-ctrl1000 register
by Russell King
· 5 years ago
fe4a7a4
net: phy: Do not check Link status when loopback is enabled
by Jose Abreu
· 6 years ago
765b759
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 6 years ago
95fb8bb
net: phy: force phy suspend when calling phy_stop
by Jian Shen
· 6 years ago
94acaeb
Add genphy_c45_config_aneg() function to phy-c45.c
by Marco Hartmann
· 6 years ago
65b2799
net: phy: let phy_speed_down/up support speeds >1Gbps
by Heiner Kallweit
· 6 years ago
ccf355e
net: phy: Make use of linkmode_mod_bit helper
by Fuqian Huang
· 6 years ago
2bd229d
net: phy: remove state PHY_FORCING
by Heiner Kallweit
· 6 years ago
cdea04c
net: phy: allow Clause 45 access via mii ioctl
by Russell King
· 6 years ago
97b33bd
net: phy: export phy_queue_state_machine
by Heiner Kallweit
· 6 years ago
49644e6
net: phy: add callback for custom interrupt handler to struct phy_driver
by Heiner Kallweit
· 6 years ago
07b0928
net: phy: enable interrupts when PHY is attached already
by Heiner Kallweit
· 6 years ago
23bfaa5
net: phy: improve pause mode reporting in phy_print_status
by Heiner Kallweit
· 6 years ago
f24098f
net: phy: improve resuming from hibernation
by Heiner Kallweit
· 6 years ago
4cf2d20
net: phy: remove dead code from phy_sanitize_settings
by Heiner Kallweit
· 6 years ago
5c5f626
net: phy: improve handling link_change_notify callback
by Heiner Kallweit
· 6 years ago
d7bed82
net: phy: use genphy_c45_aneg_done in genphy_aneg_done
by Heiner Kallweit
· 6 years ago
3313da8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a200490
net: phy: fix potential race in the phylib state machine
by Heiner Kallweit
· 6 years ago
a2fc9d7
net: phy: don't use locking in phy_is_started
by Heiner Kallweit
· 6 years ago
b79555d
net: phy: fix interrupt handling in non-started states
by Heiner Kallweit
· 6 years ago
b52c018
net: phy: make use of new MMD accessors
by Heiner Kallweit
· 6 years ago
434a431
net: phy: change phy_start_interrupts to phy_request_interrupt
by Heiner Kallweit
· 6 years ago
9e573cf
net: phy: start interrupts in phy_start
by Heiner Kallweit
· 6 years ago
2179626
net: phy: warn if phy_start is called from invalid state
by Heiner Kallweit
· 6 years ago
a016bec
net: phy: start state machine in phy_start only
by Heiner Kallweit
· 6 years ago
a2443fd
net: phy: Convert some PHY and MDIO driver files to SPDX headers
by Andrew Lunn
· 6 years ago
fa7f3a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
bb658ab
net: phy: remove phy_stop_interrupts
by Heiner Kallweit
· 6 years ago
cbfd12b
net: phy: ensure phylib state machine is stopped after calling phy_stop
by Heiner Kallweit
· 6 years ago
e302c2a
net: phy: remove state PHY_CHANGELINK
by Heiner Kallweit
· 6 years ago
3fcb3f9
net: phy: don't include asm/irq.h directly
by Heiner Kallweit
· 6 years ago
c3a6a17
net: phy: improve logging in phylib
by Heiner Kallweit
· 6 years ago
d9f903f
net: phy: fix too strict check in phy_start_aneg
by Heiner Kallweit
· 6 years ago
fa7b28c
net: phy: print stack trace in phy_error
by Heiner Kallweit
· 6 years ago
2b3e88e
net: phy: improve phy state checking
by Heiner Kallweit
· 6 years ago
9db299c
net: phy: Fix ioctl handler when modifing MII_ADVERTISE
by Andrew Lunn
· 6 years ago
d1420bb
net: phy: improve generic EEE ethtool functions
by Heiner Kallweit
· 6 years ago
3e536cf
net: phy: check if advertising is zero using linkmode_empty
by Colin Ian King
· 6 years ago
c0ec3c2
net: phy: Convert u32 phydev->lp_advertising to linkmode
by Andrew Lunn
· 6 years ago
3c1bcc8
net: ethernet: Convert phydev advertize and supported from u32 to link mode
by Andrew Lunn
· 6 years ago
899a3cb
net: phy: remove states PHY_STARTING and PHY_PENDING
by Heiner Kallweit
· 6 years ago
34d884e
net: phy: improve and inline phy_change
by Heiner Kallweit
· 6 years ago
d73a215
net: phy: simplify phy_mac_interrupt and related functions
by Heiner Kallweit
· 6 years ago
8deeb63
net: phy: don't set state PHY_CHANGELINK in phy_change
by Heiner Kallweit
· 6 years ago
695bce8
net: phy: improve struct phy_device member interrupts handling
by Heiner Kallweit
· 6 years ago
c8e977b
net: phy: use phy_check_link_status in more places in the state machine
by Heiner Kallweit
· 6 years ago
85a1f31
net: phy: remove state PHY_AN
by Heiner Kallweit
· 6 years ago
74a992b
net: phy: add phy_check_link_status
by Heiner Kallweit
· 6 years ago
c96469f
net: phy: remove useless check in state machine case PHY_RESUMING
by Heiner Kallweit
· 6 years ago
3b01ea7
net: phy: remove useless check in state machine case PHY_NOLINK
by Heiner Kallweit
· 6 years ago
a3320bc
net: phy: make phy_trigger_machine static
by Heiner Kallweit
· 6 years ago
c45d715
net: phy: merge phy_start_aneg and phy_start_aneg_priv
by Heiner Kallweit
· 6 years ago
eb4c470
net: phy: simplify handling of PHY_RESUMING in state machine
by Heiner Kallweit
· 6 years ago
74fb5e2
net: phy: improve handling of PHY_RUNNING in state machine
by Heiner Kallweit
· 6 years ago
6384e48
net: phy: trigger state machine immediately in phy_start_machine
by Heiner Kallweit
· 6 years ago
9f2959b
net: phy: improve handling delayed work
by Heiner Kallweit
· 6 years ago
075ddeb
net: phy: don't reschedule state machine when PHY is halted
by Heiner Kallweit
· 6 years ago
e8cfd9d
net: phy: call state machine synchronously in phy_stop
by Heiner Kallweit
· 6 years ago
3c507b8
net: phy: add helper phy_polling_mode
by Heiner Kallweit
· 7 years ago
3478600
net: phy: prevent PHYs w/o Clause 22 regs from calling genphy_config_aneg
by Camelia Groza
· 7 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
215d08a
net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
by Heiner Kallweit
· 7 years ago
2b9672d
net: phy: add phy_speed_down and phy_speed_up
by Heiner Kallweit
· 7 years ago
7629958
net: phy: add helper phy_config_aneg
by Heiner Kallweit
· 7 years ago
eaf47b1
net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handling
by Heiner Kallweit
· 7 years ago
9e8d438
net: phy: Fix modular PHYLIB build
by Florian Fainelli
· 7 years ago
c59530d
net: Move PHY statistics code into PHY library helpers
by Florian Fainelli
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a2c054a
net: phy: Tell caller result of phy_change()
by Brad Mouring
· 7 years ago
70a55c3
net: phy: use phy_disable_interrupts in phy_stop
by Heiner Kallweit
· 7 years ago
4fff2d3
net: phy: remove phy_error from phy_disable_interrupts
by Heiner Kallweit
· 7 years ago
9c2c2e6
net: phy: Restore phy_resume() locking assumption
by Andrew Lunn
· 7 years ago
08f5138
net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
by Heiner Kallweit
· 7 years ago
28b2e0d
net: phy: remove parameter new_link from phy_mac_interrupt()
by Heiner Kallweit
· 7 years ago
c30abd5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f5e6403
net: phy: fix resume handling
by Russell King
· 7 years ago
c34bc2b
net: phy: core: don't disable device interrupts in phy_change
by Heiner Kallweit
· 7 years ago
a6d1642
net: phy: core: remove now uneeded disabling of interrupts
by Heiner Kallweit
· 7 years ago
00fde79
net: phy: core: use genphy version of callbacks read_status and config_aneg per default
by Heiner Kallweit
· 7 years ago
ceb6281
net: phy: Keep reporting transceiver type
by Florian Fainelli
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ebc8254
Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"
by Florian Fainelli
· 8 years ago
5e5758d
net: phy: export phy_start_machine() for phylink
by Russell King
· 8 years ago
a81497b
net: phy: provide a hook for link up/link down events
by Russell King
· 8 years ago
0ccb4fc
net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy-core
by Russell King
· 8 years ago
da4625a
net: phy: split out PHY speed and duplex string generation
by Russell King
· 8 years ago
c3ecbe7
net: phy: allow settings table to support more than 32 link modes
by Russell King
· 8 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
Next »