aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sgi (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-05net: sgi: ioc3-eth: Remove leftover free_irq()Thomas Bogendoerfer1-1/+0
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-449/+100
2020-01-09mfd: ioc3: Add driver for SGI IOC3 chipThomas Bogendoerfer2-461/+100
2020-01-09MIPS: SGI-IP27: fix readb/writeb addressingThomas Bogendoerfer1-0/+12
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-4/+4
2019-11-04net: sgi: ioc3-eth: ensure tx ring is 16k aligned.Thomas Bogendoerfer1-6/+10
2019-11-04net: sgi: ioc3-eth: fix setting NETIF_F_HIGHDMAChristoph Hellwig1-3/+1
2019-11-04net: sgi: ioc3-eth: simplify setting the DMA maskChristoph Hellwig1-20/+7
2019-11-04net: sgi: ioc3-eth: fix usage of GFP_* flagsChristoph Hellwig1-2/+2
2019-11-04net: sgi: ioc3-eth: don't abuse dma_direct_* callsChristoph Hellwig1-14/+11
2019-08-30net: sgi: ioc3-eth: no need to stop queue set_multicast_listThomas Bogendoerfer1-4/+0
2019-08-30net: sgi: ioc3-eth: protect emcr in all casesThomas Bogendoerfer1-0/+8
2019-08-30net: sgi: ioc3-eth: Fix IPG settingsThomas Bogendoerfer1-2/+2
2019-08-30net: sgi: ioc3-eth: use csum_foldThomas Bogendoerfer1-5/+1
2019-08-30net: sgi: ioc3-eth: use dma-direct for dma allocationsThomas Bogendoerfer1-33/+113
2019-08-30net: sgi: ioc3-eth: refactor rx buffer allocationThomas Bogendoerfer1-50/+45
2019-08-30net: sgi: ioc3-eth: split ring cleaning/freeing and allocationThomas Bogendoerfer1-15/+13
2019-08-30net: sgi: ioc3-eth: introduce chip start functionThomas Bogendoerfer1-20/+29
2019-08-30net: sgi: ioc3-eth: separate tx and rx ring handlingThomas Bogendoerfer1-12/+8
2019-08-30net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()Thomas Bogendoerfer1-21/+1
2019-08-30net: sgi: ioc3-eth: allocate space for desc rings only onceThomas Bogendoerfer1-53/+52
2019-08-30net: sgi: ioc3-eth: use defines for constants dealing with desc ringsThomas Bogendoerfer1-18/+24
2019-08-30net: sgi: ioc3-eth: remove checkpatch errors/warningThomas Bogendoerfer1-145/+130
2019-08-30MIPS: SGI-IP27: restructure ioc3 register accessThomas Bogendoerfer1-233/+185
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-17net: sgi: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2019-02-14net: sgi: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-12meth: pass struct device to DMA API functionsChristoph Hellwig1-10/+15
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-09-21net: sgi: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2017-10-18net/ethernet/sgi: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-07-15ioc3-eth: store pointer to net_device for priviate areaJason A. Donenfeld1-9/+5
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-3/+2
2017-03-06net: sgi: ioc3-eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-03-02drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson2-2/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-6/+2
2014-10-20net: ethernet: sgi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+2
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-22net/ethernet/sgi/ioc3-eth: Use module_pci_driver to register driverPeter Hüwe1-13/+1