summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: fix null dereferenceJesse Brandeburg2013-12-141-0/+3
* i40e: fix error return code in i40e_probe()Wei Yongjun2013-10-291-1/+3
* i40e: remove unused including <linux/version.h>Wei Yongjun2013-10-241-1/+0
* i40e: Bump versionCatherine Sullivan2013-10-221-1/+1
* i40e: use pf_id for pf function id in qtx_ctlShannon Nelson2013-10-222-3/+3
* i40e: check vsi ptrs before dumping themShannon Nelson2013-10-221-16/+23
* i40e: reorder block declarations in debugfsShannon Nelson2013-10-221-8/+8
* i40e: tweaking icr0 handling for legacy irqShannon Nelson2013-10-223-8/+8
* i40e: refactor fdir setup functionJesse Brandeburg2013-10-221-45/+33
* i40e: fix sign extension issueJesse Brandeburg2013-10-221-6/+6
* i40e: fix use of untrusted scalar value warningJesse Brandeburg2013-10-221-16/+18
* i40e: clamp debugfs nvm read commandJesse Brandeburg2013-10-221-3/+5
* i40e: debugfs fixupsJesse Brandeburg2013-10-221-12/+26
* i40e: fixup legacy interrupt handlingShannon Nelson2013-10-221-6/+12
* i40e: assign correct vector to VFMitch Williams2013-10-221-1/+1
* i40e: don't free nonexistent ringsMitch Williams2013-10-221-5/+6
* i40e: do not flush after re-enabling interruptsJesse Brandeburg2013-10-222-3/+2
* i40e: Bump versionCatherine Sullivan2013-10-091-1/+1
* i40e: Add support for 64 bit netstatsAlexander Duyck2013-10-094-15/+95
* i40e: Move rings from pointer to array to array of pointersAlexander Duyck2013-10-096-185/+204
* i40e: Replace ring container array with linked listAlexander Duyck2013-10-093-53/+58
* i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck2013-10-094-60/+112
* i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck2013-10-095-26/+28
* i40e: Add support for Tx byte queue limitsAlexander Duyck2013-10-091-0/+15
* i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2013-10-092-27/+5
* i40e: clean up Tx fast pathAlexander Duyck2013-10-092-99/+122
* i40e: Do not directly increment Tx next_to_useAlexander Duyck2013-10-091-21/+25
* i40e: Cleanup Tx buffer info layoutAlexander Duyck2013-10-092-15/+14
* i40e: Drop unused completed statAlexander Duyck2013-10-093-5/+2
* i40e: Link code updatesAnjali Singhai2013-10-091-2/+6
* i40e: clean up coccicheck reported errorsJesse Brandeburg2013-09-272-5/+4
* i40e: better return valuesJesse Brandeburg2013-09-271-16/+21
* i40e: convert ret to aq_retJesse Brandeburg2013-09-271-55/+52
* i40e: small clean ups from reviewJesse Brandeburg2013-09-271-3/+3
* i40e: use common failure flowJesse Brandeburg2013-09-271-6/+6
* i40e: include i40e in kernel properJesse Brandeburg2013-09-111-0/+44
* i40e: debugfs interfaceJesse Brandeburg2013-09-111-0/+2076
* i40e: init code and hardware supportJesse Brandeburg2013-09-1116-0/+13813
* i40e: implement virtual device interfaceJesse Brandeburg2013-09-113-0/+2823
* i40e: driver core headersJesse Brandeburg2013-09-113-0/+899
* i40e: driver ethtool coreJesse Brandeburg2013-09-111-0/+1449
* i40e: transmit, receive, and NAPIJesse Brandeburg2013-09-111-0/+1817
* i40e: main driver coreJesse Brandeburg2013-09-111-0/+7375