summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2017-01-15net/mlx5: Avoid shadowing numa_nodeEli Cohen1-2/+1
2017-01-15net/mlx5: Check FW limitations on log_max_qp before setting itNoa Osherovich1-0/+7
2017-01-15net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli1-9/+13
2017-01-12net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2017-01-12net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton1-2/+3
2017-01-09net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni1-29/+30
2016-12-10sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt1-1/+1
2016-12-10net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli1-3/+5
2016-12-10net: sky2: Fix shutdown crashJeremy Linton1-0/+13
2016-11-21bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek1-1/+4
2016-11-18i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang1-1/+1
2016-11-15net: fec: set mac address unconditionallyGavin Schenk1-5/+5
2016-11-15tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller1-5/+5
2016-11-10smc91x: avoid self-comparison warningArnd Bergmann1-1/+1
2016-10-28net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein1-1/+1
2016-10-28bnx2x: Prevent false warning for lack of FC NPIVYuval Mintz1-0/+4
2016-10-22i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli1-0/+6
2016-10-07i40e: avoid null pointer dereferenceHeinrich Schuchardt1-1/+3
2016-09-30net: smc91x: fix SMC accessesRussell King2-20/+52
2016-09-30net/mlx5: Added missing check of msg length in verifying its signaturePaul Blakey1-31/+54
2016-09-24net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney2-2/+4
2016-09-15net: thunderx: Fix link status reportingSunil Goutham2-31/+62
2016-09-15net: thunderx: Fix receive packet statsSunil Goutham3-13/+9
2016-09-15net: thunderx: Fix for multiqset not configured upon interface toggleSunil Goutham1-1/+0
2016-09-15net/mlx5e: Don't modify CQ before it was createdGal Pressman1-0/+6
2016-09-15net/mlx5e: Don't try to modify CQ moderation if it is not supportedGal Pressman2-6/+12
2016-09-15net: thunderx: Fix for Qset error due to CQ fullSunil Goutham3-1/+16
2016-09-15i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtoolAnjali Singhai Jain2-42/+12
2016-09-15net: cavium: liquidio: fix check for in progress flagColin Ian King1-1/+1
2016-09-15fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck1-2/+11
2016-09-15fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck1-1/+3
2016-09-15fm10k: reinitialize queuing scheme after calling init_hwJacob Keller1-0/+18
2016-09-15fm10k: always check init_hw for errorsJacob Keller1-5/+29
2016-09-15fm10k: reset max_queues on init_hw_vf failureJacob Keller1-3/+10
2016-09-15fm10k: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-0/+4
2016-09-15fm10k: Correct MTU for jumbo framesJacob Keller1-1/+1
2016-09-15fm10k: do not assume VF always has 1 queueJacob Keller2-1/+7
2016-09-15e1000e: fix division by zero on jumbo MTUsDmitry Fleytman1-2/+4
2016-09-15e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov2-3/+9
2016-09-15ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-1/+2
2016-09-15igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich1-0/+7
2016-09-15igb: use the correct i210 register for EEMNGCTLTodd Fujinaka4-0/+30
2016-09-15igb: don't unmap NULL hw_addrJarod Wilson2-4/+8
2016-09-15i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain2-50/+58
2016-09-15i40e: clean whole mac filter listShannon Nelson1-8/+11
2016-09-15i40evf: check rings before freeing resourcesMitch Williams1-0/+6
2016-09-15i40e: don't add zero MAC filterMitch Williams1-6/+9
2016-09-15i40e: properly delete VF MAC filtersMitch Williams3-2/+44
2016-09-15i40e: Fix memory leaks, sideband filter programmingKiran Patil2-10/+19
2016-09-15i40e: fix: do not sleep in netdev_opsJesse Brandeburg1-24/+20