aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/sunbmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski1-3/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2020-09-29net: sunbmac: Replace in_interrupt() usageSebastian Andrzej Siewior1-9/+9
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-02-06net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-09-19net: sun: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson1-0/+1
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-04-07net: sunbmac: Use net_device_stats from struct net_deviceTobias Klauser1-9/+9
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-11-18sunbmac: Fix compiler warningTushar Dave1-2/+3
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2014-10-20net: ethernet: sun: 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-08-21net: sunbmac: remove unnecessary dev_set_drvdata()Libo Chen1-2/+0
2013-08-20net: sunbmac: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-06-24net: Restore unintentional reverts.David S. Miller1-1/+0
2013-05-17net: ethernet: sun: initialize variables directlyEmilio López1-4/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03net/sun: remove __dev* attributesBill Pemberton1-4/+4
2012-09-21sunbmac: Remove unused local variable.David S. Miller1-1/+0
2012-07-10sunbmac: remove unnecessary setting of skb->devJon Mason1-2/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-1/+1
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-12/+1
2011-08-25sunbmac: use standard #defines from mii.h.Francois Romieu1-15/+16
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11cassini/niu/sun*: Move the Sun driversJeff Kirsher1-0/+1306