aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-25ixgbe: Make return values more directMark Rustad11-1010/+742
2014-07-25ixgbe: Delete a bunch of dead codeMark Rustad4-275/+0
2014-07-25ixgbe: Fix ixgbe_write_mbx error resultMark Rustad1-6/+5
2014-07-25ixgbe: Correct X540 semaphore errorMark Rustad1-18/+16
2014-07-25ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad1-70/+53
2014-07-25ixgbe: Convert some udelays to usleep_rangeMark Rustad2-5/+5
2014-07-24ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller1-4/+19
2014-07-24ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller1-10/+7
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad1-3/+3
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad1-1/+1
2014-07-20ixgbe: remove unnecessary break after returnFabian Frederick2-3/+0
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt1-3/+3
2014-07-13ixgbe: remove unnecessary break after gotoFabian Frederick3-7/+0
2014-07-01ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller1-7/+9
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds24-512/+742
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-03ixgbe: remove linux/export.h header from ixgbe_ptp.cJacob Keller1-1/+0
2014-06-03ixgbe: 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/kernel/git/tip/tip into nextLinus Torvalds1-4/+4
2014-05-26ixgbe: avoid duplicate code in suspend and stop pathsJacob Keller1-11/+14
2014-05-26ixgbe: separate the PTP suspend and stop actionsJacob Keller2-7/+25
2014-05-26ixgbe: extract PTP clock device from ptp_initJacob Keller1-9/+47
2014-05-26ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp configJacob Keller1-5/+11
2014-05-26ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_configJacob Keller1-14/+36
2014-05-26ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enableJacob Keller1-5/+5
2014-05-26ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabledEmil Tantilov1-2/+2
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller19-283/+271
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.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-13net: 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-22ixgbe: change handling of multicast filtersJacob Keller3-9/+53
2014-04-22ixgbe: remove vlan_filter_disable and enable functionsJacob Keller1-34/+6
2014-04-22ixgbe: Use out-of-line function for register readsMark Rustad2-15/+28
2014-04-22ixgbe: convert low_water into an arrayJacob Keller7-35/+57
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-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-03-31ixgbe: Fix rcu warnings induced by LERMark Rustad2-5/+19