summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/netcp_ethss.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-12/+12
* net: netcp: ethss: remove unnecessary pointer set to NULLYueHaibing2018-06-031-1/+0
* net: netcp: ethss: k2g: add promiscuous mode supportWingMan Kwok2018-04-181-0/+56
* net: netcp: ethss: use of_get_phy_mode() to support different RGMII modesMurali Karicheri2018-04-181-0/+18
* net: netcp: ethss: re-use stats handling code for 2u hardwareMurali Karicheri2018-04-181-1/+1
* net: netcp: ethss: map vlan priorities to zero flowMurali Karicheri2018-04-181-0/+9
* net: netcp: ethss: use rgmii link status for 2u cpsw hardwareMurali Karicheri2018-04-181-7/+27
* net: netcp: ethss: add support for handling rgmii link interfaceMurali Karicheri2018-04-181-4/+11
* net: netcp: ethss: make sgmii configuration conditionalMurali Karicheri2018-04-181-5/+13
* net: netcp: ethss: use macro for checking ss_version consistentlyMurali Karicheri2018-04-181-13/+16
* net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko2017-12-011-1/+0
* net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.hGrygorii Strashko2017-12-011-4/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* net: ti: netcp: use setup_timerAllen Pais2017-09-211-3/+2
* net: ethernet: ti: netcp_ethss: use cpts to check if packet needs timestampingIvan Khoronzhuk2017-06-291-17/+1
* net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-5/+3
* net: netcp: fix check of requested timestamping filterMiroslav Lichvar2017-05-151-1/+0
* net: netcp: fix spelling mistake: "memomry" -> "memory"Colin Ian King2017-04-241-2/+1
* net: netcp: Do not clobber PHY link outside of state machineFlorian Fainelli2017-02-071-2/+0
* net: netcp: ale: use ale_status to size the ale tableKaricheri, Muralidharan2017-01-071-3/+1
* net: netcp: ale: update to support unknown vlan controls for NU switchKaricheri, Muralidharan2017-01-071-1/+4
* net: netcp: use hw capability to remove FCS word from rx packetsKaricheri, Muralidharan2017-01-071-2/+8
* net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHYKaricheri, Muralidharan2017-01-071-1/+3
* net: netcp: ethss: fix 10gbe host port tx pri map configurationWingMan Kwok2016-12-201-1/+2
* net: netcp: ethss: fix errors in ethtool opsWingMan Kwok2016-12-201-5/+16
* net: ethernet: ti: netcp: add support of cptsWingMan Kwok2016-12-101-9/+428
* net: ti: netcp_ethss: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-17/+25
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-2/+2
* net: netcp: add missing of_node_putJulia Lawall2015-10-261-2/+6
* net: netcp: ethss: fix error in calling sgmii api with incorrect offsetWingMan Kwok2015-09-231-27/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-32/+37
|\
| * net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2015-07-291-27/+17
| * net: netcp: ethss: fix up incorrect use of list apiKaricheri, Muralidharan2015-07-291-3/+2
| * net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok2015-07-271-0/+18
* | net: netcp: Adds missing statistics for K2L and K2EWingMan Kwok2015-07-271-3/+174
* | net: netcp: Fixes to CPSW statistics collectionWingMan Kwok2015-07-271-11/+75
* | net: netcp: Consolidates statistics collection codeWingMan Kwok2015-07-271-45/+54
* | net: netcp: Fixes error in oversized memory allocation for statistics storageWingMan Kwok2015-07-271-25/+21
* | net: netcp: Fixes hw statistics module base setting errorWingMan Kwok2015-07-271-1/+5
* | net: netcp: Fixes the use of spin_lock_bh in timer functionWingMan Kwok2015-07-271-2/+3
|/
* net: netcp: remove call to netif_carrier_(on/off) for MAC to Phy interfaceKaricheri, Muralidharan2015-04-271-2/+6
* net: netcp: ethss: enhancement to support NetCP 1.5 ethssWingMan Kwok2015-03-201-36/+884
* net: netcp: enclose macros in parenthesesKaricheri, Muralidharan2015-03-201-251/+272
* net: netcp: use separate reg region for individual ethss modulesKaricheri, Muralidharan2015-03-201-37/+93
* net: netcp: fix forward port number usage for 10G ethssKaricheri, Muralidharan2015-03-201-4/+10
* NetCP: Deletion of unnecessary checks before two function callsMarkus Elfring2015-02-041-4/+2
* drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on KeystoneKaricheri, Muralidharan2015-01-311-0/+5
* net: netcp: Enhance GBE driver to support 10G EthernetWingman Kwok2015-01-191-14/+456
* net: netcp: Add Keystone NetCP GbE driverWingman Kwok2015-01-191-0/+1714