summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: bump driver versionDon Skidmore2013-10-241-1/+1
* ixgbevf: implement ethtool get/set coalesceJacob Keller2013-10-243-1/+84
* ixgbevf: Adds function to set PSRTYPE registerDon Skidmore2013-10-241-2/+16
* ixgbe: fix rx-usecs range checks for BQLEmil Tantilov2013-10-241-3/+3
* ixgbe: use pcie_capability_read_word() to simplify codeYijing Wang2013-10-241-4/+2
* ixgbe: cleanup ixgbe_enumerate_functionsJacob Keller2013-10-241-8/+5
* igb: fix driver reload with VF assigned to guestStefan Assmann2013-10-241-21/+16
* igb: Fix master/slave mode for all m88 i354 PHY'sCarolyn Wyborny2013-10-241-5/+3
* i40e: remove unused including <linux/version.h>Wei Yongjun2013-10-241-1/+0
* igbvf: add missing iounmap() on error in igbvf_probe()Wei Yongjun2013-10-241-1/+2
* igbvf: integer wrapping bug setting the mtuDan Carpenter2013-10-241-3/+2
* 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
* net: e100: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-0/+2
|\
| * igb: Avoid uninitialized advertised variable in eee_set_curAndi Kleen2013-10-021-0/+2
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-024-11/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-014-85/+89
|\ \ | |/
| * 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
| * igb: Fix ethtool loopback test for 82580 copperTodd Fujinaka2013-09-271-0/+3
* | igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu2013-10-013-0/+107
OpenPOWER on IntegriCloud