index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
lan9303-core.c
Age
Commit message (
Expand
)
Author
2020-01-08
net: dsa: Get information about stacked DSA protocol
Florian Fainelli
2019-10-22
net: dsa: remove dsa_switch_alloc helper
Vivien Didelot
2019-08-20
net: dsa: do not enable or disable non user ports
Vivien Didelot
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-02-24
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
2018-04-27
net: dsa: Pass stringset to ethtool operations
Florian Fainelli
2018-03-04
dsa: Pass the port to get_sset_count()
Andrew Lunn
2018-01-15
net: dsa: lan9303: check error value from devm_gpiod_get_optional()
Phil Reid
2018-01-15
net: dsa: lan9303: make lan9303_handle_reset() a void function
Phil Reid
2018-01-05
net: dsa: lan9303: Fix error return code in lan9303_check_device()
Wei Yongjun
2018-01-04
net: dsa: lan9303: Adjust phy_addr_base expressions
Egil Hjelmeland
2018-01-04
net: dsa: lan9303: phy_addr_sel_strap rename and retype
Egil Hjelmeland
2017-12-26
net: dsa: lan9303: lan9303_csr_reg_wait cleanups
Egil Hjelmeland
2017-12-13
net: dsa: lan9303: Introduce lan9303_read_wait
Egil Hjelmeland
2017-12-08
net: dsa: lan9303: Protect ALR operations with mutex
Egil Hjelmeland
2017-12-02
net: dsa: remove trans argument from mdb ops
Vivien Didelot
2017-11-14
net: dsa: lan9303: correctly check return value of devm_gpiod_get_optional
Pan Bian
2017-11-13
net: dsa: Pass a port to get_tag_protocol()
Florian Fainelli
2017-11-13
net: dsa: lan9303: Fix lan9303_alr_del_port()
Egil Hjelmeland
2017-11-11
net: dsa: lan9303: Set up trapping of IGMP to CPU port
Egil Hjelmeland
2017-11-08
net: dsa: lan9303: Drop port range check
Egil Hjelmeland
2017-11-08
net: dsa: lan9303: Replace msleep(1) with usleep_range()
Egil Hjelmeland
2017-11-01
net: dsa: lan9303: Add STP ALR entry on port 0
Egil Hjelmeland
2017-10-26
net: dsa: lan9303: Do not disable switch fabric port 0 at .probe
Egil Hjelmeland
2017-10-22
net: dsa: lan9303: Add fdb/mdb manipulation
Egil Hjelmeland
2017-10-22
net: dsa: lan9303: Add port_fast_age and port_fdb_dump methods
Egil Hjelmeland
2017-10-18
net: dsa: add dsa_to_port helper
Vivien Didelot
2017-10-11
net: dsa: lan9303: Add basic offloading of unicast traffic
Egil Hjelmeland
2017-10-11
net: dsa: lan9303: Move tag setup to new lan9303_setup_tagging
Egil Hjelmeland
2017-09-20
net: dsa: lan9303: Add adjust_link() method
Egil Hjelmeland
2017-08-09
net: dsa: make dsa_switch_ops const
Bhumika Goyal
2017-08-08
net: dsa: lan9303: Only allocate 3 ports
Egil Hjelmeland
2017-08-07
net: dsa: lan9303: refactor lan9303_get_ethtool_stats
Egil Hjelmeland
2017-08-07
net: dsa: lan9303: Rename lan9303_xxx_packet_processing()
Egil Hjelmeland
2017-08-07
net: dsa: lan9303: Simplify lan9303_xxx_packet_processing() usage
Egil Hjelmeland
2017-08-07
net: dsa: lan9303: define LAN9303_NUM_PORTS 3
Egil Hjelmeland
2017-08-07
net: dsa: lan9303: Change lan9303_xxx_packet_processing() port param.
Egil Hjelmeland
2017-07-30
net: dsa: lan9303: MDIO access phy registers directly
Egil Hjelmeland
2017-07-30
net: dsa: lan9303: Renamed indirect phy access functions
Egil Hjelmeland
2017-07-30
net: dsa: lan9303: Multiply by 4 to get MDIO register
Egil Hjelmeland
2017-07-30
net: dsa: lan9303: Fix lan9303_detect_phy_setup() for MDIO
Egil Hjelmeland
2017-05-31
net: dsa: remove dev arg of dsa_register_switch
Vivien Didelot
2017-04-20
net: dsa: add new DSA switch driver for the SMSC-LAN9303
Juergen Beisert