summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-06bnx2x: fix AFEX memory overflowYuval Mintz1-1/+4
2014-01-06bnx2x: Clean before update RSS arrivesMichal Kalderon2-1/+7
2014-01-06bnx2x: Correct number of MSI-X vectors for VFsMichal Kalderon1-3/+6
2014-01-06bnx2x: limit number of interrupt vectors for 57711Dmitry Kravkov2-3/+5
2014-01-05i40e: remove un-necessary io-writeAnjali Singhai Jain1-4/+0
2014-01-05i40e: Remove unnecessary prototypesAnjali Singhai Jain1-7/+0
2014-01-05i40e: I40E_FLAG_MQ_ENABLED is not usedNeerav Parikh2-19/+14
2014-01-05i40e: Fix ring allocationNeerav Parikh2-13/+4
2014-01-05i40e: catch unset q_vectorShannon Nelson1-1/+2
2014-01-05i40e: keep allocated memory in structsDavid Cassard3-69/+51
2014-01-05i40e: fix error handling when alloc of vsi array failsShannon Nelson1-1/+2
2014-01-05i40e: reinit buffer size each timeMitch Williams1-1/+1
2014-01-05i40e: use functions to enable and disable icr 0Mitch Williams3-15/+20
2014-01-05i40e: add header file flag _I40E_TXRX_H_Vasu Dev1-0/+4
2014-01-05i40e: guard against vf message racesMitch Williams1-5/+18
2014-01-05i40e: fix constant cast issuesJesse Brandeburg1-4/+4
2014-01-05i40e: Change the ethtool NVM read method to use AQAnjali Singhai Jain1-22/+46
2014-01-05i40e: fix mac address checkingJesse Brandeburg3-29/+1
2014-01-05i40e: Dump the whole NVM, not halfAnjali Singhai Jain2-3/+3
2014-01-05bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens2-18/+46
2014-01-05bgmac: reset all cores on Northstar SoCHauke Mehrtens1-0/+21
2014-01-05bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens2-5/+7
2014-01-05bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens2-0/+73
2014-01-05bcma: export bcma_find_core_unit()Hauke Mehrtens2-14/+1
2014-01-05macvlan: unify macvlan_pcpu_stats and vlan_pcpu_statsLi RongQing1-4/+4
2014-01-05net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-5/+6
2014-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-539/+715
2014-01-05phylib: make phy_scan_fixups() staticSergei Shtylyov1-2/+1
2014-01-05phylib: remove unused adjust_state() callbackSergei Shtylyov3-17/+6
2014-01-05phy: kill excess empty linesSergei Shtylyov2-31/+0
2014-01-05phy: kill excess codeSergei Shtylyov2-35/+13
2014-01-05phy: kill useless local variablesSergei Shtylyov2-47/+18
2014-01-05mdio_bus: coding style fixesSergei Shtylyov1-18/+9
2014-01-05phy: coding style fixesSergei Shtylyov2-117/+114
2014-01-04i40e: report VF MAC addresses correctlyMitch Williams1-6/+1
2014-01-04i40e: update led set argsJesse Brandeburg3-31/+69
2014-01-04i40e: make a define from a large constantMitch Williams2-20/+21
2014-01-04i40e: be more informativeMitch Williams1-1/+2
2014-01-04i40e: fix error returnMitch Williams1-1/+1
2014-01-04i40e: remove chatty log messagesMitch Williams1-15/+5
2014-01-04i40e: remove redundant codeMitch Williams1-219/+4
2014-01-04i40e: refactor VF reset flowMitch Williams4-108/+99
2014-01-04i40e: move i40e_reset_vfMitch Williams1-128/+128
2014-01-04i40e: Rx checksum offload for VXLANJoseph Gasparakis3-28/+81
2014-01-04i40e: Implementation of VXLAN ndo'sJeff Kirsher7-1/+244
2014-01-04i40e: fix curly brace use and return typeShannon Nelson1-4/+3
2014-01-04i40e: add wake-on-lan supportShannon Nelson4-4/+56
2014-01-04i40e: Populate and check pci bus speed and widthCatherine Sullivan3-0/+68
2014-01-04i40e: Suppress HMC error to Interrupt message levelAnjali Singhai Jain1-9/+9
2014-01-04i40e: using for_each_set_bit to simplify the codeWei Yongjun1-52/+12