| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Use u64_stats_fetch_begin_irq() for stats fetch. | Sebastian Andrzej Siewior | 2022-08-29 | 1 | -12/+12 |
* | eth: remove copies of the NAPI_POLL_WEIGHT define | Jakub Kicinski | 2022-04-29 | 1 | -3/+1 |
* | net: ethernet: cortina: permit to set mac address in DT | Corentin Labbe | 2022-01-26 | 1 | -0/+8 |
* | net: gemini: allow any RGMII interface mode | Russell King (Oracle) | 2022-01-05 | 1 | -3/+6 |
* | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen | 2021-11-22 | 1 | -2/+6 |
* | ethernet: make use of eth_hw_addr_random() where appropriate | Jakub Kicinski | 2021-10-14 | 1 | -1/+1 |
* | ethernet: use eth_hw_addr_set() - casts | Jakub Kicinski | 2021-10-02 | 1 | -1/+1 |
* | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 2021-10-02 | 1 | -1/+1 |
* | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo | 2021-08-24 | 1 | -2/+6 |
* | net: gemini: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 2021-06-07 | 1 | -25/+9 |
* | drivers/net/ethernet: clean up mis-targeted comments | Jesse Brandeburg | 2020-09-25 | 1 | -0/+2 |
* | net: cortina: Remove set but not used variable | Zheng Yongjun | 2020-09-18 | 1 | -4/+2 |
* | net: gemini: Clean up phy registration | Linus Walleij | 2020-09-06 | 1 | -21/+11 |
* | net: gemini: Fix another missing clk_disable_unprepare() in probe | Dan Carpenter | 2020-09-02 | 1 | -17/+17 |
* | net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_... | Wang Hai | 2020-08-19 | 1 | -3/+1 |
* | net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethe... | Wang Hai | 2020-07-30 | 1 | -1/+4 |
* | net: cortina: Fix use correct return type for ndo_start_xmit() | Yunjian Wang | 2020-05-06 | 1 | -1/+2 |
* | net: gemini: reject unsupported coalescing params | Jakub Kicinski | 2020-03-10 | 1 | -0/+2 |
* | net/cortina: Delete driver version from ethtool output | Leon Romanovsky | 2020-03-03 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-12-22 | 1 | -0/+2 |
|\ |
|
| * | net: gemini: Fix memory leak in gmac_setup_txqs | Navid Emamdoost | 2019-12-16 | 1 | -0/+2 |
* | | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-12 | 1 | -1/+1 |
|/ |
|
* | net: gemini: add missed free_netdev | Chuhong Yuan | 2019-11-16 | 1 | -0/+1 |
* | net: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 2019-07-30 | 1 | -3/+1 |
* | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 2019-07-22 | 1 | -3/+2 |
* | net: gemini: remove unnecessary assert | Jakub Kicinski | 2019-04-18 | 1 | -2/+0 |
* | net: gemini: Fix copy/paste error | Andreas Fiedler | 2018-11-23 | 1 | -1/+1 |
* | net: ethernet: Add helper for MACs which support asym pause | Andrew Lunn | 2018-09-12 | 1 | -2/+1 |
* | net: ethernet: Use phy_set_max_speed() to limit advertised speed | Andrew Lunn | 2018-09-12 | 1 | -1/+1 |
* | net: gemini: Indicate that we can handle jumboframes | Linus Walleij | 2018-07-12 | 1 | -0/+5 |
* | net: gemini: Move main init to port | Linus Walleij | 2018-07-12 | 1 | -2/+14 |
* | net: gemini: Allow multiple ports to instantiate | Linus Walleij | 2018-07-12 | 1 | -1/+4 |
* | net: gemini: Improve connection prints | Linus Walleij | 2018-07-12 | 1 | -20/+26 |
* | net: gemini: Look up L3 maxlen from table | Linus Walleij | 2018-07-12 | 1 | -15/+46 |
* | net: drivers/net: Convert random_ether_addr to eth_random_addr | Joe Perches | 2018-06-23 | 1 | -1/+1 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -2/+2 |
* | net: gemini: fix spelling mistake: "it" -> "is" | YueHaibing | 2018-06-04 | 1 | -3/+3 |
* | net: gemini: fix memory leak | Igor Pylypiv | 2018-03-20 | 1 | -0/+1 |
* | net: ethernet: Add a driver for Gemini gigabit ethernet | Linus Walleij | 2018-01-15 | 1 | -0/+2593 |