summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+1
|\
| * net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart2019-08-211-1/+1
* | net: ethernet: ti: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+2
|/
* net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta2019-07-161-8/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-0/+3
|\
| * net: ethernet: ti: cpsw: Assign OF node to slave devicesMarek Vasut2019-06-281-0/+3
* | net: ethernet: ti: cpsw: add XDP supportIvan Khoronzhuk2019-07-081-54/+448
* | net: ethernet: ti: cpsw: Fix suspend/resume breakKeerthy2019-06-241-21/+9
* | net: ethernet: ti: davinci_cpdma: use idled submitIvan Khoronzhuk2019-06-161-9/+6
* | net: ethernet: ti: cpsw: use cpsw as drv dataIvan Khoronzhuk2019-06-151-9/+7
* | net: ethernet: ti: cpsw: correct .ndo_open error pathIvan Khoronzhuk2019-05-301-2/+5
|/
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-111-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()YueHaibing2019-05-011-1/+1
* cpsw: Put back cpsw_ndo_poll_controller()David S. Miller2019-04-281-0/+12
* net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko2019-04-271-683/+7
* net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko2019-04-271-26/+28
* net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko2019-04-271-101/+5
* net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko2019-04-271-426/+1
* net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko2019-04-271-116/+97
* net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko2019-04-271-3/+9
* net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko2019-04-271-12/+3
* net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko2019-04-271-12/+6
* net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko2019-04-271-3/+0
* net: ethernet: ti: cpsw: use local var dev in probeGrygorii Strashko2019-04-271-32/+33
* net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_commonGrygorii Strashko2019-04-271-8/+6
* net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko2019-04-271-8/+1
* Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-291-1/+18
|\
| * net: ethernet: ti: cpsw: add support for port interface mode selection phyGrygorii Strashko2018-12-121-1/+18
* | net: Use of_node_name_eq for node name comparisonsRob Herring2018-12-061-2/+2
* | net: ethernet: ti: cpsw: allow vlan tagged packets to be timestampedIvan Khoronzhuk2018-11-141-2/+3
* | net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk2018-11-141-22/+24
* | net: ethernet: ti: cpsw: fix vlan configuration while down/upIvan Khoronzhuk2018-11-091-0/+17
* | net: ethernet: ti: cpsw: fix vlan mcastIvan Khoronzhuk2018-11-091-31/+138
|/
* net: ethernet: ti: cpsw: unsync mcast entries while switch promisc modeIvan Khoronzhuk2018-10-231-0/+1
* net: ethernet: ti: cpsw: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2
* net: ethernet: ti: cpsw: use for mcast entries only host portIvan Khoronzhuk2018-10-161-6/+7
* net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode updateIvan Khoronzhuk2018-10-161-18/+28
* net: ti: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-201-3/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-121-14/+11
|\
| * net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlanIvan Khoronzhuk2018-08-111-4/+7
| * net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk2018-08-111-10/+4
* | net: ethernet: ti: cpsw: replace unnecessarily macroses on functionsIvan Khoronzhuk2018-08-011-32/+26
* | net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slaveIvan Khoronzhuk2018-07-291-1/+1
* | net: ethernet: ti: cpsw: restore shaper configuration while down/upIvan Khoronzhuk2018-07-241-0/+47
* | net: ethernet: ti: cpsw: add CBS Qdisc offloadIvan Khoronzhuk2018-07-241-0/+221
* | net: ethernet: ti: cpsw: add MQPRIO Qdisc offloadIvan Khoronzhuk2018-07-241-0/+82
* | net: ethernet: ti: cpsw: use cpdma channels in backward order for txqIvan Khoronzhuk2018-07-241-6/+8
* | net: ethernet: ti: cpsw: allow PTP 224.0.0.107 to be timestampedIvan Khoronzhuk2018-07-071-1/+2
* | net: ethernet: ti: cpsw: use BIT macroIvan Khoronzhuk2018-07-071-17/+17