aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cortina (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: 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-26net: 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-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-0/+2
2020-09-18net: cortina: Remove set but not used variableZheng Yongjun1-4/+2
2020-09-06net: gemini: Clean up phy registrationLinus Walleij1-21/+11
2020-09-02net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter1-17/+17
2020-08-19net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_probe()Wang Hai1-3/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-07-30net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethernet_port_probe()Wang Hai1-1/+4
2020-07-13net: ethernet: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-14treewide: 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-10net: gemini: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-03net/cortina: Delete driver version from ethtool outputLeon Romanovsky1-2/+0
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-12-16net: gemini: Fix memory leak in gmac_setup_txqsNavid Emamdoost1-0/+2
2019-12-12netdev: 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-25net: ethernet: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+2
2019-04-18net: gemini: remove unnecessary assertJakub Kicinski1-2/+0
2018-11-23net: gemini: Fix copy/paste errorAndreas Fiedler1-1/+1
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+1
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-1/+1
2018-07-12net: gemini: Indicate that we can handle jumboframesLinus Walleij1-0/+5
2018-07-12net: gemini: Move main init to portLinus Walleij1-2/+14
2018-07-12net: gemini: Allow multiple ports to instantiateLinus Walleij1-1/+4
2018-07-12net: gemini: Improve connection printsLinus Walleij1-20/+26
2018-07-12net: 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-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-04net: gemini: fix spelling mistake: "it" -> "is"YueHaibing1-3/+3
2018-03-20net: gemini: fix memory leakIgor Pylypiv1-0/+1
2018-01-21net: gemini: Depend on HAS_IOMEMLinus Walleij1-0/+1
2018-01-15net: ethernet: Add a driver for Gemini gigabit ethernetLinus Walleij4-0/+3577