summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-1224-512/+742
|\
| * net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
| * ixgbe: remove linux/export.h header from ixgbe_ptp.cJacob Keller2014-06-031-1/+0
| * ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov2014-06-032-7/+2
| * ixgbe: avoid duplicate code in suspend and stop pathsJacob Keller2014-05-261-11/+14
| * ixgbe: separate the PTP suspend and stop actionsJacob Keller2014-05-262-7/+25
| * ixgbe: extract PTP clock device from ptp_initJacob Keller2014-05-261-9/+47
| * ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp configJacob Keller2014-05-261-5/+11
| * ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_configJacob Keller2014-05-261-14/+36
| * ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enableJacob Keller2014-05-261-5/+5
| * ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabledEmil Tantilov2014-05-261-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-2319-283/+271
| |\
| | * igb/ixgbe: remove return statements for void functionsJeff Kirsher2014-05-232-3/+0
| | * ixgbe: add /* fallthrough */ comment to case statementsJacob Keller2014-05-231-0/+4
| | * ixgbe: add space between operands to &Jacob Keller2014-05-231-1/+1
| | * ixgbe: don't check NULL for debugfs_remove_recursiveJacob Keller2014-05-231-2/+1
| | * ixgbe: add braces around else blockJacob Keller2014-05-231-2/+2
| | * ixgbe: fix several concatenated strings to single lineJacob Keller2014-05-235-33/+19
| | * ixgbe: fix checkpatch style of blank line after declarationJacob Keller2014-05-231-0/+2
| | * ixgbe: fix function-like macro, remove semicolonJacob Keller2014-05-231-2/+2
| | * ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller2014-05-2317-241/+241
| * | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-233-6/+12
| |/
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-245-51/+21
| |\
| * | ixgbe: improve mac filter handlingJacob Keller2014-04-233-68/+172
| * | ixgbe: change handling of multicast filtersJacob Keller2014-04-223-9/+53
| * | ixgbe: remove vlan_filter_disable and enable functionsJacob Keller2014-04-221-34/+6
| * | ixgbe: Use out-of-line function for register readsMark Rustad2014-04-222-15/+28
| * | ixgbe: convert low_water into an arrayJacob Keller2014-04-227-35/+57
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-4/+4
|\ \ \ | |_|/ |/| |
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
| |/
* | e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-183-6/+6
* | ixgbe: clean up Rx time stamping codeJakub Kicinski2014-04-183-45/+15
|/
* 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-03-312-5/+19
* ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren2014-03-312-2/+2
* ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-03-313-1/+7
* ixgbe: never generate both software and hardware timestampsJakub Kicinski2014-03-311-2/+2
* ixgbe: remove redundant if clause from PTP workJakub Kicinski2014-03-311-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-191-2/+6
* ixgbe: check Core Clock Disable bitJacob Keller2014-03-192-1/+8
* ixgbe: fix errors related to protected AUTOC callsDon Skidmore2014-03-192-9/+11
OpenPOWER on IntegriCloud