summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+4
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-10/+5
2013-11-11ixgbe: add warning when max_vfs is out of range.Jacob Keller2-8/+13
2013-11-09ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend1-2/+6
2013-11-09ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend1-6/+10
2013-11-08ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend4-89/+443
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+4
2013-11-01ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov1-8/+7
2013-11-01ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard1-0/+4
2013-10-29ixgbe: remove unnecessary duplication of PCIe bandwidth displayJacob Keller1-23/+13
2013-10-29ixgbe: show <2% for encoding loss on PCIe Gen3Jacob Keller1-2/+2
2013-10-29ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_allJacob Keller2-16/+38
2013-10-24ixgbe: fix rx-usecs range checks for BQLEmil Tantilov1-3/+3
2013-10-24ixgbe: use pcie_capability_read_word() to simplify codeYijing Wang1-4/+2
2013-10-24ixgbe: cleanup ixgbe_enumerate_functionsJacob Keller1-8/+5
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-6/+3
2013-10-01ixgbe: remove marketing names from busy poll codeJacob Keller3-23/+23
2013-10-01ixgbe: Cleanup the use of tabs and spacesJeff Kirsher2-26/+26
2013-10-01ixgbe: ethtool DCB registers dump for 82599 and x540Leonardo Potenza2-15/+65
2013-09-24intel: Remove extern from function prototypesJoe Perches1-88/+84
2013-09-22DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handlingRussell King1-10/+5
2013-09-13ixgbe: fix ethtool reporting of supported links for SFP modulesEmil Tantilov1-0/+7
2013-09-13ixgbe: limit setting speed to only one at a time for QSFP modulesEmil Tantilov2-1/+22
2013-09-13ixgbe: fix ethtool loopback diagnostic with DCB enabledEmil Tantilov1-0/+5
2013-09-13ixgbe: fully disable hardware RSC logic when disabling RSCJacob Keller2-1/+9
2013-08-29ixgbe: add support for older QSFP active DA cablesEmil Tantilov2-10/+50
2013-08-29ixgbe: include QSFP PHY types in ixgbe_is_sfp()Emil Tantilov1-0/+4
2013-08-29ixgbe: add 1Gbps support for QSFP+Emil Tantilov3-11/+33
2013-08-29ixgbe: fix SFF data dumps of SFP+ modules from an offsetEmil Tantilov1-5/+4
2013-08-29ixgbe: cleanup some log messagesDon Skidmore2-5/+3
2013-08-29ixgbe: zero out mailbox buffer on initEmil Tantilov1-2/+2
2013-08-29ixgbe: fix link test when connected to 1Gbps link partnerEmil Tantilov1-17/+10
2013-08-29ixgbe: fix incorrect limit value in ring transverseDon Skidmore1-1/+1
2013-08-29ixgbe: Check return value on eeprom readsMark Rustad4-39/+107
2013-08-29ixgbe: disable link when adapter goes downJacob Keller3-0/+25
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+10
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2-9/+9
2013-07-31ixgbe: add support for quad-port x520 adapterDon Skidmore6-17/+358
2013-07-31ixgbe: clear semaphore bits on timeoutsEmil Tantilov1-24/+21
2013-07-31ixgbe: rename LL_EXTENDED_STATS to use queue instead of qJacob Keller1-6/+6
2013-07-31ixgbe: fix lockdep annotation issue for ptp's work itemJacob Keller3-12/+14
2013-07-31ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidthJacob Keller1-7/+129
2013-07-31ixgbe: fix SFF data dumps of SFP+ modulesEmil Tantilov3-60/+18
2013-07-31ixgbe: fix semaphore lock for I2C read/writes on 82598Emil Tantilov4-148/+182
2013-07-31ixgbe: bump version numberDon Skidmore1-1/+1
2013-07-31ixgbe: add new media type.Don Skidmore4-7/+95
2013-07-31ixgbe: fix fc autoneg ethtool reporting.Don Skidmore4-16/+40
2013-07-31ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assignedAlexander Duyck1-34/+1
2013-07-31ixgbe: Retain VLAN filtering in promiscuous + VT modeGreg Rose2-2/+75
2013-07-29ixgbe: Fix Tx Hang issue with lldpad on 82598EBJacob Keller1-2/+1