summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: remove unnecessary break after gotoFabian Frederick2014-07-143-7/+0Star
* ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller2014-07-011-7/+9
* 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-071-2/+2
| * ixgbe: remove linux/export.h header from ixgbe_ptp.cJacob Keller2014-06-041-1/+0Star
| * ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov2014-06-042-7/+2Star
| * ixgbe: avoid duplicate code in suspend and stop pathsJacob Keller2014-05-271-11/+14
| * ixgbe: separate the PTP suspend and stop actionsJacob Keller2014-05-272-7/+25
| * ixgbe: extract PTP clock device from ptp_initJacob Keller2014-05-271-9/+47
| * ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp configJacob Keller2014-05-271-5/+11
| * ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_configJacob Keller2014-05-271-14/+36
| * ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enableJacob Keller2014-05-271-5/+5
| * ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabledEmil Tantilov2014-05-271-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-2319-283/+271Star
| |\
| | * igb/ixgbe: remove return statements for void functionsJeff Kirsher2014-05-232-3/+0Star
| | * 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/+1Star
| | * ixgbe: add braces around else blockJacob Keller2014-05-231-2/+2
| | * ixgbe: fix several concatenated strings to single lineJacob Keller2014-05-235-33/+19Star
| | * 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/+21Star
| |\
| * | ixgbe: improve mac filter handlingJacob Keller2014-04-233-68/+172
| * | ixgbe: change handling of multicast filtersJacob Keller2014-04-233-9/+53
| * | ixgbe: remove vlan_filter_disable and enable functionsJacob Keller2014-04-231-34/+6Star
| * | ixgbe: Use out-of-line function for register readsMark Rustad2014-04-232-15/+28
| * | ixgbe: convert low_water into an arrayJacob Keller2014-04-237-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-193-6/+6
* | ixgbe: clean up Rx time stamping codeJakub Kicinski2014-04-193-45/+15Star
|/
* ixgbe: remove open-coded skb_cow_headFrancois Romieu2014-04-111-7/+6Star
* 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/+0Star
* 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/+5Star
* ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599Jacob Keller2014-03-201-37/+9Star
* ixgbe: use ixgbe_read_pci_cfg_wordJacob Keller2014-03-201-8/+3Star
* ixgbe: remove unused media typeJacob Keller2014-03-204-81/+0Star
* 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