summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2013-10-29i40e: fix error return code in i40e_probe()Wei Yongjun1-1/+3
2013-10-24i40e: remove unused including <linux/version.h>Wei Yongjun1-1/+0
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-10i40e: Bump versionCatherine Sullivan1-1/+1
2013-10-10i40e: Add support for 64 bit netstatsAlexander Duyck4-15/+95
2013-10-10i40e: Move rings from pointer to array to array of pointersAlexander Duyck6-185/+204
2013-10-10i40e: Replace ring container array with linked listAlexander Duyck3-53/+58
2013-10-10i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck4-60/+112
2013-10-10i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck5-26/+28
2013-10-10i40e: Add support for Tx byte queue limitsAlexander Duyck1-0/+15
2013-10-10i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2-27/+5
2013-10-10i40e: clean up Tx fast pathAlexander Duyck2-99/+122
2013-10-10i40e: Do not directly increment Tx next_to_useAlexander Duyck1-21/+25
2013-10-10i40e: Cleanup Tx buffer info layoutAlexander Duyck2-15/+14
2013-10-10i40e: Drop unused completed statAlexander Duyck3-5/+2
2013-10-10i40e: Link code updatesAnjali Singhai1-2/+6
2013-09-27i40e: clean up coccicheck reported errorsJesse Brandeburg2-5/+4
2013-09-27i40e: better return valuesJesse Brandeburg1-16/+21
2013-09-27i40e: convert ret to aq_retJesse Brandeburg1-55/+52
2013-09-27i40e: small clean ups from reviewJesse Brandeburg1-3/+3
2013-09-27i40e: use common failure flowJesse Brandeburg1-6/+6
2013-09-11i40e: include i40e in kernel properJesse Brandeburg1-0/+44
2013-09-11i40e: debugfs interfaceJesse Brandeburg1-0/+2076
2013-09-11i40e: init code and hardware supportJesse Brandeburg16-0/+13813
2013-09-11i40e: implement virtual device interfaceJesse Brandeburg3-0/+2823
2013-09-11i40e: driver core headersJesse Brandeburg3-0/+899
2013-09-11i40e: driver ethtool coreJesse Brandeburg1-0/+1449
2013-09-11i40e: transmit, receive, and NAPIJesse Brandeburg1-0/+1817
2013-09-11i40e: main driver coreJesse Brandeburg1-0/+7375