summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/davinci_emac.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-24net: ethernet: davinci_emac: Use MAC Address from Device TreeAdam Ford1-10/+12
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring1-9/+3
2023-09-20net: ethernet: ti: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-20net: ethernet: ti: davinci_emac: Fix return type of emac_dev_xmitNathan Huckleberry1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski1-2/+1
2022-04-15net: ethernet: ti: davinci_emac: using pm_runtime_resume_and_get instead of p...Minghao Chi1-6/+3
2022-03-11net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+20
2021-12-27net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar1-27/+42
2021-11-03net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev1-2/+14
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski1-3/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-3/+11
2021-08-07net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko1-0/+1
2021-08-06net: ethernet: ti: davinci_cpdma: drop frame paddingGrygorii Strashko1-1/+0
2021-08-06net: ethernet: ti: davinci_emac: switch to use skb_put_padto()Grygorii Strashko1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-10net: davinci_emac: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+2
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-04-21net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King1-2/+2
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-6/+2
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-2/+3
2020-09-26drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-3/+2
2020-03-18net: davinci_emac: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-06-17net: ethernet: ti: davinci_cpdma: use idled submitIvan Khoronzhuk1-2/+2
2019-05-06net: davinci: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-10/+6
2019-04-28net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko1-15/+1
2019-03-07davinci_emac: always build in CONFIG_OF codeArnd Bergmann1-3/+1
2018-12-04net: davinci_emac: use nvmem_get_mac_address()Bartosz Golaszewski1-5/+9
2018-10-22net: ethernet: ti: davinci_emac: simplify getting .driver_dataWolfram Sang1-4/+2
2018-06-21net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski1-0/+4
2018-06-20net: ethernet: fix suspend/resume in davinci_emacBartosz Golaszewski1-2/+13
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+12
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter1-10/+12
2018-05-21net: ethernet: davinci_emac: Fix printing of base addressFlorian Fainelli1-2/+2
2017-12-13net: ethernet: ti: cpdma: correct error handling for chan createIvan Khoronzhuk1-2/+9
2017-11-30net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner1-7/+2
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-11-30net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaksJohan Hovold1-1/+9
2016-11-07net: ethernet: ti: davinci_emac: fix device reference leakJohan Hovold1-4/+6
2016-08-23net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk1-4/+4
2016-08-11net: resolve symbol conflicts with generic hashtable.hJiri Kosina1-7/+7
2016-08-02ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen1-0/+1
2016-07-26net: davinci_cpdma: remove excessive dump of register values to kernel logUwe Kleine-König1-96/+0