summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: remove open-coded skb_cow_headFrancois Romieu2014-04-111-7/+6
* ixgbe: Add bit to mark service task initializationMark Rustad2014-04-112-1/+15
* ixgbe: Fix rcu warnings induced by LERMark Rustad2014-04-012-5/+19
* ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren2014-04-012-2/+2
* ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-04-013-1/+7
* ixgbe: never generate both software and hardware timestampsJakub Kicinski2014-04-011-2/+2
* ixgbe: remove redundant if clause from PTP workJakub Kicinski2014-04-011-4/+0
* ixgbe: Break recursion in case of removalMark Rustad2014-03-211-0/+3
* ixgbe: enable tx queues after link upEmil Tantilov2014-03-201-15/+17
* ixgbe: Stop cacheing if the MNG FW enabledDon Skidmore2014-03-206-13/+5
* ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599Jacob Keller2014-03-201-37/+9
* ixgbe: use ixgbe_read_pci_cfg_wordJacob Keller2014-03-201-8/+3
* ixgbe: remove unused media typeJacob Keller2014-03-204-81/+0
* ixgbe: fix ixgbe_setup_mac_link_82599 autoc variablesJacob Keller2014-03-201-10/+12
* ixgbe: fix ixgbe_stop_mac_link_on_d3_82599 to check mng correctlyJacob Keller2014-03-201-2/+6
* ixgbe: check Core Clock Disable bitJacob Keller2014-03-202-1/+8
* ixgbe: fix errors related to protected AUTOC callsDon Skidmore2014-03-202-9/+11
* ixgbe: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-202-19/+19
* ixgbe: add ixgbe_write_pci_cfg_word with ixgbe_removed checkJacob Keller2014-03-203-5/+11
* ixgbe: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-2/+2
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-152-8/+8
* ixgbe: fix some multiline hw_dbg printsJacob Keller2014-03-131-5/+3
* ixgbe: fixup header for ixgbe_set_rxpba_82598Jacob Keller2014-03-131-7/+7
* ixgbe: add Linux NICS mailing list to contact infoJacob Keller2014-03-1323-0/+23
* ixgbe: move setting rx_pb_size into get_invariantsJacob Keller2014-03-133-4/+3
* ixgbe: Fix format string in ixgbe_fcoe.cMasanari Iida2014-03-131-1/+1
* net: ixgbe calls skb_set_hashTom Herbert2014-03-131-1/+3
* ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller2014-03-033-8/+24
* ixgbe: Check config reads for removalMark Rustad2014-03-034-15/+75
* ixgbe: Fix up some ethtool results when adapter is removedMark Rustad2014-03-031-1/+8
* ixgbe: Restore hw_addr in LER recovery pathsMark Rustad2014-03-031-2/+4
* ixgbe: Add check for FW veto bitDon Skidmore2014-02-284-4/+63
* ixgbe: fix bit toggled for 82599 reset fix.Don Skidmore2014-02-281-1/+2
* ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore2014-02-287-141/+161
* ixgbe: fix to use correct timeout interval for memory read completionDon Skidmore2014-02-282-3/+64
* ixgbe: Add WoL support for a new deviceMark Rustad2014-02-262-0/+2
* ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller2014-02-261-2/+6
* ixgbe: modify behavior on receiving a HW ECC error.Don Skidmore2014-02-261-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-3/+3
|\
| * netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-3/+3
* | ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-12/+4
|/
* ixgbe: bump version numberDon Skidmore2014-01-181-1/+1
* ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller2014-01-181-2/+4
* ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao2014-01-181-1/+1
* ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao2014-01-183-4/+9
* ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore2014-01-171-1/+1
* ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend2014-01-171-0/+2
* ixgbe: Clear head write-back registers on VF resetAlexander Duyck2014-01-162-0/+17
* ixgbe: Force QDE via PFQDE for VFs during resetAlexander Duyck2014-01-162-3/+18
* ixgbe: Additional adapter removal checksMark Rustad2014-01-152-0/+38