aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/sb1250-mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2019-02-06net: broadcom: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-09-19net: broadcom: fix return type of ndo_start_xmit functionYueHaibing1-2/+2
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-4/+1
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-9/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-5/+5
2017-08-28net: ethernet: broadcom: Remove null check before kfreeHimanshu Jha1-8/+4
2017-04-21NET: sb1250-mac: Add missing MODULE_LICENSE()Ralf Baechle1-0/+1
2017-03-02drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-27ethernet: fix min/max MTU typosStefan Richter1-1/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-10/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-01-10net: ethernet: broadcom: Fix build errorsGuenter Roeck1-7/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-2/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-4/+0
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-4/+3
2015-07-14MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle1-9/+0
2014-10-20net: ethernet: broadcom: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-5/+4
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-4/+1
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2012-12-03net/broadcom: remove __dev* attributesBill Pemberton1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-2/+0
2012-01-10sb1250: use an unique MDIO bus name.Florian Fainelli1-1/+2
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-12/+1
2011-11-16ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALENJoe Perches1-2/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10broadcom: Move the Broadcom driversJeff Kirsher1-0/+2690