summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
Commit message (Expand)AuthorAgeFilesLines
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-071-1/+1
* ixgbe: Make return values more directMark Rustad2014-07-2611-1010/+742
* ixgbe: Delete a bunch of dead codeMark Rustad2014-07-264-275/+0
* ixgbe: Fix ixgbe_write_mbx error resultMark Rustad2014-07-261-6/+5
* ixgbe: Correct X540 semaphore errorMark Rustad2014-07-261-18/+16
* ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad2014-07-261-70/+53
* ixgbe: Convert some udelays to usleep_rangeMark Rustad2014-07-262-5/+5
* ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller2014-07-241-4/+19
* ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller2014-07-241-10/+7
* ixgbe: Change some uses of strncpy to strlcpyMark Rustad2014-07-241-3/+3
* ixgbe: Fix possible null-dereference in error pathMark Rustad2014-07-241-1/+1
* ixgbe: remove unnecessary break after returnFabian Frederick2014-07-212-3/+0
* Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt2014-07-181-3/+3
* ixgbe: remove unnecessary break after gotoFabian Frederick2014-07-143-7/+0
* 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/+0
| * ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov2014-06-042-7/+2
| * 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/+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-233-9/+53
| * | ixgbe: remove vlan_filter_disable and enable functionsJacob Keller2014-04-231-34/+6
| * | 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/+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