summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2014-09-12ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad
2014-09-05ixgbe: use new eth_get_headlen interfaceAlexander Duyck
2014-09-04ixgbe: limit combined total of macvlan and SR-IOV VFsJacob Keller
2014-09-04ixgbe: add comment noting recalculation of queuesJacob Keller
2014-09-04ixgbe: reset interface on link loss with pending Tx work from the VFEmil Tantilov
2014-09-04ixgbe: Cleanup FDB handling codeAlexander Duyck
2014-08-27ixgbe: flush when in xmit_more mode and under descriptor pressureDaniel Borkmann
2014-08-25ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann
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