- 3cd92ea net: bcmgenet: Add support for 7712 16nm internal EPHY by Florian Fainelli · 3 years, 3 months ago
- 0c9e0c7 ethernet: bcmgenet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
- 7666075 ethernet: constify references to netdev->dev_addr in drivers by Jakub Kicinski · 3 years, 3 months ago
- b8eeac5 ethernet: use device_get_ethdev_address() by Jakub Kicinski · 3 years, 3 months ago
- 0a14501 eth: fwnode: remove the addr len from mac helpers by Jakub Kicinski · 3 years, 3 months ago
- 8017c4d eth: fwnode: change the return type of mac address helpers by Jakub Kicinski · 3 years, 3 months ago
- f3956eb ethernet: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 4 months ago
- 2d8bdf52 net: bcmgenet: add support for ethtool flow control by Doug Berger · 3 years, 4 months ago
- fcb5dfe net: bcmgenet: remove old link state values by Doug Berger · 3 years, 4 months ago
- f3ccfda1 ethtool: extend coalesce setting uAPI with CQE mode by Yufeng Mo · 3 years, 5 months ago
- 0852aeb bcmgenet: remove call to netdev_boot_setup_check by Arnd Bergmann · 3 years, 6 months ago
- a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
- 2b45255 net: bcmgenet: Ensure all TX/RX queues DMAs are disabled by Florian Fainelli · 3 years, 6 months ago
- 5a3c680 net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clear by Doug Berger · 3 years, 7 months ago
- 19938ba net: bcmgenet: Add mdio-bcm-unimac soft dependency by Jian-Hong Pan · 3 years, 7 months ago
- 4375ada net: bcmgenet: Fix a resource leak in an error handling path in the probe functin by Christophe JAILLET · 4 years, 1 month ago
- 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
- 1996cf4 net: bcmgenet: fix mask check in bcmgenet_validate_flow() by Denis Efremov · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 53a9288 net: bcmgenet: add missed clk_disable_unprepare in bcmgenet_probe by Zhang Changzhong · 4 years, 6 months ago
- 24a63fe net: bcmgenet: fix error returns in bcmgenet_probe() by Zhang Changzhong · 4 years, 6 months ago
- a8c6454 net: bcmgenet: restore HFB filters on resume by Doug Berger · 4 years, 6 months ago
- 47ff6154 net: bcmgenet: Allow changing carrier from user-space by Florian Fainelli · 4 years, 7 months ago
- 20d1f2d net: bcmgenet: use hardware padding of runt frames by Doug Berger · 4 years, 7 months ago
- d966d2e net: bcmgenet: use __be16 for htons(ETH_P_IP) by Doug Berger · 4 years, 7 months ago
- 673bafd net: bcmgenet: re-remove bcmgenet_hfb_add_filter by Doug Berger · 4 years, 7 months ago
- eb236c2 net: bcmgenet: Move wake-up event out of side band ISR by Doug Berger · 4 years, 9 months ago
- f50932c net: bcmgenet: add WAKE_FILTER support by Doug Berger · 4 years, 9 months ago
- 3e37095 net: bcmgenet: add support for ethtool rxnfc flows by Doug Berger · 4 years, 9 months ago
- 854295d net: bcmgenet: code movement by Doug Berger · 4 years, 9 months ago
- 14da151 Revert "net: bcmgenet: remove unused function in bcmgenet.c" by Doug Berger · 4 years, 9 months ago
- 1a1d510 net: bcmgenet: move clk_wol management to bcmgenet_wol by Doug Berger · 4 years, 9 months ago
- 72f9634 net: bcmgenet: set Rx mode before starting netif by Doug Berger · 4 years, 9 months ago
- d483389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- ecaeceb net: bcmgenet: suppress warnings on failed Rx SKB allocations by Doug Berger · 4 years, 9 months ago
- a6d0b83 net: bcmgenet: correct per TX/RX ring statistics by Doug Berger · 4 years, 9 months ago
- 7d3cca7 net: bcmgenet: Drop too many parentheses in bcmgenet_probe() by Andy Shevchenko · 4 years, 9 months ago
- d2af142 net: bcmgenet: Use get_unligned_beXX() and put_unaligned_beXX() by Andy Shevchenko · 4 years, 9 months ago
- c80d36f net: bcmgenet: Use devm_clk_get_optional() to get the clocks by Andy Shevchenko · 4 years, 9 months ago
- 9a96594 net: bcmgenet: Drop useless OF code by Andy Shevchenko · 4 years, 9 months ago
- d4d9b47 net: bcmgenet: Drop ACPI_PTR() to avoid compiler warning by Andy Shevchenko · 4 years, 9 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- 9a9ba2a net: bcmgenet: always enable status blocks by Doug Berger · 4 years, 10 months ago
- 88f6c8b net: bcmgenet: keep MAC in reset until PHY is up by Doug Berger · 4 years, 10 months ago
- 612eb1c Revert "net: bcmgenet: use RGMII loopback for MAC reset" by Doug Berger · 4 years, 10 months ago
- f6f508c net: bcmgenet: reject unsupported coalescing params by Jakub Kicinski · 4 years, 10 months ago
- e3c0a63 net/broadcom: Clean broadcom code from driver versions by Leon Romanovsky · 4 years, 11 months ago
- ae200c2 net: bcmgenet: reduce severity of missing clock warnings by Jeremy Linton · 5 years ago
- 26bd9cc net: bcmgenet: Fetch MAC address from the adapter by Jeremy Linton · 5 years ago
- 99c6b06 net: bcmgenet: Initial bcmgenet ACPI support by Jeremy Linton · 5 years ago
- 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 148965d net: bcmgenet: Use netif_tx_napi_add() for TX NAPI by Florian Fainelli · 5 years ago
- fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
- f1af17c net: bcmgenet: Add software counters to track reallocations by Doug Berger · 5 years ago
- e3fa858 net: bcmgenet: Be drop monitor friendly while re-allocating headroom by Doug Berger · 5 years ago
- ae895c4 net: bcmgenet: Turn on offloads by default by Doug Berger · 5 years ago
- 206f54b net: bcmgenet: Utilize bcmgenet_set_features() during resume/open by Doug Berger · 5 years ago
- f63db4e net: bcmgenet: Refactor bcmgenet_set_features() by Doug Berger · 5 years ago
- 8101553 net: bcmgenet: use CHECKSUM_COMPLETE for NETIF_F_RXCSUM by Doug Berger · 5 years ago
- dd8e911 net: bcmgenet: enable NETIF_F_HW_CSUM feature by Doug Berger · 5 years ago
- 99d5563 net: bcmgenet: enable NETIF_F_HIGHDMA flag by Doug Berger · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- a50e3a9 net: bcmgenet: Add BCM2711 support by Stefan Wahren · 5 years ago
- 2b65f93 net: bcmgenet: Fix error handling on IRQ retrieval by Stefan Wahren · 5 years ago
- 5b1f0e6 net: bcmgenet: Avoid touching non-existent interrupt by Stefan Wahren · 5 years ago
- 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 0686bd9 net: bcmgenet: reapply manual settings to the PHY by Doug Berger · 5 years ago
- 6b6d017f Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init" by Doug Berger · 5 years ago
- 3a55402 net: bcmgenet: use RGMII loopback for MAC reset by Doug Berger · 5 years ago
- 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 25382b9 net: bcmgenet: reset 40nm EPHY on energy detect by Doug Berger · 5 years ago
- 1f51548 net: bcmgenet: soft reset 40nm EPHYs before MAC init by Doug Berger · 5 years ago
- 7de4840 net: bcmgenet: don't set phydev->link from MAC by Doug Berger · 5 years ago
- d9f45ab net: bcmgenet: Add a shutdown callback by Florian Fainelli · 5 years ago
- d033716 net: bcmgenet: Generate a random MAC if none is valid by Florian Fainelli · 5 years ago
- 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- dd1bf47 net: bcmgenet: use ethtool_op_get_ts_info() by Ryan M. Collins · 5 years ago
- 399e06a ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” by Markus Elfring · 5 years ago
- 4ca3348 net: bcmgenet: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
- f06d0ca linux/dim: Fix overflow in dim calculation by Yamin Friedman · 5 years ago
- 35cbef9 net: bcmgenet: use promisc for unsupported filters by Justin Chen · 6 years ago
- d7ee287 Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
- 8960b38 linux/dim: Rename externally used net_dim members by Tal Gilboa · 6 years ago
- e5b6ab0 linux/dim: Rename net_dim_sample() to net_dim_update_sample() by Tal Gilboa · 6 years ago
- c002bd5 linux/dim: Rename externally exposed macros by Tal Gilboa · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
- 6b16f9e net: move skb->xmit_more hint to softnet data by Florian Westphal · 6 years ago
- c5a54bb net: bcmgenet: abort suspend on error by Doug Berger · 6 years ago
- a94cbf0 net: bcmgenet: code movement by Doug Berger · 6 years ago
- 0db5509 net: bcmgenet: return correct value 'ret' from bcmgenet_power_down by YueHaibing · 6 years ago
- 09e805d net: bcmgenet: protect stop from timeout by Doug Berger · 6 years ago
- 026a807 net/dim: Rename *_get_profile() functions to *_get_rx_moderation() by Tal Gilboa · 7 years ago
- 6f89421 net: bcmgenet: Fix sparse warnings in bcmgenet_put_tx_csum() by Florian Fainelli · 7 years ago
- 5e6ce1f net: bcmgenet: Fix coalescing settings handling by Florian Fainelli · 7 years ago
- 335ab8b net: bcmgenet: return NULL instead of plain integer by Wei Yongjun · 7 years ago
- 9f4ca05 net: bcmgenet: Add support for adaptive RX coalescing by Florian Fainelli · 7 years ago
- 28b2e0d net: phy: remove parameter new_link from phy_mac_interrupt() by Heiner Kallweit · 7 years ago
- 4fa112f net: bcmgenet: Use BUG_ON instead of if condition followed by BUG by Gustavo A. R. Silva · 7 years ago