aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24ixgbevf: bump driver versionDon Skidmore1-1/+1
2013-10-24ixgbevf: implement ethtool get/set coalesceJacob Keller3-1/+84
2013-10-24ixgbevf: Adds function to set PSRTYPE registerDon Skidmore1-2/+16
2013-10-24ixgbe: fix rx-usecs range checks for BQLEmil Tantilov1-3/+3
2013-10-24ixgbe: use pcie_capability_read_word() to simplify codeYijing Wang1-4/+2
2013-10-24ixgbe: cleanup ixgbe_enumerate_functionsJacob Keller1-8/+5
2013-10-24igb: fix driver reload with VF assigned to guestStefan Assmann1-21/+16
2013-10-24igb: Fix master/slave mode for all m88 i354 PHY'sCarolyn Wyborny1-5/+3
2013-10-24i40e: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2013-10-24igbvf: add missing iounmap() on error in igbvf_probe()Wei Yongjun1-1/+2
2013-10-24igbvf: integer wrapping bug setting the mtuDan Carpenter1-3/+2
2013-10-22i40e: Bump versionCatherine Sullivan1-1/+1
2013-10-22i40e: use pf_id for pf function id in qtx_ctlShannon Nelson2-3/+3
2013-10-22i40e: check vsi ptrs before dumping themShannon Nelson1-16/+23
2013-10-22i40e: reorder block declarations in debugfsShannon Nelson1-8/+8
2013-10-22i40e: tweaking icr0 handling for legacy irqShannon Nelson3-8/+8
2013-10-22i40e: refactor fdir setup functionJesse Brandeburg1-45/+33
2013-10-22i40e: fix sign extension issueJesse Brandeburg1-6/+6
2013-10-22i40e: fix use of untrusted scalar value warningJesse Brandeburg1-16/+18
2013-10-22i40e: clamp debugfs nvm read commandJesse Brandeburg1-3/+5
2013-10-22i40e: debugfs fixupsJesse Brandeburg1-12/+26
2013-10-22i40e: fixup legacy interrupt handlingShannon Nelson1-6/+12
2013-10-22i40e: assign correct vector to VFMitch Williams1-1/+1
2013-10-22i40e: don't free nonexistent ringsMitch Williams1-5/+6
2013-10-22i40e: do not flush after re-enabling interruptsJesse Brandeburg2-3/+2
2013-10-21net: e100: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
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
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches4-11/+8
2013-10-02igb: Avoid uninitialized advertised variable in eee_set_curAndi Kleen1-0/+2
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-85/+89
2013-10-01igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu3-0/+107
2013-10-01igb: Add ethtool offline tests for i354Fujinaka, Todd1-2/+4
2013-10-01ixgbe: remove marketing names from busy poll codeJacob Keller3-23/+23
2013-10-01ixgbe: Cleanup the use of tabs and spacesJeff Kirsher2-26/+26
2013-10-01ixgbe: ethtool DCB registers dump for 82599 and x540Leonardo Potenza2-15/+65
2013-10-01ixgbevf: move API neg to reset pathDon Skidmore1-11/+10
2013-10-01ixgbevf: add wait for Rx queue disableDon Skidmore1-17/+44