index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
bcm_sf2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: bcm_sf2: Remove special handling of "internal" phy-mode
Florian Fainelli
2017-06-23
1
-11
/
+5
*
net: dsa: Remove master_netdev and use dst->cpu_dp->netdev
Florian Fainelli
2017-06-13
1
-2
/
+2
*
net: dsa: include switchdev.h only once
Vivien Didelot
2017-05-18
1
-1
/
+0
*
net: dsa: store CPU port pointer in the tree
Vivien Didelot
2017-05-17
1
-2
/
+2
*
net: dsa: bcm_sf2: Add support for port mirroring
Florian Fainelli
2017-01-30
1
-0
/
+2
*
net: dsa: bcm_sf2: Add support for ethtool::rxnfc
Florian Fainelli
2017-01-30
1
-0
/
+14
*
net: dsa: bcm_sf2: Configure traffic classes to queue mapping
Florian Fainelli
2017-01-30
1
-0
/
+9
*
net: dsa: bcm_sf2: Allow non-IMP ports to have Broadcom tags enabled
Florian Fainelli
2017-01-22
1
-0
/
+7
*
net: dsa: bcm_sf2: Move code enabling Broadcom tags
Florian Fainelli
2017-01-22
1
-27
/
+34
*
net: dsa: bcm_sf2: Add support for BCM7278 integrated switch
Florian Fainelli
2017-01-22
1
-8
/
+48
*
net: dsa: bcm_sf2: Prepare for different register layouts
Florian Fainelli
2017-01-22
1
-6
/
+51
*
net: dsa: Make dsa_switch_ops const
Florian Fainelli
2017-01-09
1
-1
/
+1
*
net: dsa: bcm_sf2: Declare our own dsa_switch_ops
Florian Fainelli
2017-01-09
1
-22
/
+33
*
net: dsa: bcm_sf2: Utilize nested MDIO read/write
Florian Fainelli
2017-01-09
1
-2
/
+2
*
net: dsa: bcm_sf2: Do not clobber b53_switch_ops
Florian Fainelli
2017-01-09
1
-0
/
+7
*
net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link change
Florian Fainelli
2016-11-24
1
-0
/
+4
*
net: dsa: bcm_sf2: Do not rely on kexec_in_progress
Florian Fainelli
2016-10-22
1
-2
/
+3
*
net: dsa: bcm_sf2: Prevent GPHY shutdown for kexec'd kernels
Florian Fainelli
2016-10-20
1
-0
/
+14
*
net: dsa: bcm_sf2: Fix module autoload for OF registration
Javier Martinez Canillas
2016-10-17
1
-0
/
+1
*
net: dsa: bcm_sf2: Fix non static symbol warning
Wei Yongjun
2016-09-16
1
-1
/
+1
*
net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_device
Florian Fainelli
2016-09-12
1
-1
/
+1
*
net: dsa: bcm_sf2: Utilize mask clear/set helpers in bcm_sf2_intr_disable
Florian Fainelli
2016-08-27
1
-4
/
+2
*
net: dsa: bcm_sf2: Remove duplicate code
Florian Fainelli
2016-08-26
1
-756
/
+16
*
net: dsa: bcm_sf2: Utilize core B53 driver when possible
Florian Fainelli
2016-08-26
1
-47
/
+183
*
net: dsa: rename switch operations structure
Vivien Didelot
2016-08-25
1
-2
/
+2
*
net: dsa: Allow the DSA driver to indicate the tag protocol
Andrew Lunn
2016-08-23
1
-1
/
+6
*
net: dsa: bcm_sf2: Remove probing through old DSA binding
Florian Fainelli
2016-08-20
1
-15
/
+0
*
net: dsa: bcm_sf2: Use device managed helpers
Florian Fainelli
2016-08-20
1
-23
/
+13
*
net: dsa: bcm_sf2: Make it a real platform device driver
Florian Fainelli
2016-08-20
1
-60
/
+118
*
net: dsa: bcm_sf2: Unwind errors in correct order
Florian Fainelli
2016-07-31
1
-2
/
+3
*
net: dsa: bcm_sf2: Add VLAN support
Florian Fainelli
2016-06-10
1
-1
/
+265
*
net: dsa: bcm_sf2: Move setup function at the far end
Florian Fainelli
2016-06-10
1
-119
/
+119
*
net: dsa: bcm_sf2: Split fast age into a helper function
Florian Fainelli
2016-06-10
1
-7
/
+13
*
net: dsa: bcm_sf2: Register our slave MDIO bus
Florian Fainelli
2016-06-08
1
-81
/
+134
*
net: dsa: Add a ports structure and use it in the switch structure
Andrew Lunn
2016-06-04
1
-2
/
+2
*
dsa: Rename switch chip data to cd
Andrew Lunn
2016-05-12
1
-2
/
+2
*
net: dsa: constify probed name
Vivien Didelot
2016-04-18
1
-3
/
+3
*
dsa: Rename phys_port_mask to enabled_port_mask
Andrew Lunn
2016-04-14
1
-9
/
+10
*
net: dsa: Rename DSA probe function.
Andrew Lunn
2016-04-14
1
-3
/
+4
*
net: dsa: Have the switch driver allocate there own private memory
Andrew Lunn
2016-04-14
1
-2
/
+8
*
net: dsa: Pass the dsa device to the switch drivers
Andrew Lunn
2016-04-14
1
-1
/
+2
*
net: dsa: make the FDB add function return void
Vivien Didelot
2016-04-08
1
-4
/
+5
*
net: dsa: make the STP state function return void
Vivien Didelot
2016-04-08
1
-10
/
+6
*
net: dsa: make port_bridge_leave return void
Vivien Didelot
2016-03-14
1
-3
/
+1
*
net: dsa: rename port_*_bridge routines
Vivien Didelot
2016-03-14
1
-2
/
+2
*
net: dsa: pass bridge down to drivers
Vivien Didelot
2016-02-23
1
-5
/
+7
*
net: dsa: bcm_sf2: Unhardcode port numbers
Florian Fainelli
2015-10-27
1
-11
/
+91
*
net: dsa: bcm_sf2: Implement FDB operations
Florian Fainelli
2015-10-27
1
-0
/
+236
*
net: dsa: bcm_sf2: Fix ageing conditions and operation
Florian Fainelli
2015-09-09
1
-4
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-23
1
-2
/
+13
|
\
[next]