summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2014-11-16ixgbe: use netdev_rss_key_fill() helperEric Dumazet
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck
2014-11-11ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnxDaniel Borkmann
2014-11-11ixgbe: add helper function for setting RSS key in preparation of X550Don Skidmore
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore
2014-11-11ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.Don Skidmore
2014-11-11ixgbe: cleanup ixgbe_ndo_set_vf_vlanDon Skidmore
2014-11-11ixgbe: fix X540 Completion timeoutDon Skidmore
2014-10-30ixgbe: fix race when setting advertised speedEmil Tantilov
2014-10-30ixgbe: need not repeat init skb with NULLJunwei Zhang
2014-10-16ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov
2014-10-10ixgbe: fix race accessing page->_countEric Dumazet
2014-10-02ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov
2014-10-02ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov
2014-10-02ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones
2014-09-18ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller
2014-09-18ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller
2014-09-18ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller
2014-09-18ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller
2014-09-18ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller
2014-09-18ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller
2014-09-18ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao
2014-09-12ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck
2014-09-12ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad
2014-09-05ixgbe: use new eth_get_headlen interfaceAlexander Duyck
2014-09-04ixgbe: limit combined total of macvlan and SR-IOV VFsJacob Keller
2014-09-04ixgbe: add comment noting recalculation of queuesJacob Keller
2014-09-04ixgbe: reset interface on link loss with pending Tx work from the VFEmil Tantilov
2014-09-04ixgbe: Cleanup FDB handling codeAlexander Duyck
2014-08-27ixgbe: flush when in xmit_more mode and under descriptor pressureDaniel Borkmann
2014-08-25ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-07-25ixgbe: Make return values more directMark Rustad
2014-07-25ixgbe: Delete a bunch of dead codeMark Rustad
2014-07-25ixgbe: Fix ixgbe_write_mbx error resultMark Rustad
2014-07-25ixgbe: Correct X540 semaphore errorMark Rustad
2014-07-25ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad
2014-07-25ixgbe: Convert some udelays to usleep_rangeMark Rustad
2014-07-24ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller
2014-07-24ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad
2014-07-20ixgbe: remove unnecessary break after returnFabian Frederick