aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/netcp_ethss.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+3
2017-09-21net: ti: netcp: use setup_timerGravatar Allen Pais 1-3/+2
2017-06-29net: ethernet: ti: netcp_ethss: use cpts to check if packet needs timestampingGravatar Ivan Khoronzhuk 1-17/+1
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidGravatar yuval.shaia@oracle.com 1-5/+3
2017-05-15net: netcp: fix check of requested timestamping filterGravatar Miroslav Lichvar 1-1/+0
2017-04-24net: netcp: fix spelling mistake: "memomry" -> "memory"Gravatar Colin Ian King 1-2/+1
2017-02-07net: netcp: Do not clobber PHY link outside of state machineGravatar Florian Fainelli 1-2/+0
2017-01-07net: netcp: ale: use ale_status to size the ale tableGravatar Karicheri, Muralidharan 1-3/+1
2017-01-07net: netcp: ale: update to support unknown vlan controls for NU switchGravatar Karicheri, Muralidharan 1-1/+4
2017-01-07net: netcp: use hw capability to remove FCS word from rx packetsGravatar Karicheri, Muralidharan 1-2/+8
2017-01-07net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHYGravatar Karicheri, Muralidharan 1-1/+3
2016-12-20net: netcp: ethss: fix 10gbe host port tx pri map configurationGravatar WingMan Kwok 1-1/+2
2016-12-20net: netcp: ethss: fix errors in ethtool opsGravatar WingMan Kwok 1-5/+16
2016-12-10net: ethernet: ti: netcp: add support of cptsGravatar WingMan Kwok 1-9/+428
2016-10-12net: ti: netcp_ethss: use new api ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 1-17/+25
2016-01-07phy: add phydev_name() wrapperGravatar Andrew Lunn 1-2/+2
2015-10-26net: netcp: add missing of_node_putGravatar Julia Lawall 1-2/+6
2015-09-23net: netcp: ethss: fix error in calling sgmii api with incorrect offsetGravatar WingMan Kwok 1-27/+20
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-32/+37
2015-07-29net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsGravatar Karicheri, Muralidharan 1-27/+17
2015-07-29net: netcp: ethss: fix up incorrect use of list apiGravatar Karicheri, Muralidharan 1-3/+2
2015-07-27net: netcp: Fixes SGMII reset on network interface shutdownGravatar WingMan Kwok 1-0/+18
2015-07-27net: netcp: Adds missing statistics for K2L and K2EGravatar WingMan Kwok 1-3/+174
2015-07-27net: netcp: Fixes to CPSW statistics collectionGravatar WingMan Kwok 1-11/+75
2015-07-27net: netcp: Consolidates statistics collection codeGravatar WingMan Kwok 1-45/+54
2015-07-27net: netcp: Fixes error in oversized memory allocation for statistics storageGravatar WingMan Kwok 1-25/+21
2015-07-27net: netcp: Fixes hw statistics module base setting errorGravatar WingMan Kwok 1-1/+5
2015-07-27net: netcp: Fixes the use of spin_lock_bh in timer functionGravatar WingMan Kwok 1-2/+3
2015-04-27net: netcp: remove call to netif_carrier_(on/off) for MAC to Phy interfaceGravatar Karicheri, Muralidharan 1-2/+6
2015-03-20net: netcp: ethss: enhancement to support NetCP 1.5 ethssGravatar WingMan Kwok 1-36/+884
2015-03-20net: netcp: enclose macros in parenthesesGravatar Karicheri, Muralidharan 1-251/+272
2015-03-20net: netcp: use separate reg region for individual ethss modulesGravatar Karicheri, Muralidharan 1-37/+93
2015-03-20net: netcp: fix forward port number usage for 10G ethssGravatar Karicheri, Muralidharan 1-4/+10
2015-02-04NetCP: Deletion of unnecessary checks before two function callsGravatar Markus Elfring 1-4/+2
2015-01-31drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on KeystoneGravatar Karicheri, Muralidharan 1-0/+5
2015-01-19net: netcp: Enhance GBE driver to support 10G EthernetGravatar Wingman Kwok 1-14/+456
2015-01-19net: netcp: Add Keystone NetCP GbE driverGravatar Wingman Kwok 1-0/+1714