aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-12ixgbe: DCB, PFC not cleared until reset occursJohn Fastabend2-51/+47
2011-03-12ixgbe: add support for VF Transmit rate limit using iproute2Lior Levy5-2/+93
2011-03-12ixgbe: DCB, set minimum bandwidth per traffic classJohn Fastabend1-1/+1
2011-03-12ixgbe: update PHY code to support 100Mbps as well as 1G/10GEmil Tantilov4-99/+245
2011-03-12ixgbe: remove timer reset to 0 on timeoutEmil Tantilov1-6/+0
2011-03-12ixgbe: DCB during ifup use correct CEE or IEEE modeJohn Fastabend1-10/+20
2011-03-12ixgbe: IEEE 802.1Qaz, implement priority assignment tableJohn Fastabend5-19/+36
2011-03-12ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strictJohn Fastabend2-25/+23
2011-03-12ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend2-9/+25
2011-03-12ixgbe: enable ndo_tc_setupJohn Fastabend1-1/+23
2011-03-12ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend3-168/+182
2011-03-12ixgbe: DCB remove ixgbe_fcoe_getapp routineJohn Fastabend2-30/+13
2011-03-12ixgbe: DCB, implement ieee_setapp dcbnl opsJohn Fastabend1-0/+30
2011-03-12ixgbe: DCB, implement capabilities flagsJohn Fastabend3-36/+95
2011-03-08ixgbe: fix compile failure in ixgbe_init_mbx_params_pfAndy Gospodarek1-1/+1
2011-03-07ixgbe: fix setting and reporting of advertised speedsEmil Tantilov1-21/+20
2011-03-07ixgbe: fix spelling errorsEmil Tantilov1-2/+2
2011-03-07ixgbe: improve logic in ixgbe_init_mbx_params_pfEmil Tantilov1-15/+12
2011-03-07ixgbe: add function descriptionEmil Tantilov1-3/+6
2011-03-07ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov6-199/+281
2011-03-07ixgbe: Add x540 statistic counter definitionsEmil Tantilov2-0/+14
2011-03-07ixgbe: clear correct counters for flow control on 82599Emil Tantilov2-7/+29
2011-03-07ixgbe: cleanup PHY initEmil Tantilov3-59/+114
2011-03-07ixgbe: add support to FCoE DDP in target modeYi Zou4-12/+81
2011-03-07ixgbe: fix missing function pointer conversionDon Skidmore1-1/+1
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore24-25/+26
2011-03-03ixgbe: add function pointer for semaphore functionDon Skidmore6-9/+19
2011-03-03ixgbe: X540 CleanupGreg Rose1-2/+1
2011-03-03ixgbe: cleanup handling of I2C interface to PHYEmil Tantilov1-1/+38
2011-03-03ixgbe: store permanent address before initializing Rx addressesEmil Tantilov2-6/+6
2011-03-03ixgbe: Numerous whitespace / formatting cleanupsEmil Tantilov3-18/+15
2011-03-03ixgbe: Specific check for 100 Full link speedEmil Tantilov1-2/+5
2011-03-03ixgbe: Drop unused code for setting up unicast addressesEmil Tantilov6-105/+0
2011-03-03ixgbe: rework ixgbe MTA handling to not drop packetsEmil Tantilov2-60/+11
2011-03-03ixgbe: cleanup X540 PHY reset function pointerDon Skidmore1-1/+1
2011-03-03ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdqEmil Tantilov3-83/+95
2011-03-03ixgbe: Fill out PCIe speed and width enums with valuesEmil Tantilov1-11/+11
2011-03-03ixgbe: add polling test to end of PHY resetEmil Tantilov1-3/+37
2011-03-03ixgbe: Check link wants report current link stateEmil Tantilov1-1/+10
2011-03-03ixgbe: cleanup code in ixgbe_identify_sfp_module_genericEmil Tantilov1-55/+94
2011-03-03ixgbe: Add ability to double reset on failure to clear master enableEmil Tantilov5-22/+90
2011-03-03ixgbe: set media type for 82599 T3 LOMEmil Tantilov3-11/+42
2011-03-03ixgbe: balance free_irq calls with request_irq callsAlexander Duyck1-0/+5
2011-03-03ixgbe: cleanup logic related to HW semaphoresEmil Tantilov1-18/+24
2011-03-03ixgbe: cleanup wake on LAN definesEmil Tantilov1-2/+2
2011-02-24ixgbe: Enable Jumbo Frames on the X540 10Gigabit ControllerGreg Rose3-3/+46
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+56
2011-02-17ixgbe: work around for DDP last buffer sizeAmir Hanania2-1/+52
2011-02-17ixgbe: fix panic due to uninitialised pointerAndy Gospodarek1-2/+4
2011-02-11ixgbe: Adding 100MB FULL support in ethtoolAtita Shirwaikar2-3/+36