summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* 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/+11Star
|\
| * 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/+4Star
* | net: ethernet: ti: cpsw: replace unnecessarily macroses on functionsIvan Khoronzhuk2018-08-011-32/+26Star
* | 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
* | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-4/+5
* net: ti: cpsw: include gpio/consumer.hArnd Bergmann2018-05-311-1/+1
* net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk formatFlorian Fainelli2018-05-211-2/+2
* net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devicesIvan Khoronzhuk2018-05-171-49/+60
* net: ethernet: ti: cpsw: fix packet leaking in dual_mac modeGrygorii Strashko2018-05-021-0/+2
* net: ethernet: ti: cpsw: fix tx vlan priority mappingIvan Khoronzhuk2018-04-221-1/+1
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-061-0/+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-181-3/+64
|/
* 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