| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-03-31 | Fix common misspellings |  Lucas De Marchi | 5 | -9/+9 |
| 2011-03-12 | ixgbe: DCB, PFC not cleared until reset occurs |  John Fastabend | 2 | -47/+43 |
| 2011-03-12 | ixgbe: add support for VF Transmit rate limit using iproute2 |  Lior Levy | 5 | -2/+93 |
| 2011-03-12 | ixgbe: DCB, set minimum bandwidth per traffic class |  John Fastabend | 1 | -1/+1 |
| 2011-03-12 | ixgbe: update PHY code to support 100Mbps as well as 1G/10G |  Emil Tantilov | 4 | -99/+245 |
| 2011-03-12 | ixgbe: remove timer reset to 0 on timeout |  Emil Tantilov | 1 | -6/+0 |
| 2011-03-12 | ixgbe: DCB during ifup use correct CEE or IEEE mode |  John Fastabend | 1 | -10/+20 |
| 2011-03-12 | ixgbe: IEEE 802.1Qaz, implement priority assignment table |  John Fastabend | 5 | -19/+36 |
| 2011-03-12 | ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strict |  John Fastabend | 2 | -25/+23 |
| 2011-03-12 | ixgbe: DCB: enable RSS to be used with DCB |  John Fastabend | 2 | -9/+25 |
| 2011-03-12 | ixgbe: enable ndo_tc_setup |  John Fastabend | 1 | -1/+23 |
| 2011-03-12 | ixgbe: DCB, use multiple Tx rings per traffic class |  John Fastabend | 3 | -168/+182 |
| 2011-03-12 | ixgbe: DCB remove ixgbe_fcoe_getapp routine |  John Fastabend | 2 | -30/+13 |
| 2011-03-12 | ixgbe: DCB, implement ieee_setapp dcbnl ops |  John Fastabend | 1 | -0/+30 |
| 2011-03-12 | ixgbe: DCB, implement capabilities flags |  John Fastabend | 3 | -36/+95 |
| 2011-03-08 | ixgbe: fix compile failure in ixgbe_init_mbx_params_pf |  Andy Gospodarek | 1 | -1/+1 |
| 2011-03-07 | ixgbe: fix setting and reporting of advertised speeds |  Emil Tantilov | 1 | -21/+20 |
| 2011-03-07 | ixgbe: fix spelling errors |  Emil Tantilov | 1 | -2/+2 |
| 2011-03-07 | ixgbe: improve logic in ixgbe_init_mbx_params_pf |  Emil Tantilov | 1 | -15/+12 |
| 2011-03-07 | ixgbe: add function description |  Emil Tantilov | 1 | -3/+6 |
| 2011-03-07 | ixgbe: Enable flow control pause parameter auto-negotiation support |  Emil Tantilov | 6 | -199/+281 |
| 2011-03-07 | ixgbe: Add x540 statistic counter definitions |  Emil Tantilov | 2 | -0/+14 |
| 2011-03-07 | ixgbe: clear correct counters for flow control on 82599 |  Emil Tantilov | 2 | -7/+29 |
| 2011-03-07 | ixgbe: cleanup PHY init |  Emil Tantilov | 3 | -59/+114 |
| 2011-03-07 | ixgbe: add support to FCoE DDP in target mode |  Yi Zou | 4 | -12/+81 |
| 2011-03-07 | ixgbe: fix missing function pointer conversion |  Don Skidmore | 1 | -1/+1 |
| 2011-03-03 | ixgbe: cleanup copyright string for 2011 |  Don Skidmore | 24 | -25/+26 |
| 2011-03-03 | ixgbe: add function pointer for semaphore function |  Don Skidmore | 6 | -9/+19 |
| 2011-03-03 | ixgbe: X540 Cleanup |  Greg Rose | 1 | -2/+1 |
| 2011-03-03 | ixgbe: cleanup handling of I2C interface to PHY |  Emil Tantilov | 1 | -1/+38 |
| 2011-03-03 | ixgbe: store permanent address before initializing Rx addresses |  Emil Tantilov | 2 | -6/+6 |
| 2011-03-03 | ixgbe: Numerous whitespace / formatting cleanups |  Emil Tantilov | 3 | -18/+15 |
| 2011-03-03 | ixgbe: Specific check for 100 Full link speed |  Emil Tantilov | 1 | -2/+5 |
| 2011-03-03 | ixgbe: Drop unused code for setting up unicast addresses |  Emil Tantilov | 6 | -105/+0 |
| 2011-03-03 | ixgbe: rework ixgbe MTA handling to not drop packets |  Emil Tantilov | 2 | -60/+11 |
| 2011-03-03 | ixgbe: cleanup X540 PHY reset function pointer |  Don Skidmore | 1 | -1/+1 |
| 2011-03-03 | ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdq |  Emil Tantilov | 3 | -83/+95 |
| 2011-03-03 | ixgbe: Fill out PCIe speed and width enums with values |  Emil Tantilov | 1 | -11/+11 |
| 2011-03-03 | ixgbe: add polling test to end of PHY reset |  Emil Tantilov | 1 | -3/+37 |
| 2011-03-03 | ixgbe: Check link wants report current link state |  Emil Tantilov | 1 | -1/+10 |
| 2011-03-03 | ixgbe: cleanup code in ixgbe_identify_sfp_module_generic |  Emil Tantilov | 1 | -54/+93 |
| 2011-03-03 | ixgbe: Add ability to double reset on failure to clear master enable |  Emil Tantilov | 5 | -22/+90 |
| 2011-03-03 | ixgbe: set media type for 82599 T3 LOM |  Emil Tantilov | 3 | -11/+42 |
| 2011-03-03 | ixgbe: balance free_irq calls with request_irq calls |  Alexander Duyck | 1 | -0/+5 |
| 2011-03-03 | ixgbe: cleanup logic related to HW semaphores |  Emil Tantilov | 1 | -18/+24 |
| 2011-03-03 | ixgbe: cleanup wake on LAN defines |  Emil Tantilov | 1 | -2/+2 |
| 2011-02-24 | ixgbe: Enable Jumbo Frames on the X540 10Gigabit Controller |  Greg Rose | 3 | -3/+46 |
| 2011-02-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 |  David S. Miller | 3 | -3/+56 |
| 2011-02-17 | ixgbe: work around for DDP last buffer size |  Amir Hanania | 2 | -1/+52 |
| 2011-02-17 | ixgbe: fix panic due to uninitialised pointer |  Andy Gospodarek | 1 | -2/+4 |