summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix race when setting advertised speedEmil Tantilov2014-10-301-0/+4
* ixgbe: need not repeat init skb with NULLJunwei Zhang2014-10-301-1/+1
* ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov2014-10-161-0/+3
* ixgbe: fix race accessing page->_countEric Dumazet2014-10-101-5/+3
* ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao2014-10-021-1/+0
* ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov2014-10-022-6/+1
* ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov2014-10-021-41/+0
* ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones2014-10-021-1/+1
* ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller2014-09-181-2/+0
* ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller2014-09-181-2/+5
* ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-7/+5
* ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller2014-09-181-2/+2
* ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-37/+37
* ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-11/+13
* ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-14/+18
* ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-5/+5
* ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad2014-09-181-3/+4
* ixgbe: remove useless bd_number from adapter structEthan Zhao2014-09-182-6/+0
* ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck2014-09-122-72/+45
* ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck2014-09-121-3/+0
* ixgbe: Resolve warnings produced in W=2 buildsMark Rustad2014-09-122-11/+11
* ixgbe: use new eth_get_headlen interfaceAlexander Duyck2014-09-051-115/+1
* ixgbe: limit combined total of macvlan and SR-IOV VFsJacob Keller2014-09-042-6/+16
* ixgbe: add comment noting recalculation of queuesJacob Keller2014-09-041-0/+8
* ixgbe: reset interface on link loss with pending Tx work from the VFEmil Tantilov2014-09-042-12/+49
* ixgbe: Cleanup FDB handling codeAlexander Duyck2014-09-041-30/+4
* ixgbe: flush when in xmit_more mode and under descriptor pressureDaniel Borkmann2014-08-271-29/+34
* ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann2014-08-251-3/+4
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-061-1/+1
* ixgbe: Make return values more directMark Rustad2014-07-2511-1010/+742
* ixgbe: Delete a bunch of dead codeMark Rustad2014-07-254-275/+0
* ixgbe: Fix ixgbe_write_mbx error resultMark Rustad2014-07-251-6/+5
* ixgbe: Correct X540 semaphore errorMark Rustad2014-07-251-18/+16
* ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad2014-07-251-70/+53
* ixgbe: Convert some udelays to usleep_rangeMark Rustad2014-07-252-5/+5
* ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller2014-07-241-4/+19
* ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller2014-07-241-10/+7
* ixgbe: Change some uses of strncpy to strlcpyMark Rustad2014-07-241-3/+3
* ixgbe: Fix possible null-dereference in error pathMark Rustad2014-07-241-1/+1
* ixgbe: remove unnecessary break after returnFabian Frederick2014-07-202-3/+0
* Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt2014-07-171-3/+3
* ixgbe: remove unnecessary break after gotoFabian Frederick2014-07-133-7/+0
* ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller2014-07-011-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-1224-512/+742
|\
| * net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
| * ixgbe: remove linux/export.h header from ixgbe_ptp.cJacob Keller2014-06-031-1/+0
| * ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov2014-06-032-7/+2
| * ixgbe: avoid duplicate code in suspend and stop pathsJacob Keller2014-05-261-11/+14
| * ixgbe: separate the PTP suspend and stop actionsJacob Keller2014-05-262-7/+25
OpenPOWER on IntegriCloud