aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-21net: e100: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-21net: icplus: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-21net: fealnx: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-21net: be2net: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-21net: dl2k: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-21net: sundance: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-21net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han6-12/+0
2013-10-19bnx2x: add TSO support for IPIPEric Dumazet1-1/+3
2013-10-19be2net: Rework PCIe error report log messagingAjit Khaparde1-3/+5
2013-10-18gianfar: Simplify MQ polling to avoid soft lockupClaudiu Manoil1-49/+38
2013-10-18qlcnic: update version to 5.3.51Himanshu Madhani1-2/+2
2013-10-18qlcnic: Skip unknown entry type while collecting firmware dumpShahed Shaikh1-22/+19
2013-10-18qlcnic: dcb code cleanup and refactoring.Sucheta Chakraborty8-228/+207
2013-10-18qlcnic: Remove redundant eSwitch enable commandsSony Chacko3-26/+12
2013-10-18qlcnic: Update ethtool standard pause settings.Jitendra Kalsaria2-3/+18
2013-10-18qlcnic: Firmware dump collection when auto recovery is disabled.Pratik Pujar2-1/+17
2013-10-18qlcnic: Enhance ethtool to display ring indices and interrupt maskPratik Pujar2-18/+44
2013-10-18qlcnic: Print informational messages only once during driver load.Sucheta Chakraborty4-16/+22
2013-10-18net: enic: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: cxgb4vf: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-18net: cxgb2: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: cxgb4: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: bna: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-18net: tg3: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: bnx2x: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-18net: bnx2: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-18net: alx: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-18net: amd8111e: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: pcnet32: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-18net: starfire: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: 8390: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-18net: typhoon: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-17net/mlx4_core: Load higher level modules according to ports typeEyal Perry1-0/+29
2013-10-17net/mlx4: Unused local variable in mlx4_opreq_actionAmir Vadai1-2/+0
2013-10-17net/mlx4: Fix typo, move similar defs to same locationOr Gerlitz2-2/+2
2013-10-17net/mlx4: Clean the code to eliminate trivial build warningsOr Gerlitz3-5/+4
2013-10-09i40e: Bump versionCatherine Sullivan1-1/+1
2013-10-09i40e: Add support for 64 bit netstatsAlexander Duyck4-15/+95
2013-10-09i40e: Move rings from pointer to array to array of pointersAlexander Duyck6-185/+204
2013-10-09i40e: Replace ring container array with linked listAlexander Duyck3-53/+58
2013-10-09i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck4-60/+112
2013-10-09i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck5-26/+28
2013-10-09i40e: Add support for Tx byte queue limitsAlexander Duyck1-0/+15
2013-10-09i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2-27/+5
2013-10-09i40e: clean up Tx fast pathAlexander Duyck2-99/+122
2013-10-09i40e: Do not directly increment Tx next_to_useAlexander Duyck1-21/+25
2013-10-09i40e: Cleanup Tx buffer info layoutAlexander Duyck2-15/+14
2013-10-09i40e: Drop unused completed statAlexander Duyck3-5/+2
2013-10-09i40e: Link code updatesAnjali Singhai1-2/+6