summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds24-512/+742
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-04ixgbe: remove linux/export.h header from ixgbe_ptp.cJacob Keller1-1/+0
2014-06-04ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov2-7/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2014-05-27ixgbe: avoid duplicate code in suspend and stop pathsJacob Keller1-11/+14
2014-05-27ixgbe: separate the PTP suspend and stop actionsJacob Keller2-7/+25
2014-05-27ixgbe: extract PTP clock device from ptp_initJacob Keller1-9/+47
2014-05-27ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp configJacob Keller1-5/+11
2014-05-27ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_configJacob Keller1-14/+36
2014-05-27ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enableJacob Keller1-5/+5
2014-05-27ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabledEmil Tantilov1-2/+2
2014-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller19-283/+271
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty3-6/+12
2014-05-23igb/ixgbe: remove return statements for void functionsJeff Kirsher2-3/+0
2014-05-23ixgbe: add /* fallthrough */ comment to case statementsJacob Keller1-0/+4
2014-05-23ixgbe: add space between operands to &Jacob Keller1-1/+1
2014-05-23ixgbe: don't check NULL for debugfs_remove_recursiveJacob Keller1-2/+1
2014-05-23ixgbe: add braces around else blockJacob Keller1-2/+2
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller5-33/+19
2014-05-23ixgbe: fix checkpatch style of blank line after declarationJacob Keller1-0/+2
2014-05-23ixgbe: fix function-like macro, remove semicolonJacob Keller1-2/+2
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller17-241/+241
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-51/+21
2014-04-23ixgbe: improve mac filter handlingJacob Keller3-68/+172
2014-04-23ixgbe: change handling of multicast filtersJacob Keller3-9/+53
2014-04-23ixgbe: remove vlan_filter_disable and enable functionsJacob Keller1-34/+6
2014-04-23ixgbe: Use out-of-line function for register readsMark Rustad2-15/+28
2014-04-23ixgbe: convert low_water into an arrayJacob Keller7-35/+57
2014-04-19e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski3-6/+6
2014-04-19ixgbe: clean up Rx time stamping codeJakub Kicinski3-45/+15
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
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-04-01ixgbe: Fix rcu warnings induced by LERMark Rustad2-5/+19
2014-04-01ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren2-2/+2
2014-04-01ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski3-1/+7
2014-04-01ixgbe: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-04-01ixgbe: 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-20ixgbe: fix ixgbe_stop_mac_link_on_d3_82599 to check mng correctlyJacob Keller1-2/+6
2014-03-20ixgbe: check Core Clock Disable bitJacob Keller2-1/+8
2014-03-20ixgbe: fix errors related to protected AUTOC callsDon Skidmore2-9/+11