Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-23net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli
2017-01-23net: 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-30net: ethernet: bcmsysport: fix fixed-link phydev leaksJohan Hovold
2016-08-31net: systemport: constify ethtool_ops structuresJulia Lawall
2016-08-26net: 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-20net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-20net: 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-19net: add netif_tx_napi_add()Eric Dumazet
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-22net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt
2015-08-01net: systemport: Add netconsole supportFlorian Fainelli
2015-07-10net: systemport: Use eth_hw_addr_randomVaishali Thakkar
2015-05-31net: systemport: Add a check for oversized packetsFlorian Fainelli
2015-05-31net: systemport: rewrite bcm_sysport_rx_refillFlorian Fainelli
2015-05-31net: systemport: Pre-calculate and utilize cb->bd_addrFlorian Fainelli
2015-05-13net: systemport: Implement RX coalescing control knobsFlorian Fainelli
2015-05-13net: systemport: Implement TX coalescing control knobsFlorian Fainelli
2015-03-01net: systemport: fix software maintained statisticsFlorian Fainelli
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-10net: systemport: allow changing MAC addressFlorian Fainelli
2014-11-21net: systemport: log RX buffer allocation and RX/TX DMA failuresFlorian Fainelli
2014-11-13net: systemport: fix tx work done in TX napi pollFlorian Fainelli
2014-11-04Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-11-01net: systemport: do not crash freeing an unitialized TX ringFlorian Fainelli
2014-11-01net: systemport: fix DMA allocation/freeing sizesFlorian Fainelli
2014-10-29net: systemport: reset UniMAC coming out of a suspend cycleFlorian Fainelli
2014-10-29net: systemport: enable RX interrupts after NAPIFlorian Fainelli
2014-10-20net: ethernet: broadcom: drop owner assignment from platform_driversWolfram Sang
2014-10-10net: systemport: avoid unbalanced enable_irq_wake callsFlorian Fainelli
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-05net: systemport: fix bcm_sysport_insert_tsb()Florian Fainelli
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-09net: systemport: check harder for out of memory conditionsFlorian Fainelli
2014-09-05net: systemport: update UMAC_CMD only when link is detectedFlorian Fainelli
2014-09-02net: systemport: tell RXCHK if we are using Broadcom tagsFlorian Fainelli
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-10net: systemport: use kcalloc instead of kzallocFlorian Fainelli
2014-07-10net: systemport: align multiple lines correctlyFlorian Fainelli
2014-07-08net: systemport: add Wake-on-LAN supportFlorian Fainelli
2014-07-08net: systemport: rename rx_csum_en to rx_chk_enFlorian Fainelli
2014-07-08net: systemport: add suspend and resume supportFlorian Fainelli
2014-07-08net: systemport: add bcm_sysport_netif_{enable,stop}Florian Fainelli