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
/
bcm_sf2.c
Age
Commit message (
Expand
)
Author
2016-09-11
net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_device
Florian Fainelli
2016-08-26
net: dsa: bcm_sf2: Utilize mask clear/set helpers in bcm_sf2_intr_disable
Florian Fainelli
2016-08-26
net: dsa: bcm_sf2: Remove duplicate code
Florian Fainelli
2016-08-26
net: dsa: bcm_sf2: Utilize core B53 driver when possible
Florian Fainelli
2016-08-24
net: dsa: rename switch operations structure
Vivien Didelot
2016-08-22
net: dsa: Allow the DSA driver to indicate the tag protocol
Andrew Lunn
2016-08-19
net: dsa: bcm_sf2: Remove probing through old DSA binding
Florian Fainelli
2016-08-19
net: dsa: bcm_sf2: Use device managed helpers
Florian Fainelli
2016-08-19
net: dsa: bcm_sf2: Make it a real platform device driver
Florian Fainelli
2016-07-30
net: dsa: bcm_sf2: Unwind errors in correct order
Florian Fainelli
2016-06-09
net: dsa: bcm_sf2: Add VLAN support
Florian Fainelli
2016-06-09
net: dsa: bcm_sf2: Move setup function at the far end
Florian Fainelli
2016-06-09
net: dsa: bcm_sf2: Split fast age into a helper function
Florian Fainelli
2016-06-08
net: dsa: bcm_sf2: Register our slave MDIO bus
Florian Fainelli
2016-06-04
net: dsa: Add a ports structure and use it in the switch structure
Andrew Lunn
2016-05-11
dsa: Rename switch chip data to cd
Andrew Lunn
2016-04-17
net: dsa: constify probed name
Vivien Didelot
2016-04-13
dsa: Rename phys_port_mask to enabled_port_mask
Andrew Lunn
2016-04-13
net: dsa: Rename DSA probe function.
Andrew Lunn
2016-04-13
net: dsa: Have the switch driver allocate there own private memory
Andrew Lunn
2016-04-13
net: dsa: Pass the dsa device to the switch drivers
Andrew Lunn
2016-04-08
net: dsa: make the FDB add function return void
Vivien Didelot
2016-04-08
net: dsa: make the STP state function return void
Vivien Didelot
2016-03-14
net: dsa: make port_bridge_leave return void
Vivien Didelot
2016-03-14
net: dsa: rename port_*_bridge routines
Vivien Didelot
2016-02-23
net: dsa: pass bridge down to drivers
Vivien Didelot
2015-10-26
net: dsa: bcm_sf2: Unhardcode port numbers
Florian Fainelli
2015-10-26
net: dsa: bcm_sf2: Implement FDB operations
Florian Fainelli
2015-09-08
net: dsa: bcm_sf2: Fix ageing conditions and operation
Florian Fainelli
2015-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-21
net: dsa: bcm_sf2: Do not override speed settings
Florian Fainelli
2015-07-20
net: dsa: bcm_sf2: do not use indirect reads and writes for 7445E0
Florian Fainelli
2015-06-10
net: dsa: bcm_sf2: Utilize BRCM_PSEUDO_PHY_ADDR
Florian Fainelli
2015-05-17
net: dsa: bcm_sf2: properly propagate carrier down state for MoCA
Florian Fainelli
2015-02-25
net: dsa: bcm_sf2: add HW bridging support
Florian Fainelli
2015-02-07
net: dsa: bcm_sf2: implement GPHY power down
Florian Fainelli
2015-02-07
net: dsa: bcm_sf2: move GPHY enabling to its own function
Florian Fainelli
2015-01-25
net: dsa: bcm_sf2: factor interrupt disabling in a function
Florian Fainelli
2014-12-11
net: dsa: bcm_sf2: force link for all fixed PHY devices
Florian Fainelli
2014-11-26
net: dsa: bcm_sf2: reset switch prior to initialization
Florian Fainelli
2014-11-26
net: dsa: bcm_sf2: fix unmapping registers in case of errors
Florian Fainelli
2014-09-28
net: dsa: bcm_sf2: add support for controlling EEE
Florian Fainelli
2014-09-28
net: dsa: bcm_sf2: add port_enable/disable callbacks
Florian Fainelli
2014-09-28
net: dsa: bcm_sf2: disable RGMII interface(s) when link is down
Florian Fainelli
2014-09-22
net: dsa: bcm_sf2: add support for Wake-on-LAN
Florian Fainelli
2014-09-22
net: dsa: bcm_sf2: add suspend/resume callbacks
Florian Fainelli
2014-09-19
net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driver
Florian Fainelli
2014-09-15
dsa: Replace mii_bus with a generic host device
Alexander Duyck
2014-09-13
net: dsa: change tag_protocol to an enum
Florian Fainelli
2014-08-27
net: dsa: add Broadcom SF2 switch driver
Florian Fainelli