aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/lantiq_xrx200.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-05net: lantiq_xrx200: convert to build_skbAleksander Jan Bajkowski1-20/+36
2022-01-05net: lantiq_xrx200: increase napi poll weigthAleksander Jan Bajkowski1-2/+4
2022-01-04net: lantiq_xrx200: add ingress SG DMA supportAleksander Jan Bajkowski1-7/+40
2021-12-28net: lantiq_xrx200: fix statistics of received bytesAleksander Jan Bajkowski1-1/+1
2021-12-17net: lantiq_xrx200: increase buffer reservationAleksander Jan Bajkowski1-10/+24
2021-10-29net: lantiq_xrx200: Hardcode the burst length valueAleksander Jan Bajkowski1-17/+4
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-09-20net: lantiq: add support for jumbo framesAleksander Jan Bajkowski1-7/+57
2021-09-15net: lantiq: configure the burst length in ethernet driversAleksander Jan Bajkowski1-3/+18
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-06-15lantiq: net: fix duplicated skb in rx descriptor ringAleksander Jan Bajkowski1-1/+2
2021-06-08net: lantiq: disable interrupt before sheduling NAPIAleksander Jan Bajkowski1-1/+1
2021-06-07net: lantiq: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-8/+1
2021-05-21net: lantiq: fix memory corruption in RX ringAleksander Jan Bajkowski1-5/+9
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+2
2021-03-28net: lantiq: Remove redundant dev_err call in xrx200_probe()Guobin Huang1-3/+1
2020-09-23net: lantiq: Add locking for TX DMA channelHauke Mehrtens1-0/+2
2020-09-14net: lantiq: Disable IRQs only if NAPI gets scheduledHauke Mehrtens1-3/+5
2020-09-14net: lantiq: Use napi_complete_done()Hauke Mehrtens1-4/+4
2020-09-14net: lantiq: use netif_tx_napi_add() for TX NAPIHauke Mehrtens1-1/+1
2020-09-14net: lantiq: Wake TX queue againHauke Mehrtens1-0/+3
2020-05-06net: lantiq: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-8/+2
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-02-24net: lantiq: Do not use eth_change_mtu()Hauke Mehrtens1-1/+0
2018-11-16net: lantiq: Fix returned value in case of error in 'xrx200_probe()'Christophe JAILLET1-2/+3
2018-09-17net: lantiq: lantiq_xrx200: Move clock prepare to probe functionHauke Mehrtens1-9/+12
2018-09-17net: lantiq: Fix return value check in xrx200_probe()Wei Yongjun1-2/+2
2018-09-13net: lantiq: Add Lantiq / Intel VRX200 Ethernet driverHauke Mehrtens1-0/+564