summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | qede: Fix net-next "make ARCH=x86_64"Manish Chopra2016-03-101-1/+4
| * | | | | qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia2016-03-103-5/+14
| * | | | | qlcnic: Remove unnecessary usage of atomic_tRajesh Borundia2016-03-102-6/+5
| * | | | | cxgb4vf: Set number of queues in pci probe onlyHariprasad Shenai2016-03-101-4/+4
| * | | | | cxgb4vf: Add a couple more checks for invalid provisioning configurationsHariprasad Shenai2016-03-101-0/+5
| * | | | | cxgb4vf: Configure queue based on resource and interrupt typeHariprasad Shenai2016-03-101-71/+94
| * | | | | cxgb4vf: Enable interrupts before we register our network devicesHariprasad Shenai2016-03-101-25/+26
| * | | | | sh_eth: advance 'rxdesc' later in sh_eth_ring_format()Sergei Shtylyov2016-03-101-3/+4
| * | | | | sh_eth: fix NULL pointer dereference in sh_eth_ring_format()Sergei Shtylyov2016-03-101-1/+2
| * | | | | bnxt_en: Enable AER support.Satish Baddipadige2016-03-081-0/+109
| * | | | | bnxt_en: Include hardware port statistics in ethtool -S.Michael Chan2016-03-081-2/+103
| * | | | | bnxt_en: Include some hardware port statistics in ndo_get_stats64().Michael Chan2016-03-081-0/+16
| * | | | | bnxt_en: Add port statistics support.Michael Chan2016-03-082-1/+60
| * | | | | bnxt_en: Extend autoneg to all speeds.Michael Chan2016-03-082-14/+4
| * | | | | bnxt_en: Use common function to get ethtool supported flags.Michael Chan2016-03-081-20/+9
| * | | | | bnxt_en: Add reporting of link partner advertisement.Michael Chan2016-03-083-2/+23
| * | | | | bnxt_en: Refactor bnxt_fw_to_ethtool_advertised_spds().Michael Chan2016-03-081-13/+20
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-0848-254/+398
| |\ \ \ \ \
| * | | | | | qede: Add slowpath/fastpath support and enable hardware GROManish Chopra2016-03-072-1/+388
| * | | | | | qed/qede: Add infrastructure support for hardware GROManish Chopra2016-03-073-33/+79
| * | | | | | net: fec: Rename "phy-reset-active-low" propertyBernhard Walle2016-03-061-4/+4
| * | | | | | stmmac: fix noderef.cocci warningsWu Fengguang2016-03-061-1/+1
| * | | | | | net: ezchip: adapt driver to little endian architectureLada Trimasova2016-03-032-332/+238
| * | | | | | sh_eth, ravb: Use ARCH_RENESASSimon Horman2016-03-031-2/+2
| * | | | | | net: mellanox: add DEVLINK dependenciesArnd Bergmann2016-03-032-0/+2
| * | | | | | net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-038-8/+8
| * | | | | | ethernet/atl1c: remove left over dead codeEric Engestrom2016-03-021-4/+0
| * | | | | | cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrsHariprasad Shenai2016-03-021-46/+0
| * | | | | | cxgb4vf: Remove redundant adapter ready check during probeHariprasad Shenai2016-03-021-10/+0
| * | | | | | cxgb4vf: Make sge init code more readableHariprasad Shenai2016-03-023-37/+59
| * | | | | | cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai2016-03-023-2/+24
| * | | | | | cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai2016-03-022-2/+2
| * | | | | | stmmac: update version to Oct_2015Giuseppe Cavallaro2016-03-021-1/+1
| * | | | | | stmmac: tune rx copy via threshold.Giuseppe Cavallaro2016-03-022-2/+25
| * | | | | | stmmac: do not perform zero-copy for rx framesGiuseppe Cavallaro2016-03-023-15/+86
| * | | | | | stmmac: fix phy init when attached to a phyFabrice Gasnier2016-03-021-2/+3
| * | | | | | stmmac: do not poll phy handler when attach a switchGiuseppe Cavallaro2016-03-021-0/+5
| * | | | | | stmmac: first frame prep at the end of xmit routineGiuseppe Cavallaro2016-03-026-78/+95
| * | | | | | stmmac: set dirty index out of the loopGiuseppe Cavallaro2016-03-021-4/+1
| * | | | | | stmmac: optimize tx clean functionFabrice Gasnier2016-03-024-18/+42
| * | | | | | stmmac: optimize tx desc managementGiuseppe Cavallaro2016-03-026-36/+42
| * | | | | | stmmac: merge get_rx_owner into rx_status routine.Fabrice Gasnier2016-03-024-21/+16
| * | | | | | stmmac: add is_jumbo field to dma dataGiuseppe Cavallaro2016-03-024-2/+14
| * | | | | | stmmac: add last_segment field to dma dataGiuseppe Cavallaro2016-03-023-2/+7
| * | | | | | stmmac: add length field to dma dataGiuseppe Cavallaro2016-03-024-4/+16
| * | | | | | stmmac: review RX/TX ring managementGiuseppe Cavallaro2016-03-025-117/+111
| * | | | | | stmmac: change descriptor layoutGiuseppe Cavallaro2016-03-024-363/+355
| * | | | | | stmmac: rework DMA bus setting and introduce new platform AXI structureGiuseppe Cavallaro2016-03-028-44/+156
| * | | | | | stmmac: share reset function between dwmac100 and dwmac1000Giuseppe Cavallaro2016-03-028-43/+46
| * | | | | | qed: Remove unused NVM vendor IDYuval Mintz2016-03-022-10/+0