summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/netcp_ethss.c
Commit message (Expand)AuthorAgeFilesLines
* net: netcp: ethss: use dev_id for ale configurationGrygorii Strashko2020-09-111-10/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+2
|\
| * net: ethernet: ti: fix some return value check of cpsw_ale_create()Wei Yongjun2020-05-211-2/+2
* | net: ethernet: ti: cpts: add support for HW_TS_PUSH eventsGrygorii Strashko2020-04-231-1/+2
|/
* net: netcp_ethss: Use the PHY time stamping interface.Richard Cochran2019-12-251-5/+3
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-16/+16
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-2/+3
* net: ethernet: ti: netcp_ethss: add support for child cpts nodeGrygorii Strashko2019-06-091-2/+7
* net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko2019-04-271-9/+1
* net: ethernet: ti: fix possible object reference leakWen Yang2019-03-231-2/+6
* net: Use of_node_name_eq for node name comparisonsRob Herring2018-12-051-2/+2
* net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk2018-11-131-15/+17
* net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-21/+21
* 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