aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bcmsysport.c
AgeCommit message (Expand)Author
2021-12-22net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli
2021-01-12net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZEFlorian Fainelli
2020-09-09net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu
2020-05-10net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger
2020-02-14net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli
2020-01-27net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter
2019-03-23net: systemport: Fix reception of BPDUsFlorian Fainelli
2019-02-12net: systemport: Fix WoL with password after deep sleepFlorian Fainelli
2018-11-23net: systemport: Protect stop from timeoutFlorian Fainelli
2018-10-18net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli
2018-07-25net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli
2018-03-31net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli
2017-11-03net: systemport: Correct IPG length settingsFlorian Fainelli
2017-09-18net: systemport: Fix 64-bit statistics dependencyFlorian Fainelli
2017-09-15net: systemport: Fix 64-bit stats deadlockFlorian Fainelli
2017-09-01net: systemport: Correctly set TSB endian for hostFlorian Fainelli
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-29net: systemport: Set correct RSB endian bits based on hostFlorian Fainelli
2017-08-29net: systemport: Use correct I/O accessorsFlorian Fainelli
2017-08-24net: systemport: Free DMA coherent descriptors on errorsFlorian Fainelli
2017-08-24net: systemport: Be drop monitor friendlyFlorian Fainelli
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-09net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli
2017-08-06net: systemport: Support 64bit statisticskiki good
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-02net: systemport: Fix missing Wake-on-LAN interrupt for SYSTEMPORT LiteFlorian Fainelli
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-24net: systemport: Simplify circular pointer arithmeticFlorian Fainelli
2017-03-24net: systemport: Clear status to reduce spurious interruptsFlorian Fainelli
2017-03-24net: systemport: Track per TX ring statisticsFlorian Fainelli
2017-01-22net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli
2017-01-22net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli
2017-01-13net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli
2017-01-04net: systemport: Pad packet before inserting TSBFlorian Fainelli
2017-01-04net: systemport: Utilize skb_put_padto()Florian Fainelli
2016-11-29net: ethernet: bcmsysport: fix fixed-link phydev leaksJohan Hovold
2016-08-31net: systemport: constify ethtool_ops structuresJulia Lawall
2016-08-25net: systemport: Fix ordering in intrl2_*_mask_clear macroFlorian Fainelli
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-01net: bcmsysport: Device stats are unsigned longFlorian Fainelli
2016-06-19net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-19net: ethernet: bcmsysport: use phydev from struct net_devicePhilippe Reynes
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-21net: bcmsysport: use napi_complete_done()Florian Fainelli
2016-04-21net: bcmsysport: use __napi_schedule_irqoff()Florian Fainelli
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-21net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt
2015-07-31net: systemport: Add netconsole supportFlorian Fainelli
2015-07-09net: systemport: Use eth_hw_addr_randomVaishali Thakkar