summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpsw.c
AgeCommit message (Expand)Author
2018-12-28Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-12-12net: ethernet: ti: cpsw: add support for port interface mode selection phyGrygorii Strashko
2018-12-05net: Use of_node_name_eq for node name comparisonsRob Herring
2018-11-13net: ethernet: ti: cpsw: allow vlan tagged packets to be timestampedIvan Khoronzhuk
2018-11-13net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk
2018-11-08net: ethernet: ti: cpsw: fix vlan configuration while down/upIvan Khoronzhuk
2018-11-08net: ethernet: ti: cpsw: fix vlan mcastIvan Khoronzhuk
2018-10-22net: ethernet: ti: cpsw: unsync mcast entries while switch promisc modeIvan Khoronzhuk
2018-10-21net: ethernet: ti: cpsw: simplify getting .driver_dataWolfram Sang
2018-10-15net: ethernet: ti: cpsw: use for mcast entries only host portIvan Khoronzhuk
2018-10-15net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode updateIvan Khoronzhuk
2018-09-19net: ti: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-11net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlanIvan Khoronzhuk
2018-08-11net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk
2018-08-01net: ethernet: ti: cpsw: replace unnecessarily macroses on functionsIvan Khoronzhuk
2018-07-29net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slaveIvan Khoronzhuk
2018-07-23net: ethernet: ti: cpsw: restore shaper configuration while down/upIvan Khoronzhuk
2018-07-23net: ethernet: ti: cpsw: add CBS Qdisc offloadIvan Khoronzhuk
2018-07-23net: ethernet: ti: cpsw: add MQPRIO Qdisc offloadIvan Khoronzhuk
2018-07-23net: ethernet: ti: cpsw: use cpdma channels in backward order for txqIvan Khoronzhuk
2018-07-07net: ethernet: ti: cpsw: allow PTP 224.0.0.107 to be timestampedIvan Khoronzhuk
2018-07-07net: ethernet: ti: cpsw: use BIT macroIvan Khoronzhuk
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-31net: ti: cpsw: include gpio/consumer.hArnd Bergmann
2018-05-21net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk formatFlorian Fainelli
2018-05-17net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devicesIvan Khoronzhuk
2018-05-02net: ethernet: ti: cpsw: fix packet leaking in dual_mac modeGrygorii Strashko
2018-04-22net: ethernet: ti: cpsw: fix tx vlan priority mappingIvan Khoronzhuk
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-17net: ethernet: ti: cpsw: enable vlan rx vlan offloadGrygorii Strashko
2018-03-17net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY in...SZ Lin (林上智)
2018-02-07net: ethernet: ti: cpsw: fix net watchdog timeoutGrygorii Strashko
2017-12-13net: ethernet: ti: cpdma: correct error handling for chan createIvan Khoronzhuk
2017-12-01net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko
2017-12-01net: ethernet: ti: cpsw: fix ale port numbersGrygorii Strashko
2017-12-01net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.hGrygorii Strashko
2017-12-01net: ethernet: ti: cpsw: move platform data struct to .c fileGrygorii Strashko
2017-12-01net: ethernet: ti: cpsw: use proper io apisGrygorii Strashko
2017-12-01net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_resGrygorii Strashko
2017-11-16net: ethernet: ti: cpsw: fix min eth packet sizeGrygorii Strashko
2017-08-13net: ti: cpsw:: constify platform_device_idArvind Yadav
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring
2017-07-20net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy
2017-06-29net: ethernet: ti: cpsw: fix sw timestamping for non PTP packetsIvan Khoronzhuk
2017-06-29net: ethernet: ti: cpsw: move skb timestamp to packet_submitIvan Khoronzhuk
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-06-10net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filterGrygorii Strashko