summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck1-2/+1
2014-11-12ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnxDaniel Borkmann1-3/+1
2014-11-11ixgbe: add helper function for setting RSS key in preparation of X550Don Skidmore1-12/+20
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore10-64/+223
2014-11-11ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.Don Skidmore1-9/+22
2014-11-11ixgbe: cleanup ixgbe_ndo_set_vf_vlanDon Skidmore1-33/+61
2014-11-11ixgbe: fix X540 Completion timeoutDon Skidmore1-1/+19
2014-10-30ixgbe: fix race when setting advertised speedEmil Tantilov1-0/+4
2014-10-30ixgbe: need not repeat init skb with NULLJunwei Zhang1-1/+1
2014-10-16ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov1-0/+3
2014-10-10ixgbe: fix race accessing page->_countEric Dumazet1-5/+3
2014-10-02ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao1-1/+0
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov2-6/+1
2014-10-02ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov1-41/+0
2014-10-02ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-09-18ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller1-2/+0
2014-09-18ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller1-2/+5
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller1-7/+5
2014-09-18ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller1-2/+2
2014-09-18ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller1-37/+37
2014-09-18ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller1-11/+13
2014-09-18ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller1-14/+18
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller1-5/+5
2014-09-18ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad1-3/+4
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao2-6/+0
2014-09-12ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck2-72/+45
2014-09-12ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck1-3/+0
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad2-11/+11
2014-09-06ixgbe: use new eth_get_headlen interfaceAlexander Duyck1-115/+1
2014-09-04ixgbe: limit combined total of macvlan and SR-IOV VFsJacob Keller2-6/+16
2014-09-04ixgbe: add comment noting recalculation of queuesJacob Keller1-0/+8
2014-09-04ixgbe: reset interface on link loss with pending Tx work from the VFEmil Tantilov2-12/+49
2014-09-04ixgbe: Cleanup FDB handling codeAlexander Duyck1-30/+4
2014-08-28ixgbe: flush when in xmit_more mode and under descriptor pressureDaniel Borkmann1-29/+34
2014-08-26ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann1-3/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-07-26ixgbe: Make return values more directMark Rustad11-1010/+742
2014-07-26ixgbe: Delete a bunch of dead codeMark Rustad4-275/+0
2014-07-26ixgbe: Fix ixgbe_write_mbx error resultMark Rustad1-6/+5
2014-07-26ixgbe: Correct X540 semaphore errorMark Rustad1-18/+16
2014-07-26ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad1-70/+53
2014-07-26ixgbe: Convert some udelays to usleep_rangeMark Rustad2-5/+5
2014-07-24ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller1-4/+19
2014-07-24ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller1-10/+7
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad1-3/+3
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad1-1/+1
2014-07-21ixgbe: remove unnecessary break after returnFabian Frederick2-3/+0
2014-07-18Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt1-3/+3