summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: add warning when max_vfs is out of range.Jacob Keller2013-11-112-8/+13
* igb: Update link modes display in ethtoolCarolyn Wyborny2013-11-111-24/+27
* ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend2013-11-081-2/+6
* ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend2013-11-081-6/+10
* ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend2013-11-074-89/+443
* ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov2013-11-011-8/+7
* ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore2013-11-012-8/+12
* ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard2013-11-011-0/+4
* igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd2013-11-011-1/+3
* ixgbevf: remove redundant workaroundEmil Tantilov2013-11-011-9/+0
* e1000: fix wrong queue idx calculationHong Zhiguo2013-11-011-2/+1
* i40e: fix error return code in i40e_probe()Wei Yongjun2013-10-291-1/+3
* ixgbevf: Add zero_base handler to network statisticsDon Skidmore2013-10-292-34/+45
* ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-293-0/+60
* ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-292-0/+177
* ixgbevf: have clean_rx_irq return total_rx_packets cleanedJacob Keller2013-10-291-6/+7
* ixgbevf: add ixgbevf_rx_skbJacob Keller2013-10-291-1/+15
* ixgbe: remove unnecessary duplication of PCIe bandwidth displayJacob Keller2013-10-291-23/+13
* ixgbe: show <2% for encoding loss on PCIe Gen3Jacob Keller2013-10-291-2/+2
* ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_allJacob Keller2013-10-292-16/+38
* 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
OpenPOWER on IntegriCloud