Age | Commit message (Expand) | Author | Files | Lines |
2022-04-29 | net: bgmac: remove a copy of the NAPI_POLL_WEIGHT define | Jakub Kicinski | 1 | -1/+1 |
2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 1 | -1/+1 |
2021-10-02 | ethernet: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -1/+1 |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -1/+1 |
2021-01-08 | net: broadcom: share header defining UniMAC registers | Rafał Miłecki | 1 | -49/+49 |
2021-01-08 | bgmac: add bgmac_umac_*() helpers for accessing UniMAC registers | Rafał Miłecki | 1 | -40/+40 |
2020-03-27 | bgmac: configure MTU and add support for frames beyond 8192 byte size | Murali Krishna Policharla | 1 | -0/+12 |
2020-01-23 | net: convert suitable drivers to use phy_do_ioctl_running | Heiner Kallweit | 1 | -9/+1 |
2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2019-02-04 | net: phy: fixed-phy: Drop GPIO from fixed_phy_add() | Linus Walleij | 1 | -1/+1 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 1 | -6/+6 |
2018-09-01 | net: bgmac: remove set but not used variable 'err' | YueHaibing | 1 | -2/+0 |
2018-07-04 | net: bgmac: remove redundant variable 'freed' | Colin Ian King | 1 | -2/+0 |
2018-04-01 | net: bgmac: Fix endian access in bgmac_dma_tx_ring_free() | Florian Fainelli | 1 | -1/+2 |
2018-03-29 | net: bgmac: Mask interrupts during probe | Florian Fainelli | 1 | -0/+2 |
2018-03-29 | net: bgmac: Use interface name to request interrupt | Florian Fainelli | 1 | -1/+1 |
2018-01-05 | net: bgmac: Remove short packet padding for DSA | Florian Fainelli | 1 | -15/+0 |
2017-11-11 | net: bgmac: Pad packets to a minimum size | Florian Fainelli | 1 | -0/+16 |
2017-07-15 | net: ethernet: bgmac: Make IDM register space optional | Abhishek Shah | 1 | -28/+42 |
2017-03-30 | drivers: add explicit interrupt.h includes | Florian Westphal | 1 | -0/+1 |
2017-03-06 | net: ethernet: bgmac: driver power manangement | Joey Zhong | 1 | -0/+51 |
2017-03-03 | net: ethernet: bgmac: mac address change bug | Hari Vyas | 1 | -1/+5 |
2017-02-17 | net: bgmac: store MAC address directly in netdev->dev_addr | Tobias Klauser | 1 | -5/+4 |
2017-02-10 | net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.h | Russell King | 1 | -0/+2 |
2017-01-31 | net: bgmac: allocate struct bgmac just once & don't copy it | Rafał Miłecki | 1 | -8/+17 |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 1 | -1/+1 |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+6 |
2016-11-09 | net: bgmac: fix reversed checks for clock control flag | Rafał Miłecki | 1 | -2/+2 |
2016-11-07 | net: ethernet: bgmac: add NS2 support | Jon Mason | 1 | -0/+3 |
2016-11-07 | net: ethernet: bgmac: device tree phy enablement | Jon Mason | 1 | -24/+5 |
2016-10-31 | bgmac: stop clearing DMA receive control register right after it is set | Andy Gospodarek | 1 | -1/+4 |
2016-10-27 | net: bgmac: fix spelling mistake: "connecton" -> "connection" | Colin Ian King | 1 | -1/+1 |
2016-10-06 | net: bgmac: Fix errant feature flag check | Jon Mason | 1 | -1/+1 |
2016-08-18 | net: bgmac: make it clear when setting interface type to RMII | Rafał Miłecki | 1 | -1/+2 |
2016-08-18 | net: bgmac: support Ethernet core on BCM53573 SoCs | Rafał Miłecki | 1 | -0/+25 |
2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-07-15 | net: bgmac: Fix infinite loop in bgmac_dma_tx_add() | Florian Fainelli | 1 | -1/+1 |
2016-07-09 | net: ethernet: bgmac: Add platform device support | Jon Mason | 1 | -277/+52 |
2016-07-09 | net: ethernet: bgmac: convert to feature flags | Jon Mason | 1 | -47/+120 |
2016-07-09 | net: ethernet: bgmac: move BCMA MDIO Phy code into a separate file | Jon Mason | 1 | -216/+30 |
2016-07-09 | net: ethernet: bgmac: add dma_dev pointer | Jon Mason | 1 | -8/+9 |
2016-07-09 | net: ethernet: bgmac: change bgmac_* prints to dev_* prints | Jon Mason | 1 | -50/+53 |
2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
2016-06-28 | net: bgmac: Remove superflous netif_carrier_on() | Florian Fainelli | 1 | -2/+0 |
2016-06-28 | net: bgmac: Start transmit queue in bgmac_open | Florian Fainelli | 1 | -0/+3 |
2016-06-28 | net: bgmac: Fix SOF bit checking | Florian Fainelli | 1 | -2/+3 |
2016-06-22 | net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -18/+2 |
2016-06-22 | net: ethernet: bgmac: use phydev from struct net_device | Philippe Reynes | 1 | -11/+6 |
2016-06-09 | bgmac: Maintain some netdev statistics | Florian Fainelli | 1 | -0/+10 |
2016-06-09 | bgmac: Add support for ethtool statistics | Florian Fainelli | 1 | -0/+124 |