summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpsw.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+2
2020-11-17net: ethernet: ti: cpsw: fix error return code in cpsw_probe()Zhang Changzhong1-0/+1
2020-11-14net: ethernet: ti: cpsw: fix cpts irq after suspendGrygorii Strashko1-4/+6
2020-09-20net: ethernet: ti: cpsw: use true,false for bool variablesJason Yan1-2/+2
2020-09-12net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko1-6/+0
2020-08-25net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host portMurali Karicheri1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-05-24net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko1-0/+4
2020-05-15net: ethernet: ti: Add XDP frame size to driver cpswJesper Dangaard Brouer1-0/+1
2020-04-23net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko1-0/+21
2020-03-18net: cpsw: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-11-20net: ethernet: ti: cpsw: move set of common functions in cpsw_privGrygorii Strashko1-1264/+6
2019-11-20net: ethernet: ti: cpsw: resolve build deps of cpsw driversGrygorii Strashko1-0/+13
2019-11-20net: ethernet: ti: cpsw: allow untagged traffic on host portGrygorii Strashko1-9/+8
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+2
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-21net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart1-1/+1
2019-08-21net: ethernet: ti: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-07-16net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta1-8/+18
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-07-09net: ethernet: ti: cpsw: add XDP supportIvan Khoronzhuk1-54/+448
2019-06-29net: ethernet: ti: cpsw: Assign OF node to slave devicesMarek Vasut1-0/+3
2019-06-24net: ethernet: ti: cpsw: Fix suspend/resume breakKeerthy1-21/+9
2019-06-17net: ethernet: ti: davinci_cpdma: use idled submitIvan Khoronzhuk1-9/+6
2019-06-15net: ethernet: ti: cpsw: use cpsw as drv dataIvan Khoronzhuk1-9/+7
2019-05-30net: ethernet: ti: cpsw: correct .ndo_open error pathIvan Khoronzhuk1-2/+5
2019-05-11net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-01net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()YueHaibing1-1/+1
2019-04-28cpsw: Put back cpsw_ndo_poll_controller()David S. Miller1-0/+12
2019-04-28net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko1-683/+7
2019-04-28net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko1-26/+28
2019-04-28net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko1-101/+5
2019-04-28net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko1-426/+1
2019-04-28net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko1-116/+97
2019-04-28net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko1-3/+9
2019-04-28net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko1-12/+3
2019-04-28net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko1-12/+6
2019-04-28net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko1-3/+0
2019-04-28net: ethernet: ti: cpsw: use local var dev in probeGrygorii Strashko1-32/+33
2019-04-28net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_commonGrygorii Strashko1-8/+6
2019-04-28net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko1-8/+1
2018-12-29Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+18
2018-12-12net: ethernet: ti: cpsw: add support for port interface mode selection phyGrygorii Strashko1-1/+18
2018-12-06net: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-11-14net: ethernet: ti: cpsw: allow vlan tagged packets to be timestampedIvan Khoronzhuk1-2/+3
2018-11-14net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk1-22/+24
2018-11-09net: ethernet: ti: cpsw: fix vlan configuration while down/upIvan Khoronzhuk1-0/+17
2018-11-09net: ethernet: ti: cpsw: fix vlan mcastIvan Khoronzhuk1-31/+138
2018-10-23net: ethernet: ti: cpsw: unsync mcast entries while switch promisc modeIvan Khoronzhuk1-0/+1