aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski3-6/+6
2014-04-18ixgbe: clean up Rx time stamping codeJakub Kicinski3-45/+15
2014-04-11ixgbe: remove open-coded skb_cow_headFrancois Romieu1-7/+6
2014-04-11ixgbe: Add bit to mark service task initializationMark Rustad2-1/+15
2014-03-31ixgbe: Fix rcu warnings induced by LERMark Rustad2-5/+19
2014-03-31ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren2-2/+2
2014-03-31ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski3-1/+7
2014-03-31ixgbe: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-03-31ixgbe: remove redundant if clause from PTP workJakub Kicinski1-4/+0
2014-03-21ixgbe: Break recursion in case of removalMark Rustad1-0/+3
2014-03-20ixgbe: enable tx queues after link upEmil Tantilov1-15/+17
2014-03-20ixgbe: Stop cacheing if the MNG FW enabledDon Skidmore6-13/+5
2014-03-20ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599Jacob Keller1-37/+9
2014-03-20ixgbe: use ixgbe_read_pci_cfg_wordJacob Keller1-8/+3
2014-03-20ixgbe: remove unused media typeJacob Keller4-81/+0
2014-03-20ixgbe: fix ixgbe_setup_mac_link_82599 autoc variablesJacob Keller1-10/+12
2014-03-19ixgbe: fix ixgbe_stop_mac_link_on_d3_82599 to check mng correctlyJacob Keller1-2/+6
2014-03-19ixgbe: check Core Clock Disable bitJacob Keller2-1/+8
2014-03-19ixgbe: fix errors related to protected AUTOC callsDon Skidmore2-9/+11
2014-03-19ixgbe: Convert uses of __constant_<foo> to <foo>Joe Perches2-19/+19
2014-03-19ixgbe: add ixgbe_write_pci_cfg_word with ixgbe_removed checkJacob Keller3-5/+11
2014-03-14ixgbe: Don't receive packets when the napi budget == 0Eric W. Biederman1-2/+2
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2-8/+8
2014-03-12ixgbe: fix some multiline hw_dbg printsJacob Keller1-5/+3
2014-03-12ixgbe: fixup header for ixgbe_set_rxpba_82598Jacob Keller1-7/+7
2014-03-12ixgbe: add Linux NICS mailing list to contact infoJacob Keller23-0/+23
2014-03-12ixgbe: move setting rx_pb_size into get_invariantsJacob Keller3-4/+3
2014-03-12ixgbe: Fix format string in ixgbe_fcoe.cMasanari Iida1-1/+1
2014-03-12net: ixgbe calls skb_set_hashTom Herbert1-1/+3
2014-03-02ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller3-8/+24
2014-03-02ixgbe: Check config reads for removalMark Rustad4-15/+75
2014-03-02ixgbe: Fix up some ethtool results when adapter is removedMark Rustad1-1/+8
2014-03-02ixgbe: Restore hw_addr in LER recovery pathsMark Rustad1-2/+4
2014-02-28ixgbe: Add check for FW veto bitDon Skidmore4-4/+63
2014-02-28ixgbe: fix bit toggled for 82599 reset fix.Don Skidmore1-1/+2
2014-02-28ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore7-141/+161
2014-02-28ixgbe: fix to use correct timeout interval for memory read completionDon Skidmore2-3/+64
2014-02-26ixgbe: Add WoL support for a new deviceMark Rustad2-0/+2
2014-02-26ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller1-2/+6
2014-02-26ixgbe: modify behavior on receiving a HW ECC error.Don Skidmore1-6/+12
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-02-18ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-12/+4
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-3/+3
2014-01-17ixgbe: bump version numberDon Skidmore1-1/+1
2014-01-17ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller1-2/+4
2014-01-17ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao1-1/+1
2014-01-17ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao3-4/+9
2014-01-16ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore1-1/+1
2014-01-16ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend1-0/+2
2014-01-15ixgbe: Clear head write-back registers on VF resetAlexander Duyck2-0/+17