summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx
Commit message (Expand)AuthorAgeFilesLines
* net: xilinx: axienet: Support IFF_ALLMULTISean Anderson2024-08-262-14/+22
* net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flagsSean Anderson2024-08-261-5/+0
* net: xilinx: axienet: Don't print if we go into promiscuous modeSean Anderson2024-08-261-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-222-12/+14
|\
| * net: xilinx: axienet: Fix dangling multicast addressesSean Anderson2024-08-222-12/+10
| * net: xilinx: axienet: Always disable promiscuous modeSean Anderson2024-08-221-0/+4
* | net: xilinx: axienet: Add statistics supportSean Anderson2024-08-212-3/+407
* | net: xilinx: axienet: Report RxRject as rx_droppedSean Anderson2024-08-211-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-151-8/+8
|\|
| * net: axienet: Fix register defines comment descriptionRadhey Shyam Pandey2024-08-121-8/+8
* | net: axienet: remove unnecessary parenthesesRadhey Shyam Pandey2024-08-021-2/+1
* | net: axienet: remove unnecessary ftrace-like loggingRadhey Shyam Pandey2024-08-021-4/+0
* | net: axienet: add missing blank line after declarationRadhey Shyam Pandey2024-08-021-0/+2
* | net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao2024-08-021-14/+14
* | net: Use of_property_read_bool()Rob Herring (Arm)2024-08-011-1/+1
|/
* net: axienet: start napi before enabling Rx/TxAndy Chiu2024-07-291-1/+1
* net: xilinx: axienet: Enable multicast by defaultSean Anderson2024-06-221-1/+0
* net: xilinx: axienet: Use NL_SET_ERR_MSG instead of netdev_errSean Anderson2024-06-121-3/+3
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: axienet: Fix kernel doc warningsSuraj Gupta2024-03-292-5/+22
* net: ll_temac: platform_get_resource replaced by wrong functionClaus Hansen Ries2024-03-251-1/+1
* net: emaclite: Use devm_platform_get_and_ioremap_resource() in xemaclite_of_p...Markus Elfring2024-02-091-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-231-1/+1
|\
| * net: axienet: Fix check for partial TX checksumSamuel Holland2023-11-231-1/+1
* | net: axienet: Introduce dmaengine supportRadhey Shyam Pandey2023-11-203-2/+425
* | net: axienet: Preparatory changes for dmaengine supportSarath Babu Naidu Gaddam2023-11-202-124/+162
|/
* net: ethernet: xilinx: Drop kernel doc comment about return valueUwe Kleine-König2023-10-011-2/+0
* net: ethernet: xilinx: Convert to platform remove callback returning voidUwe Kleine-König2023-09-203-11/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-4/+8
|\
| * net: ll_temac: fix error checking of irq_of_parse_and_map()Dan Carpenter2023-08-011-4/+8
* | net: Explicitly include correct DT includesRob Herring2023-07-275-7/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-5/+5
|\
| * net: axienet: Move reset before 64-bit DMA detectionMaxim Kochetkov2023-06-241-5/+5
* | net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)2023-06-221-2/+4
|/
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-1/+1
|\
| * net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
* | net: axienet: set mdio clock according to bus-frequencyAndy Chiu2022-11-211-21/+49
* | net: axienet: Unexport and remove unused mdio functionsAndy Chiu2022-11-212-14/+1
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* | net: axiemac: add PM callbacks to support suspend/resumeAndy Chiu2022-11-071-0/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-1/+1
|\|
| * net: emaclite: update reset_lock member documentationRadhey Shyam Pandey2022-10-281-1/+1
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* net: ll_temac: axienet: delete unnecessary blank lines and spaceshuangjunxian2022-09-213-4/+3
* net: ll_temac: move trailing statements to next linehuangjunxian2022-09-211-3/+9
* net: ll_temac: fix the missing spaces around '='huangjunxian2022-09-211-11/+11
* net: ll_temac: delete unnecessary else branchhuangjunxian2022-09-211-7/+5
* net: ll_temac: axienet: align with open parenthesishuangjunxian2022-09-213-6/+5