summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2014-01-15ixgbe: Make ethtool register test use accessorsMark Rustad1-51/+47
2014-01-15ixgbe: Use static inlines instead of macrosMark Rustad3-12/+33
2014-01-15ixbge: Protect ixgbe_down with __IXGBE_DOWN bitMark Rustad1-1/+3
2014-01-15ixgbe: Indicate removal state explicitlyMark Rustad2-4/+9
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+13
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-20/+13
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-01-01net: ixgbe: slight optimization of addr comparedingtianhong1-2/+1
2013-12-18ixgbe: fix for unused variable warning with certain configDon Skidmore1-0/+2
2013-12-18ixgbe: Start temperature sensor attribute index with 1Guenter Roeck1-4/+4
2013-12-18ixgbe: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2-48/+36
2013-11-30ixgbe: Make ixgbe_identify_qsfp_module_generic staticMark Rustad2-2/+2
2013-11-30ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by defaultJohn Fastabend1-3/+2
2013-11-30ixgbe: ixgbe_fwd_ring_down needs to be staticJohn Fastabend1-2/+2
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