summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0Star
* igb: bring link up when PHY is powered upTodd Fujinaka2014-07-011-0/+2
* igb: separate hardware setting from the set_ts_config ioctlJacob Keller2014-06-111-12/+38
* igb: unhide invariant returnsTodd Fujinaka2014-06-115-74/+66Star
* net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko2014-06-071-5/+7
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
* igb: add defaults for i210 TX/RX PBSIZETodd Fujinaka2014-06-043-0/+13
* igb: use mac loopback for i354 backplaneTodd Fujinaka2014-06-041-2/+2
* igb: rename igb_ptp_enable to igb_ptp_feature_enableJacob Keller2014-06-041-5/+5
* Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-031-4/+5
|\
| * ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-4/+5
* | igb: remove redundant PHY power down register writeTodd Fujinaka2014-05-272-15/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-232-2/+0Star
|\ \
| * | i40e,igb,ixgbe: remove usless return statementsStephen Hemminger2014-05-231-1/+0Star
| * | igb/ixgbe: remove return statements for void functionsJeff Kirsher2014-05-231-1/+0Star
| |/
* / net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-7/+13
|/
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* igb: Change memcpy to struct assignmentCarolyn Wyborny2014-04-251-1/+1
* igb: Replace 1/0 return values with true/falseCarolyn Wyborny2014-04-251-4/+4
* igb: Cleanups to remove unneeded extern declarationCarolyn Wyborny2014-04-251-1/+0Star
* igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLECarolyn Wyborny2014-04-251-1/+1
* igb: Cleanups to fix static initializationCarolyn Wyborny2014-04-251-1/+1
* igb: Cleanups to fix msleep warningsCarolyn Wyborny2014-04-255-21/+21
* igb: Cleanups to fix line length warningsCarolyn Wyborny2014-04-252-8/+13
* igb: Cleanups to remove return parenthesesCarolyn Wyborny2014-04-251-3/+3
* igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny2014-04-253-0/+9
* igb: Cleanups to fix assignment in if errorCarolyn Wyborny2014-04-251-1/+2
* igb: Cleanups to change comment style on license headersCarolyn Wyborny2014-04-2519-497/+428Star
* igb: Cleanups to fix for trailing statementCarolyn Wyborny2014-04-251-2/+2
* igb: Cleanups to fix pointer location errorCarolyn Wyborny2014-04-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-244-10/+12
|\
| * e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-193-10/+9Star
| * igb: fix stats for i210 rx_fifo_errorsTodd Fujinaka2014-04-191-1/+3
* | igb: Cleanups to fix incorrect indentationCarolyn Wyborny2014-04-2311-75/+95
* | igb: Cleanups to fix braces location warningsCarolyn Wyborny2014-04-233-13/+9Star
* | igb: Cleanups for messagingCarolyn Wyborny2014-04-234-33/+18Star
|/
* igb: fix last_rx_timestamp usageJakub Kicinski2014-04-113-23/+11Star
* igb: remove open-coded skb_cow_headFrancois Romieu2014-04-111-5/+4Star
* INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-04-011-2/+2
* igb: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-03-283-2/+7
* igb: never generate both software and hardware timestampsJakub Kicinski2014-03-281-2/+2
* igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-onlyChristoph Paasch2014-03-211-0/+1
* igb: Fix Null-pointer dereference in igb_reset_q_vectorChristoph Paasch2014-03-211-0/+6
* igb: specify phc_index of 82575 for get_ts_infoKen ICHIKAWA2014-03-211-5/+5
* igb: Fix memory leak in igb_get_module_eeprom()Christian Engelmayer2014-03-211-1/+3
* igb: add register rd/wr for surprise removalFujinaka, Todd2014-03-212-3/+40
* igb: implement SIOCGHWTSTAMP ioctlJacob Keller2014-03-213-17/+38
* igb: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-201-6/+6
* igb: enable VLAN stripping for VMs with i350Stefan Assmann2014-03-203-0/+12
* igb: Add register defines needed for time sync functionsCarolyn Wyborny2014-03-203-5/+78