summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx
AgeCommit message (Expand)Author
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-05-27net: xilinx: axienet: Fix Tx skb circular buffer occupancy check in dmaengine...Suraj Gupta
2025-04-21net: axienet: Fix spelling mistake "archecture" -> "architecture"Colin Ian King
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-20net: axienet: Set mac_managed_pmNick Hu
2025-02-18net: xilinx: axienet: Implement BQLSean Anderson
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)
2025-02-10net: xilinx: axienet: Enable adaptive IRQ coalescing with DIMSean Anderson
2025-02-10net: xilinx: axienet: Get coalesce parameters from driver stateSean Anderson
2025-02-10net: xilinx: axienet: Support adjusting coalesce settings while runningSean Anderson
2025-02-10net: xilinx: axienet: Combine CR calculationSean Anderson
2025-01-18net: xilinx: axienet: Report an error for bad coalesce settingsSean Anderson
2025-01-18net: xilinx: axienet: Add some symbolic constants for IRQ delay timerSean Anderson
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-14net: xilinx: axienet: Fix IRQ coalescing packet count overflowSean Anderson
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-03net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine startsSuraj Gupta
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-15net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()Wang Hai
2024-10-11net: emaclite: Adopt clock supportAbin Joseph
2024-10-11net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()Abin Joseph
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-19net: xilinx: axienet: Fix packet countingSean Anderson
2024-09-19net: xilinx: axienet: Schedule NAPI in two stepsSean Anderson
2024-09-10net: xilinx: axienet: Relax partial rx checksum checksSean Anderson
2024-09-10net: xilinx: axienet: Set RXCSUM in featuresSean Anderson
2024-09-10net: xilinx: axienet: Enable NETIF_F_HW_CSUM for partial tx checksummingSean Anderson
2024-09-10net: xilinx: axienet: Remove unused checksum variablesSean Anderson
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-04net: xilinx: axienet: Fix race in axienet_stopSean Anderson
2024-08-26net: xilinx: axienet: Support IFF_ALLMULTISean Anderson
2024-08-26net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flagsSean Anderson
2024-08-26net: xilinx: axienet: Don't print if we go into promiscuous modeSean Anderson
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-22net: xilinx: axienet: Fix dangling multicast addressesSean Anderson
2024-08-22net: xilinx: axienet: Always disable promiscuous modeSean Anderson
2024-08-21net: xilinx: axienet: Add statistics supportSean Anderson
2024-08-21net: xilinx: axienet: Report RxRject as rx_droppedSean Anderson
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-12net: axienet: Fix register defines comment descriptionRadhey Shyam Pandey
2024-08-02net: axienet: remove unnecessary parenthesesRadhey Shyam Pandey
2024-08-02net: axienet: remove unnecessary ftrace-like loggingRadhey Shyam Pandey
2024-08-02net: axienet: add missing blank line after declarationRadhey Shyam Pandey
2024-08-02net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao
2024-08-01net: Use of_property_read_bool()Rob Herring (Arm)
2024-07-29net: axienet: start napi before enabling Rx/TxAndy Chiu
2024-06-22net: xilinx: axienet: Enable multicast by defaultSean Anderson
2024-06-12net: xilinx: axienet: Use NL_SET_ERR_MSG instead of netdev_errSean Anderson