aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23dsa: mv88x6xxx: Zero statistics countersAndrew Lunn1-0/+6
2015-06-23dsa: mv88x6xxx: Add debugfs interface for scratch registersAndrew Lunn1-0/+54
2015-06-23dsa: mv88x6xxx: Add debugfs interface for device mapAndrew Lunn1-0/+41
2015-06-23dsa: mv88x6xxx: Add debugfs interface for statisticsAndrew Lunn1-0/+59
2015-06-23dsa: mv88x6xxx: Refactor getting a single statisticAndrew Lunn1-27/+36
2015-06-23dsa: mv88e6xxx: Add debugfs interface for ATUAndrew Lunn1-0/+81
2015-06-23dsa: mv88e6xxx: Add debugfs interface for registersAndrew Lunn1-0/+50
2015-06-07net: dsa: mv88e6xxx: Fix deadlock by double lockAndrew Lunn1-2/+2
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-05-09net: dsa: mv88e6xxx: Fix false positive lockdep splatAndrew Lunn1-9/+37
2015-05-09net: dsa: mv88e6xxx: Replace stats mutex with SMI mutexAndrew Lunn1-23/+27
2015-05-09net: dsa: mv88e6xxx: Replace PHY mutex by SMI mutexAndrew Lunn1-58/+63
2015-05-09net: dsa: Centralize setting up portsAndrew Lunn1-1/+15
2015-05-09net: dsa: Centralise global and port setup code into mv88e6xxx.Andrew Lunn1-20/+385
2015-05-04net: dsa: mv88e6xxx: unregister mv88e6352 driverVivien Didelot1-0/+3
2015-04-20net: dsa: mv88e6xxx: use PORT_DEFAULT_VLANVivien Didelot1-1/+2
2015-04-20net: dsa: mv88e6xxx: fix setup of port control 1Vivien Didelot1-2/+1
2015-04-16net: dsa: mv88e6xxx: Add missing initialization in mv88e6xxx_set_port_state()Geert Uytterhoeven1-1/+1
2015-04-16dsa: mv88e6xxx: Drop duplicate declaration of 'ret' variableGuenter Roeck1-2/+0
2015-04-16dsa: mv88e6xxx: Fix error handling in mv88e6xxx_set_port_stateGuenter Roeck1-1/+3
2015-04-01net: dsa: mv88e6xxx: Fix stats counters for 6352 familyAndrew Lunn1-0/+16
2015-04-01net: dsa: Use mnemonics rather than register numbersAndrew Lunn1-84/+111
2015-04-01net: dsa: Consolidate getting the statisticsAndrew Lunn1-6/+93
2015-04-01net: dsa: mv88e6xxx: Add missing mutex's in EEE operations.Andrew Lunn1-29/+30
2015-04-01net: dsa: Consolidate phy read and write functionsAndrew Lunn1-19/+99
2015-04-01net: dsa: Move phy page access functions into shared codeAndrew Lunn1-0/+34
2015-04-01net: dsa: Centralize Marvell switch resetAndrew Lunn1-0/+40
2015-03-29net: dsa: Centralise getting switch idAndrew Lunn1-0/+2
2015-03-29net: dsa: mv88e6xxx: Add support for fdb_add, fdb_del, and fdb_getnextGuenter Roeck1-0/+136
2015-03-29net: dsa: mv88e6xxx: Add Hardware bridging supportGuenter Roeck1-7/+264
2015-03-29net: dsa: mv88e6xxx: Split mv88e6xxx_reg_read and mv88e6xxx_reg_writeGuenter Roeck1-9/+26
2015-03-29net: dsa: mv88e6xxx: Disable Message Port bit for CPU portGuenter Roeck1-4/+3
2015-03-29net: dsa: mv88e6xxx: Provide function for common port initializationGuenter Roeck1-0/+39
2015-03-29net: dsa: mv88e6xxx: Factor out common initialization codeGuenter Roeck1-0/+11
2015-03-07net: dsa: mv88e6xxx: Add EEE supportGuenter Roeck1-0/+51
2015-02-19net: dsa: mv88e6352: Refactor shareable codeAndrew Lunn1-0/+53
2015-01-27net: dsa/mv88e6xxx: add reg read and write debugVivien Didelot1-0/+9
2014-11-16net: dsa: Centralise code for reading the temperature sensorAndrew Lunn1-0/+48
2014-10-30net: dsa: Provide additional RMON statisticsGuenter Roeck1-5/+21
2014-10-30net: dsa/mv88e6123_61_65: Add support for reading switch registersGuenter Roeck1-0/+24
2014-10-30net: dsa: Add support for Marvell 88E6352Guenter Roeck1-0/+3
2014-10-17dsa: Fix conversion from host device to mii busGuenter Roeck1-4/+10
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck1-2/+2
2014-09-13net: DSA: Marvell mv88e6171 switch driverAndrew Lunn1-0/+6
2014-04-30net: dsa: update DSA drivers to use ds_to_privFlorian Fainelli1-6/+6
2013-01-10DSA: Convert spaces to tabs where appropriateBarry Grussling1-22/+22
2013-01-10DSA: Convert printk calls to netdev_info callsBarry Grussling1-5/+6
2013-01-10DSA: Convert repeated msleep calls to timeoutsBarry Grussling1-6/+10
2013-01-10DSA: Convert DSA comments to network-style commentsBarry Grussling1-52/+18
2012-01-24drivers/net: dsa/mv88e6xxx.c files need linux/module.hPaul Gortmaker1-0/+1