summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* ti: ethernet: davinci: Fix cast to int warningsFlorian Fainelli2018-05-211-4/+4
* net: ethernet: davinci_emac: Fix printing of base addressFlorian Fainelli2018-05-211-2/+2
* net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk formatFlorian Fainelli2018-05-211-2/+2
* net: ethernet: ti: cpts: Fix timestamp printFlorian Fainelli2018-05-211-1/+2
* ti: ethernet: cpdma: Use correct format for genpool_*Florian Fainelli2018-05-211-1/+1
* net: ethernet: ti: Allow most drivers with COMPILE_TESTFlorian Fainelli2018-05-171-5/+5
* net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devicesIvan Khoronzhuk2018-05-171-49/+60
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-5/+3Star
* net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret valueGrygorii Strashko2018-05-161-1/+7
* net: ethernet: ti: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Hernán Gonzalez2018-05-141-1/+1
* drivers: net: davinci_mdio: prevent spurious timeoutSekhar Nori2018-05-101-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-0/+2
|\
| * net: ethernet: ti: cpsw: fix packet leaking in dual_mac modeGrygorii Strashko2018-05-021-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-1/+1
|\|
| * net: ethernet: ti: cpsw: fix tx vlan priority mappingIvan Khoronzhuk2018-04-221-1/+1
* | net: netcp: ethss: k2g: add promiscuous mode supportWingMan Kwok2018-04-191-0/+56
* | net: netcp: add api to support set rx mode in netcp modulesWingMan Kwok2018-04-192-0/+20
* | net: netcp: support probe deferralMurali Karicheri2018-04-191-0/+4
* | Revert "net: netcp: remove dead code from the driver"Murali Karicheri2018-04-191-0/+9
* | net: netcp: ethss: use of_get_phy_mode() to support different RGMII modesMurali Karicheri2018-04-191-0/+18
* | net: netcp: ethss: re-use stats handling code for 2u hardwareMurali Karicheri2018-04-191-1/+1
* | net: netcp: ethss: map vlan priorities to zero flowMurali Karicheri2018-04-191-0/+9
* | net: netcp: ethss: use rgmii link status for 2u cpsw hardwareMurali Karicheri2018-04-191-7/+27
* | net: netcp: ethss: add support for handling rgmii link interfaceMurali Karicheri2018-04-192-4/+13
* | net: netcp: ethss: make sgmii configuration conditionalMurali Karicheri2018-04-191-5/+13
* | net: netcp: ethss: use macro for checking ss_version consistentlyMurali Karicheri2018-04-191-13/+16
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-0/+1
|\
| * headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-061-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \ | |/ |/|
| * net: Spelling s/stucture/structure/Geert Uytterhoeven2018-03-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+2
|\ \
| * | net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY in...SZ Lin (林上智)2018-03-181-1/+2
| |/
* / net: ethernet: ti: cpsw: enable vlan rx vlan offloadGrygorii Strashko2018-03-183-4/+67
|/
* net: ethernet: ti: cpsw: fix net watchdog timeoutGrygorii Strashko2018-02-081-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-1/+1
|\
| * Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than ...Rex Chang2018-01-171-1/+1
* | net: ethernet: ti: cpdma: correct error handling for chan createIvan Khoronzhuk2017-12-133-6/+19
* | net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko2017-12-011-2/+2
* | net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko2017-12-014-22/+8Star
* | net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko2017-12-011-29/+28Star
* | net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko2017-12-011-10/+3Star
* | net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko2017-12-011-1/+1
* | net: ethernet: ti: ale: use proper io apisGrygorii Strashko2017-12-011-13/+13
* | net: ethernet: ti: cpsw: fix ale port numbersGrygorii Strashko2017-12-011-1/+2
* | net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.hGrygorii Strashko2017-12-013-8/+5Star
* | net: ethernet: ti: cpsw: move platform data struct to .c fileGrygorii Strashko2017-12-012-21/+21
* | net: ethernet: ti: cpsw: use proper io apisGrygorii Strashko2017-12-011-18/+18
* | net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_resGrygorii Strashko2017-12-011-3/+0Star
* | net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner2017-11-301-7/+2Star
|/
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-3/+3