summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-07-25ixgbe: Make return values more directMark Rustad
2014-07-25ixgbe: Delete a bunch of dead codeMark Rustad
2014-07-25ixgbe: Fix ixgbe_write_mbx error resultMark Rustad
2014-07-25ixgbe: Correct X540 semaphore errorMark Rustad
2014-07-25ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad
2014-07-25ixgbe: Convert some udelays to usleep_rangeMark Rustad
2014-07-24ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller
2014-07-24ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad
2014-07-20ixgbe: remove unnecessary break after returnFabian Frederick
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt
2014-07-13ixgbe: remove unnecessary break after gotoFabian Frederick
2014-07-01ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-06-03ixgbe: remove linux/export.h header from ixgbe_ptp.cJacob Keller
2014-06-03ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-26ixgbe: avoid duplicate code in suspend and stop pathsJacob Keller
2014-05-26ixgbe: separate the PTP suspend and stop actionsJacob Keller
2014-05-26ixgbe: extract PTP clock device from ptp_initJacob Keller
2014-05-26ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp configJacob Keller
2014-05-26ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_configJacob Keller
2014-05-26ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enableJacob Keller
2014-05-26ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabledEmil Tantilov
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty
2014-05-23igb/ixgbe: remove return statements for void functionsJeff Kirsher
2014-05-23ixgbe: add /* fallthrough */ comment to case statementsJacob Keller
2014-05-23ixgbe: add space between operands to &Jacob Keller
2014-05-23ixgbe: don't check NULL for debugfs_remove_recursiveJacob Keller
2014-05-23ixgbe: add braces around else blockJacob Keller
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller
2014-05-23ixgbe: fix checkpatch style of blank line after declarationJacob Keller
2014-05-23ixgbe: fix function-like macro, remove semicolonJacob Keller
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-23ixgbe: improve mac filter handlingJacob Keller
2014-04-22ixgbe: change handling of multicast filtersJacob Keller
2014-04-22ixgbe: remove vlan_filter_disable and enable functionsJacob Keller
2014-04-22ixgbe: Use out-of-line function for register readsMark Rustad
2014-04-22ixgbe: convert low_water into an arrayJacob Keller
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski
2014-04-18ixgbe: clean up Rx time stamping codeJakub Kicinski
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-11ixgbe: remove open-coded skb_cow_headFrancois Romieu