summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-3/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-222-7/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-181-2/+2
|\
| * net: ethernet: ti: cpsw: fix min eth packet sizeGrygorii Strashko2017-11-161-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\ \ | |/ |/|
| * mm: remove __GFP_COLDMel Gorman2017-11-161-1/+1
* | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net/ti/tlan: Convert timers to use timer_setup()Kees Cook2017-10-181-19/+13Star
* | net: ti: netcp: use setup_timerAllen Pais2017-09-221-3/+2Star
* | drivers: net: cpsw_ale: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
|/
* net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk2017-09-091-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-1/+1
|\
| * net: ti: cpsw-common: dont print error if ti_cm_get_macid() failsSekhar Nori2017-08-301-1/+1
* | net: ethernet: make ptp_clock_info constBhumika Goyal2017-08-221-1/+1
* | net: ti: cpsw:: constify platform_device_idArvind Yadav2017-08-141-1/+1
* | drivers: net: davinci_mdio: print bus frequencyMaxim Uvarov2017-08-111-2/+4
* | drivers: net: davinci_mdio: remove busy loop on wait user accessMaxim Uvarov2017-08-111-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-102-17/+96
|\|
| * net: ethernet: ti: cpts: fix fifo read in cpts_find_tsGrygorii Strashko2017-08-021-1/+1
| * net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko2017-08-022-2/+83
| * net: ethernet: ti: cpts: convert to use ptp auxiliary workerGrygorii Strashko2017-08-022-15/+13Star
* | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+4
* | net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0Star
* | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* | net: Convert to using %pOF instead of full_nameRob Herring2017-07-242-6/+6
|/
* net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy2017-07-211-24/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+1
|\
| * drivers: net: cpsw-common: Fix reading of mac address for am43 SoCsLokesh Vutla2017-06-221-1/+1
* | net: ethernet: ti: netcp_ethss: use cpts to check if packet needs timestampingIvan Khoronzhuk2017-06-291-17/+1Star
* | net: ethernet: ti: cpsw: fix sw timestamping for non PTP packetsIvan Khoronzhuk2017-06-292-1/+18
* | net: ethernet: ti: cpsw: move skb timestamp to packet_submitIvan Khoronzhuk2017-06-291-2/+1Star
* | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-132-9/+7Star
* | net: ethernet: ti: cpdma: do not enable host error misc irqGrygorii Strashko2017-06-111-4/+1Star
* | net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filterGrygorii Strashko2017-06-111-4/+8
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+2
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
|/
* net: netcp: fix check of requested timestamping filterMiroslav Lichvar2017-05-151-1/+0Star
* net: ethernet: ti: netcp_core: return error while dma channel open issueIvan Khoronzhuk2017-05-111-2/+4
* net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow controlGrygorii Strashko2017-05-081-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-032-10/+9Star
|\
| * net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk2017-04-251-4/+0Star
| * net: netcp: fix spelling mistake: "memomry" -> "memory"Colin Ian King2017-04-241-2/+1Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-6/+10
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-242-3/+9
| |\ \
| * | | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-4/+8
* | | | cpsw/netcp: refine cpts dependencyArnd Bergmann2017-04-281-1/+3
| |_|/ |/| |
* | | net: ethernet: ti: cpsw: fix race condition during open()Sekhar Nori2017-04-041-6/+8