summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cortina
AgeCommit message (Expand)AuthorFilesLines
2024-01-07net: ethernet: cortina: Drop TSO supportLinus Walleij1-13/+2
2023-11-14net: ethernet: cortina: Fix MTU max settingLinus Walleij2-14/+5
2023-11-14net: ethernet: cortina: Handle large framesLinus Walleij1-1/+23
2023-11-14net: ethernet: cortina: Fix max RX frame defineLinus Walleij2-3/+3
2023-09-20net: ethernet: cortina: Convert to platform remove callback returning voidUwe Kleine-König1-8/+4
2023-08-16net: gemini: Remove redundant of_match_ptr()Ruan Jinjie1-2/+2
2023-08-03net: gemini: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-12/+12
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-12/+12
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski1-3/+1
2022-01-27net: ethernet: cortina: permit to set mac address in DTCorentin Labbe1-0/+8
2022-01-05net: gemini: allow any RGMII interface modeRussell King (Oracle)1-3/+6
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() - castsJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-06-07net: gemini: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-25/+9
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-0/+2
2020-09-19net: cortina: Remove set but not used variableZheng Yongjun1-4/+2
2020-09-06net: gemini: Clean up phy registrationLinus Walleij1-21/+11
2020-09-03net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter1-17/+17
2020-08-20net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...Wang Hai1-3/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-07-31net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethe...Wang Hai1-1/+4
2020-07-14net: ethernet: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-06net: cortina: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-03-11net: gemini: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-04net/cortina: Delete driver version from ethtool outputLeon Romanovsky1-2/+0
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-12-17net: gemini: Fix memory leak in gmac_setup_txqsNavid Emamdoost1-0/+2
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-16net: gemini: add missed free_netdevChuhong Yuan1-0/+1
2019-10-26net: ethernet: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-07-31net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+2
2019-04-19net: gemini: remove unnecessary assertJakub Kicinski1-2/+0
2018-11-24net: gemini: Fix copy/paste errorAndreas Fiedler1-1/+1
2018-09-13net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+1
2018-09-13net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-1/+1
2018-07-13net: gemini: Indicate that we can handle jumboframesLinus Walleij1-0/+5
2018-07-13net: gemini: Move main init to portLinus Walleij1-2/+14
2018-07-13net: gemini: Allow multiple ports to instantiateLinus Walleij1-1/+4
2018-07-13net: gemini: Improve connection printsLinus Walleij1-20/+26
2018-07-13net: gemini: Look up L3 maxlen from tableLinus Walleij1-15/+46
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-05net: gemini: fix spelling mistake: "it" -> "is"YueHaibing1-3/+3