summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cortina
AgeCommit message (Expand)Author
2024-01-07net: ethernet: cortina: Drop TSO supportLinus Walleij
2023-11-13net: ethernet: cortina: Fix MTU max settingLinus Walleij
2023-11-13net: ethernet: cortina: Handle large framesLinus Walleij
2023-11-13net: ethernet: cortina: Fix max RX frame defineLinus Walleij
2023-09-20net: ethernet: cortina: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-16net: gemini: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-03net: gemini: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-01-26net: ethernet: cortina: permit to set mac address in DTCorentin Labbe
2022-01-05net: gemini: allow any RGMII interface modeRussell King (Oracle)
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() - castsJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-06-07net: gemini: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-18net: cortina: Remove set but not used variableZheng Yongjun
2020-09-06net: gemini: Clean up phy registrationLinus Walleij
2020-09-02net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter
2020-08-19net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...Wang Hai
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-30net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethe...Wang Hai
2020-07-13net: ethernet: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-06net: cortina: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2020-03-10net: gemini: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/cortina: Delete driver version from ethtool outputLeon Romanovsky
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-16net: gemini: Fix memory leak in gmac_setup_txqsNavid Emamdoost
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-16net: gemini: add missed free_netdevChuhong Yuan
2019-10-25net: ethernet: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-04-18net: gemini: remove unnecessary assertJakub Kicinski
2018-11-23net: gemini: Fix copy/paste errorAndreas Fiedler
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-07-12net: gemini: Indicate that we can handle jumboframesLinus Walleij
2018-07-12net: gemini: Move main init to portLinus Walleij
2018-07-12net: gemini: Allow multiple ports to instantiateLinus Walleij
2018-07-12net: gemini: Improve connection printsLinus Walleij
2018-07-12net: gemini: Look up L3 maxlen from tableLinus Walleij
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-04net: gemini: fix spelling mistake: "it" -> "is"YueHaibing