| Commit message (Expand) | Author | Age | Files | Lines |
* | net: fill in MODULE_DESCRIPTION()s for Broadcom bgmac | Breno Leitao | 2024-01-25 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-24 | 1 | -1/+1 |
|\ |
|
| * | net: bgmac: Fix return value check for fixed_phy_register() | Ruan Jinjie | 2023-08-20 | 1 | -1/+1 |
* | | net: bgmac: Return PTR_ERR() for fixed_phy_register() | Ruan Jinjie | 2023-08-20 | 1 | -1/+1 |
|/ |
|
* | net: bgmac: postpone turning IRQs off to avoid SoC hangs | Rafał Miłecki | 2023-07-08 | 1 | -2/+2 |
* | bgmac: fix *initial* chip reset to support BCM5358 | Rafał Miłecki | 2023-02-28 | 1 | -2/+6 |
* | net: bgmac: Drop free_netdev() from bgmac_enet_remove() | Wei Yongjun | 2022-11-12 | 1 | -1/+0 |
* | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 2022-09-29 | 1 | -1/+1 |
* | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-08-31 | 1 | -3/+3 |
* | net: bgmac: Fix a BUG triggered by wrong bytes_compl | Sandor Bodo-Merle | 2022-08-09 | 1 | -1/+1 |
* | net: bgmac: remove a copy of the NAPI_POLL_WEIGHT define | Jakub Kicinski | 2022-04-29 | 1 | -1/+1 |
* | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 2021-10-14 | 1 | -1/+1 |
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 2021-10-02 | 1 | -1/+1 |
* | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 2021-07-27 | 1 | -1/+1 |
* | net: broadcom: share header defining UniMAC registers | Rafał Miłecki | 2021-01-09 | 1 | -49/+49 |
* | bgmac: add bgmac_umac_*() helpers for accessing UniMAC registers | Rafał Miłecki | 2021-01-09 | 1 | -40/+40 |
* | bgmac: configure MTU and add support for frames beyond 8192 byte size | Murali Krishna Policharla | 2020-03-28 | 1 | -0/+12 |
* | net: convert suitable drivers to use phy_do_ioctl_running | Heiner Kallweit | 2020-01-23 | 1 | -9/+1 |
* | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 2019-07-23 | 1 | -1/+1 |
* | net: phy: fixed-phy: Drop GPIO from fixed_phy_add() | Linus Walleij | 2019-02-05 | 1 | -1/+1 |
* | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -6/+6 |
* | net: bgmac: remove set but not used variable 'err' | YueHaibing | 2018-09-02 | 1 | -2/+0 |
* | net: bgmac: remove redundant variable 'freed' | Colin Ian King | 2018-07-04 | 1 | -2/+0 |
* | net: bgmac: Fix endian access in bgmac_dma_tx_ring_free() | Florian Fainelli | 2018-04-02 | 1 | -1/+2 |
* | net: bgmac: Mask interrupts during probe | Florian Fainelli | 2018-03-29 | 1 | -0/+2 |
* | net: bgmac: Use interface name to request interrupt | Florian Fainelli | 2018-03-29 | 1 | -1/+1 |
* | net: bgmac: Remove short packet padding for DSA | Florian Fainelli | 2018-01-05 | 1 | -15/+0 |
* | net: bgmac: Pad packets to a minimum size | Florian Fainelli | 2017-11-11 | 1 | -0/+16 |
* | net: ethernet: bgmac: Make IDM register space optional | Abhishek Shah | 2017-07-15 | 1 | -28/+42 |
* | drivers: add explicit interrupt.h includes | Florian Westphal | 2017-03-30 | 1 | -0/+1 |
* | net: ethernet: bgmac: driver power manangement | Joey Zhong | 2017-03-07 | 1 | -0/+51 |
* | net: ethernet: bgmac: mac address change bug | Hari Vyas | 2017-03-03 | 1 | -1/+5 |
* | net: bgmac: store MAC address directly in netdev->dev_addr | Tobias Klauser | 2017-02-17 | 1 | -5/+4 |
* | net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.h | Russell King | 2017-02-10 | 1 | -0/+2 |
* | net: bgmac: allocate struct bgmac just once & don't copy it | Rafał Miłecki | 2017-01-31 | 1 | -8/+17 |
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 1 | -3/+6 |
|\ |
|
| * | net: bgmac: fix reversed checks for clock control flag | Rafał Miłecki | 2016-11-09 | 1 | -2/+2 |
| * | bgmac: stop clearing DMA receive control register right after it is set | Andy Gospodarek | 2016-11-01 | 1 | -1/+4 |
* | | net: ethernet: bgmac: add NS2 support | Jon Mason | 2016-11-07 | 1 | -0/+3 |
* | | net: ethernet: bgmac: device tree phy enablement | Jon Mason | 2016-11-07 | 1 | -24/+5 |
|/ |
|
* | net: bgmac: fix spelling mistake: "connecton" -> "connection" | Colin Ian King | 2016-10-27 | 1 | -1/+1 |
* | net: bgmac: Fix errant feature flag check | Jon Mason | 2016-10-07 | 1 | -1/+1 |
* | net: bgmac: make it clear when setting interface type to RMII | Rafał Miłecki | 2016-08-19 | 1 | -1/+2 |
* | net: bgmac: support Ethernet core on BCM53573 SoCs | Rafał Miłecki | 2016-08-19 | 1 | -0/+25 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-24 | 1 | -1/+1 |
|\ |
|
| * | net: bgmac: Fix infinite loop in bgmac_dma_tx_add() | Florian Fainelli | 2016-07-16 | 1 | -1/+1 |
* | | net: ethernet: bgmac: Add platform device support | Jon Mason | 2016-07-10 | 1 | -277/+52 |
* | | net: ethernet: bgmac: convert to feature flags | Jon Mason | 2016-07-10 | 1 | -47/+120 |
* | | net: ethernet: bgmac: move BCMA MDIO Phy code into a separate file | Jon Mason | 2016-07-10 | 1 | -216/+30 |