summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bcmsysport.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-10net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-02-15net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli1-0/+3
2020-01-27net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter1-1/+1
2019-03-23net: systemport: Fix reception of BPDUsFlorian Fainelli1-0/+4
2019-02-12net: systemport: Fix WoL with password after deep sleepFlorian Fainelli1-15/+10
2018-11-23net: systemport: Protect stop from timeoutFlorian Fainelli1-8/+7
2018-10-18net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli1-11/+11
2018-07-25net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli1-2/+2
2018-03-31net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli1-18/+15
2017-11-03net: systemport: Correct IPG length settingsFlorian Fainelli1-4/+6
2017-09-19net: systemport: Fix 64-bit statistics dependencyFlorian Fainelli1-20/+32
2017-09-16net: systemport: Fix 64-bit stats deadlockFlorian Fainelli1-3/+0
2017-09-02net: systemport: Correctly set TSB endian for hostFlorian Fainelli1-0/+13
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-08-30net: systemport: Set correct RSB endian bits based on hostFlorian Fainelli1-2/+6
2017-08-30net: systemport: Use correct I/O accessorsFlorian Fainelli1-6/+6
2017-08-25net: systemport: Free DMA coherent descriptors on errorsFlorian Fainelli1-0/+2
2017-08-25net: systemport: Be drop monitor friendlyFlorian Fainelli1-1/+1
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-10net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli1-0/+4
2017-08-07net: systemport: Support 64bit statisticskiki good1-17/+61
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-02net: systemport: Fix missing Wake-on-LAN interrupt for SYSTEMPORT LiteFlorian Fainelli1-2/+5
2017-03-29net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-24net: systemport: Simplify circular pointer arithmeticFlorian Fainelli1-5/+1
2017-03-24net: systemport: Clear status to reduce spurious interruptsFlorian Fainelli1-0/+10
2017-03-24net: systemport: Track per TX ring statisticsFlorian Fainelli1-7/+58
2017-01-23net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli1-64/+259
2017-01-23net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli1-0/+11
2017-01-13net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli1-7/+18
2017-01-04net: systemport: Pad packet before inserting TSBFlorian Fainelli1-9/+9
2017-01-04net: systemport: Utilize skb_put_padto()Florian Fainelli1-3/+2
2016-11-30net: ethernet: bcmsysport: fix fixed-link phydev leaksJohan Hovold1-5/+12
2016-08-31net: systemport: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-26net: systemport: Fix ordering in intrl2_*_mask_clear macroFlorian Fainelli1-1/+1
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-01net: bcmsysport: Device stats are unsigned longFlorian Fainelli1-1/+1
2016-06-20net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-06-20net: ethernet: bcmsysport: use phydev from struct net_devicePhilippe Reynes1-17/+14
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-21net: bcmsysport: use napi_complete_done()Florian Fainelli1-1/+1
2016-04-21net: bcmsysport: use __napi_schedule_irqoff()Florian Fainelli1-2/+2
2015-11-19net: add netif_tx_napi_add()Eric Dumazet1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-09-22net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-08-01net: systemport: Add netconsole supportFlorian Fainelli1-0/+18
2015-07-10net: systemport: Use eth_hw_addr_randomVaishali Thakkar1-1/+1
2015-05-31net: systemport: Add a check for oversized packetsFlorian Fainelli1-0/+8
2015-05-31net: systemport: rewrite bcm_sysport_rx_refillFlorian Fainelli1-40/+41
2015-05-31net: systemport: Pre-calculate and utilize cb->bd_addrFlorian Fainelli1-9/+9