aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-17ixgbe: bump version numberDon Skidmore1-1/+1
2014-01-17ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller1-2/+4
2014-01-17ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao1-1/+1
2014-01-17ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao3-4/+9
2014-01-16ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore1-1/+1
2014-01-16ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend1-0/+2
2014-01-15ixgbe: Clear head write-back registers on VF resetAlexander Duyck2-0/+17
2014-01-15ixgbe: Force QDE via PFQDE for VFs during resetAlexander Duyck2-3/+18
2014-01-14ixgbe: Additional adapter removal checksMark Rustad2-0/+38
2014-01-14ixgbe: Check for adapter removal on register writesMark Rustad3-5/+12
2014-01-14ixgbe: Check register reads for adapter removalMark Rustad3-5/+53
2014-01-14ixgbe: Make ethtool register test use accessorsMark Rustad1-51/+47
2014-01-14ixgbe: Use static inlines instead of macrosMark Rustad3-12/+33
2014-01-14ixbge: Protect ixgbe_down with __IXGBE_DOWN bitMark Rustad1-1/+3
2014-01-14ixgbe: Indicate removal state explicitlyMark Rustad2-4/+9
2014-01-14Merge 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-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-12-31net: ixgbe: slight optimization of addr comparedingtianhong1-2/+1
2013-12-17ixgbe: fix for unused variable warning with certain configDon Skidmore1-0/+2
2013-12-17ixgbe: Start temperature sensor attribute index with 1Guenter Roeck1-4/+4
2013-12-17ixgbe: 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/kernel/git/tip/tipLinus 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-08ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend1-2/+6
2013-11-08ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend1-6/+10
2013-11-07ixgbe: 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-02net: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-21DMA-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