summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-0324-25/+26
* ixgbe: add function pointer for semaphore functionDon Skidmore2011-03-036-9/+19
* ixgbe: X540 CleanupGreg Rose2011-03-031-2/+1
* ixgbe: cleanup handling of I2C interface to PHYEmil Tantilov2011-03-031-1/+38
* ixgbe: store permanent address before initializing Rx addressesEmil Tantilov2011-03-032-6/+6
* ixgbe: Numerous whitespace / formatting cleanupsEmil Tantilov2011-03-033-18/+15
* ixgbe: Specific check for 100 Full link speedEmil Tantilov2011-03-031-2/+5
* ixgbe: Drop unused code for setting up unicast addressesEmil Tantilov2011-03-036-105/+0
* ixgbe: rework ixgbe MTA handling to not drop packetsEmil Tantilov2011-03-032-60/+11
* ixgbe: cleanup X540 PHY reset function pointerDon Skidmore2011-03-031-1/+1
* ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdqEmil Tantilov2011-03-033-83/+95
* ixgbe: Fill out PCIe speed and width enums with valuesEmil Tantilov2011-03-031-11/+11
* ixgbe: add polling test to end of PHY resetEmil Tantilov2011-03-031-3/+37
* ixgbe: Check link wants report current link stateEmil Tantilov2011-03-031-1/+10
* ixgbe: cleanup code in ixgbe_identify_sfp_module_genericEmil Tantilov2011-03-031-55/+94
* ixgbe: Add ability to double reset on failure to clear master enableEmil Tantilov2011-03-035-22/+90
* ixgbe: set media type for 82599 T3 LOMEmil Tantilov2011-03-033-11/+42
* ixgbe: balance free_irq calls with request_irq callsAlexander Duyck2011-03-031-0/+5
* ixgbe: cleanup logic related to HW semaphoresEmil Tantilov2011-03-031-18/+24
* ixgbe: cleanup wake on LAN definesEmil Tantilov2011-03-031-2/+2
* ixgbe: Enable Jumbo Frames on the X540 10Gigabit ControllerGreg Rose2011-02-243-3/+46
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-193-3/+56
|\
| * ixgbe: work around for DDP last buffer sizeAmir Hanania2011-02-172-1/+52
| * ixgbe: fix panic due to uninitialised pointerAndy Gospodarek2011-02-171-2/+4
* | ixgbe: Adding 100MB FULL support in ethtoolAtita Shirwaikar2011-02-112-3/+36
* | ixgbe: cleanup ixgbe_init_mbx_params_pf namespace issueDon Skidmore2011-02-112-0/+4
* | ixgbe: cleanup namespace complaint by removing little used functionDon Skidmore2011-02-112-12/+2
* | ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tcDon Skidmore2011-02-112-2/+1
* | ixgbe: DCB, use hardware independent routinesJohn Fastabend2011-02-111-5/+1
* | ixgbe: DCB, remove RESET bit it is no longer neededJohn Fastabend2011-02-111-25/+12
* | ixgbe: DCB, do not reset on CEE pg changesJohn Fastabend2011-02-112-13/+39
* | ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend2011-02-116-1/+207
* | ixgbe: DCB, abstract out dcb_config from DCB hardware configurationJohn Fastabend2011-02-117-102/+230
* | ixgbe: DCB, remove round robin mode on 82598 devicesJohn Fastabend2011-02-113-6/+2
* | ixgbe: DCB, only reprogram HW if the FCoE priority is changedJohn Fastabend2011-02-111-12/+26
|/
* ixgbe: update version stringDon Skidmore2011-02-081-1/+1
* ixgbe: cleanup variable initializationDon Skidmore2011-02-081-1/+1
* ixgbe: limit VF access to network trafficAlexander Duyck2011-02-082-2/+3
* ixgbe: fix for 82599 erratum on Header SplittingDon Skidmore2011-02-081-2/+9
* ixgbe: fix variable set but not used warnings by gcc 4.6Emil Tantilov2011-02-082-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-141-7/+16
|\
| * net: remove dev_txq_stats_fold()Eric Dumazet2011-01-131-7/+16
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-2/+2
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-28/+35
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-2/+2
* | | ixgbe: update ntuple filter configurationAlexander Duyck2011-01-095-371/+250
* | | ixgbe: further flow director performance optimizationsAlexander Duyck2011-01-094-44/+194
* | | ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck2011-01-095-253/+182
* | | ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou2011-01-093-7/+39
* | | ixgbe: Add anti-spoofing feature supportGreg Rose2010-12-246-3/+114
OpenPOWER on IntegriCloud