summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: function comment typoWang Chen2008-12-041-2/+1Star
* ixgbe: section fixesAl Viro2008-11-281-3/+2Star
* ixgbe: cleanup link up/down messagesJeff Kirsher2008-11-271-10/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-271-1/+0Star
|\
| * driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-241-1/+0Star
* | ixgbe: Naming interrupt vectorsRobert Olsson2008-11-261-4/+14
* | DCB: fix kconfig optionJeff Kirsher2008-11-253-7/+7
* | ixgbe: convert directly reference of netdev->privWang Chen2008-11-211-1/+1
* | ixgbe: add SFP+ driver supportDonald Skidmore2008-11-216-7/+550
* | DCB: Add support for DCB BCNAlexander Duyck2008-11-212-1/+202
* | DCB: Add interface to query the state of PFC feature.Alexander Duyck2008-11-211-1/+15
* | DCB: Add interface to query # of TCs supported by deviceAlexander Duyck2008-11-211-1/+32
* | DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck2008-11-211-1/+41
* | ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck2008-11-219-19/+1575
* | netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-211-32/+30Star
|\|
| * ixgbe: fix compilation with gcc-3.4Alexey Dobriyan2008-11-191-30/+28Star
* | ixgb: convert to net_device_opsStephen Hemminger2008-11-201-14/+18
* | ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()PJ Waskiewicz2008-11-161-3/+3
* | netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-132-6/+6
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* | ixgbe: add device support for 82598AT (copper 10GbE) adaptersJesse Brandeburg2008-11-027-0/+154
* | net: convert more to %pMJohannes Berg2008-10-281-4/+2Star
|/
* [netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMAJeff Garzik2008-10-162-18/+18
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-251-1/+1
* ixgbe: whitespace/formatting cleanupAlexander Duyck2008-09-251-71/+54Star
* ixgbe: correctly add and remove napi queuesAlexander Duyck2008-09-251-100/+130
* ixgbe: Whitespace, copyright update and version number change patchPeter P Waskiewicz2008-09-259-300/+266Star
* ixgbe: bump versionJeff Kirsher2008-09-251-1/+1
* ixgbe: xmit frame refactorJesse Brandeburg2008-09-251-25/+17Star
* ixgbe: lower stack space usageJesse Brandeburg2008-09-251-9/+6Star
* ixgbe: cleanup definesJesse Brandeburg2008-09-251-7/+0Star
* ixgbe: move set_num_queues and call it after msix failureJesse Brandeburg2008-09-252-45/+45
* ixgbe: refresh the ixgbe_down functionJesse Brandeburg2008-09-251-10/+19
* ixgbe: update to latest common code moduleJesse Brandeburg2008-09-259-814/+1700
* ixgbe: add clean rx many routineJesse Brandeburg2008-09-251-2/+60
* ixgbe: lro stats were not counted on first ethtool -ScallJesse Brandeburg2008-09-251-6/+8
* ixgbe: fix ring reallocation in ethtoolJesse Brandeburg2008-09-253-53/+56
* ixgbe: add device support for XF LR adaptersJesse Brandeburg2008-09-253-0/+4
* ixgbe: recycle pages in packet split modeJesse Brandeburg2008-09-252-18/+32
* ixgbe: fix bug with lots of tx queuesJesse Brandeburg2008-09-251-3/+3
* ixgbe: fix initial interrupt throttle settingsJesse Brandeburg2008-09-253-89/+100
* ixgbe: fix ethtool disable csum for ipv6Jesse Brandeburg2008-09-251-1/+1
* ixgbe: fix pci_resource allocation as in other driversJeff Kirsher2008-09-251-8/+2Star
* ixgbe: fix ethtool register dumpJesse Brandeburg2008-09-252-21/+12Star
* ixgbe: limit small mtu to minimum for ipv4 supportJesse Brandeburg2008-09-251-2/+2
* ixgbe: fix bug with shared interruptsJesse Brandeburg2008-09-251-1/+6
* ixgbe: link change interrupt was not causing link eventJesse Brandeburg2008-09-251-2/+2
* ixgbe: Update watchdog thread to accomodate longerlink_up eventsJesse Brandeburg2008-09-255-51/+118
* ixgbe: fix multicast address updateJesse Brandeburg2008-09-251-2/+3