aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-28igb: fix race conditions on queuing skb for HW time stampJakub Kicinski3-2/+7
2014-03-28igb: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-03-28e1000e: remove redundant if clause from PTP workJakub Kicinski1-3/+0
2014-03-28e1000e: add timeout for TX HW time stamping workJakub Kicinski3-0/+10
2014-03-28i40e: Use DEBUG_FD message level for an FD messageAnjali Singhai Jain1-2/+3
2014-03-28i40e/i40evf: Add an FD message levelAnjali Singhai Jain2-0/+2
2014-03-28i40e: check for netdev before debugfs useShannon Nelson1-13/+22
2014-03-28i40evf: remove double space after returnJesse Brandeburg1-1/+1
2014-03-28i40e: Add functionality for FD SB to drop packetsAnjali Singhai Jain1-1/+6
2014-03-28i40e: Cleanup in FDIR SB ethtool codeAnjali Singhai Jain1-19/+13
2014-03-28i40e: eeprom integrity check on load and emprShannon Nelson2-6/+45
2014-03-28i40e: Make the alloc and free queue vector calls orthogonalGreg Rose1-6/+6
2014-03-28i40evf: fix oops in watchdog handlerMitch Williams2-3/+8
2014-03-28i40e: Delete ATR filter on RSTAnjali Singhai Jain1-3/+6
2014-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-102/+321
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2014-03-21igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-onlyChristoph Paasch1-0/+1
2014-03-21igb: Fix Null-pointer dereference in igb_reset_q_vectorChristoph Paasch1-0/+6
2014-03-21igb: specify phc_index of 82575 for get_ts_infoKen ICHIKAWA1-5/+5
2014-03-21igb: Fix memory leak in igb_get_module_eeprom()Christian Engelmayer1-1/+3
2014-03-21igb: add register rd/wr for surprise removalFujinaka, Todd2-3/+40
2014-03-21igb: implement SIOCGHWTSTAMP ioctlJacob Keller3-17/+38
2014-03-21ixgbevf: Additional adapter removal checksMark Rustad2-0/+35
2014-03-21ixgbevf: Check for adapter removal on register writesMark Rustad1-1/+5
2014-03-21ixgbevf: Check register reads for adapter removalMark Rustad3-8/+53
2014-03-21ixgbevf: Make the ethtool register test use accessorsMark Rustad1-52/+67
2014-03-21ixgbevf: Use static inlines instead of macrosMark Rustad4-14/+35
2014-03-21ixgbe: Break recursion in case of removalMark Rustad1-0/+3
2014-03-21i40evf: clean up init error messagesMitch Williams1-3/+4
2014-03-21i40evf: don't shut down admin queue on errorMitch Williams1-2/+0
2014-03-21i40e: Fix a message stringAnjali Singhai Jain1-1/+1
2014-03-21i40e/i40evf: Add EEE LPI statsAnjali Singhai Jain4-0/+30
2014-03-20ixgbe: enable tx queues after link upEmil Tantilov1-15/+17
2014-03-20ixgbe: Stop cacheing if the MNG FW enabledDon Skidmore6-13/+5
2014-03-20ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599Jacob Keller1-37/+9
2014-03-20ixgbe: use ixgbe_read_pci_cfg_wordJacob Keller1-8/+3
2014-03-20ixgbe: remove unused media typeJacob Keller4-81/+0
2014-03-20ixgbe: fix ixgbe_setup_mac_link_82599 autoc variablesJacob Keller1-10/+12
2014-03-19ixgbe: fix ixgbe_stop_mac_link_on_d3_82599 to check mng correctlyJacob Keller1-2/+6
2014-03-19ixgbe: check Core Clock Disable bitJacob Keller2-1/+8
2014-03-19ixgbe: fix errors related to protected AUTOC callsDon Skidmore2-9/+11
2014-03-19ixgbevf: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-03-19ixgbe: Convert uses of __constant_<foo> to <foo>Joe Perches2-19/+19
2014-03-19igbvf: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-03-19igb: Convert uses of __constant_<foo> to <foo>Joe Perches1-6/+6
2014-03-19e100: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-03-19igb: enable VLAN stripping for VMs with i350Stefan Assmann3-0/+12
2014-03-19ixgbevf: Protect ixgbevf_down with __IXGBEVF_DOWN bitMark Rustad1-1/+3
2014-03-19ixgbevf: Indicate removal state explicitlyMark Rustad2-7/+12
2014-03-19ixgbe: add ixgbe_write_pci_cfg_word with ixgbe_removed checkJacob Keller3-5/+11