summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpsw: fix net watchdog timeoutGrygorii Strashko2018-02-081-2/+14
* net: ethernet: ti: cpdma: correct error handling for chan createIvan Khoronzhuk2017-12-131-3/+9
* net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko2017-12-011-10/+7Star
* 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-011-4/+0Star
* net: ethernet: ti: cpsw: move platform data struct to .c fileGrygorii Strashko2017-12-011-0/+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: ti: cpsw: fix min eth packet sizeGrygorii Strashko2017-11-161-2/+2
* net: ti: cpsw:: constify platform_device_idArvind Yadav2017-08-141-1/+1
* net: Convert to using %pOF instead of full_nameRob Herring2017-07-241-4/+4
* net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy2017-07-211-24/+25
* net: ethernet: ti: cpsw: fix sw timestamping for non PTP packetsIvan Khoronzhuk2017-06-291-1/+2
* 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-131-4/+4
* net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filterGrygorii Strashko2017-06-111-4/+8
* net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow controlGrygorii Strashko2017-05-081-0/+16
* net: ethernet: ti: cpsw: fix race condition during open()Sekhar Nori2017-04-041-6/+8
* net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeoutGrygorii Strashko2017-04-031-0/+2
* net: ethernet: ti: cpsw: correct ale dev to cpswIvan Khoronzhuk2017-02-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-1/+1
|\
| * net: ethernet: ti: cpsw: fix cpsw assignment in resumeIvan Khoronzhuk2017-02-141-1/+1
* | net: ethernet: ti: cpsw: use var instead of func for usage countIvan Khoronzhuk2017-02-151-30/+12Star
* | net: ethernet: ti: cpsw: return NET_XMIT_DROP if skb_padto failedIvan Khoronzhuk2017-02-121-1/+1
* | net: ethernet: ti: cpsw: remove netif_trans_updateIvan Khoronzhuk2017-02-071-2/+0Star
* | net: ethernet: ti: cpsw: fix NULL pointer dereference in switch modeGrygorii Strashko2017-02-011-1/+1
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* | net: ethernet: ti: cpsw: clarify ethtool ops changing num of descsIvan Khoronzhuk2017-01-201-73/+59Star
* | net: ethernet: ti: cpsw: don't duplicate common res in rx handlerIvan Khoronzhuk2017-01-201-24/+16Star
* | net: ethernet: ti: cpsw: don't duplicate ndev_runningIvan Khoronzhuk2017-01-201-14/+17
* | net: ethernet: ti: cpsw: don't disable interrupts in ndo_openIvan Khoronzhuk2017-01-201-2/+0Star
* | net: ethernet: ti: cpsw: remove dual check from common res usage functionIvan Khoronzhuk2017-01-201-3/+0Star
* | net: ethernet: ti: cpsw: extend limits for cpsw_get/set_ringparamIvan Khoronzhuk2017-01-091-4/+3Star
* | net: ethernet: ti: cpsw: add support for ringparam configurationGrygorii Strashko2017-01-081-0/+86
* | net: ethernet: ti: cpsw: add support for descs pool size configurationGrygorii Strashko2017-01-081-3/+9
|/
* net: ethernet: ti: cpsw: sync rates for channels in dual emac modeIvan Khoronzhuk2016-12-101-1/+11
* net: ethernet: ti: cpsw: re-split res only when speed is changedIvan Khoronzhuk2016-12-101-5/+59
* net: ethernet: ti: cpsw: combine budget and weight split and checkIvan Khoronzhuk2016-12-101-73/+34Star
* net: ethernet: ti: cpsw: don't start queue twiceIvan Khoronzhuk2016-12-101-2/+0Star
* net: ethernet: ti: cpsw: use same macros to get active slaveIvan Khoronzhuk2016-12-101-4/+1Star
* net: ethernet: ti: cpts: move dt props parsing to cpts driverGrygorii Strashko2016-12-071-15/+1Star
* net: ethernet: ti: cpts: rework initialization/deinitializationGrygorii Strashko2016-12-071-11/+13
* net: ethernet: ti: cpsw: minimize direct access to struct cptsGrygorii Strashko2016-12-071-13/+15
* net: ethernet: ti: allow cpts to be built separatelyGrygorii Strashko2016-12-071-5/+17
* net: ethernet: ti: cpsw: fix early budget splitIvan Khoronzhuk2016-12-061-77/+77
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-14/+6Star
|\
| * net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko2016-11-301-0/+4
| * of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-301-14/+2Star
* | net: ethernet: ti: cpsw: split tx budget according between channelsIvan Khoronzhuk2016-11-301-29/+130