| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Move the Intel wired LAN drivers | Jeff Kirsher | 2011-08-11 | 1 | -3510/+0 |
* | intel drivers: repair missing flush operations | Jesse Brandeburg | 2011-08-04 | 1 | -0/+1 |
* | ixgbe: add support for Dell CEM | Emil Tantilov | 2011-06-21 | 1 | -0/+174 |
* | ixgbe: consolidate packet buffer allocation | John Fastabend | 2011-06-21 | 1 | -0/+66 |
* | drivers/net: Remove unnecessary semicolons | Joe Perches | 2011-06-05 | 1 | -2/+2 |
* | ixgbe: force unlock on timeout | Emil Tantilov | 2011-05-15 | 1 | -0/+22 |
* | ixgbe: improve EEPROM read/write operations | Emil Tantilov | 2011-05-04 | 1 | -89/+351 |
* | ixgbe: make device_caps() generic | Emil Tantilov | 2011-04-14 | 1 | -0/+15 |
* | ixgbe: fix semaphores in eeprom routines for x540 | Emil Tantilov | 2011-04-14 | 1 | -1/+43 |
* | ixgbe: cleanup short msleep's (<20ms) to use usleep_range | Don Skidmore | 2011-04-14 | 1 | -5/+9 |
* | ixgbe: move disabling of relaxed ordering in start_hw() | Emil Tantilov | 2011-04-14 | 1 | -0/+15 |
* | ixgbe: refactor common start_hw code for 82599 and x540 | Emil Tantilov | 2011-04-14 | 1 | -0/+24 |
* | ixgbe: fix spelling errors | Emil Tantilov | 2011-03-08 | 1 | -2/+2 |
* | ixgbe: Enable flow control pause parameter auto-negotiation support | Emil Tantilov | 2011-03-08 | 1 | -195/+265 |
* | ixgbe: Add x540 statistic counter definitions | Emil Tantilov | 2011-03-08 | 1 | -0/+9 |
* | ixgbe: clear correct counters for flow control on 82599 | Emil Tantilov | 2011-03-08 | 1 | -7/+27 |
* | ixgbe: fix missing function pointer conversion | Don Skidmore | 2011-03-08 | 1 | -1/+1 |
* | ixgbe: cleanup copyright string for 2011 | Don Skidmore | 2011-03-03 | 1 | -1/+1 |
* | ixgbe: add function pointer for semaphore function | Don Skidmore | 2011-03-03 | 1 | -2/+2 |
* | ixgbe: Numerous whitespace / formatting cleanups | Emil Tantilov | 2011-03-03 | 1 | -3/+4 |
* | ixgbe: Specific check for 100 Full link speed | Emil Tantilov | 2011-03-03 | 1 | -2/+5 |
* | ixgbe: Drop unused code for setting up unicast addresses | Emil Tantilov | 2011-03-03 | 1 | -99/+0 |
* | ixgbe: rework ixgbe MTA handling to not drop packets | Emil Tantilov | 2011-03-03 | 1 | -59/+9 |
* | ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdq | Emil Tantilov | 2011-03-03 | 1 | -75/+78 |
* | ixgbe: Check link wants report current link state | Emil Tantilov | 2011-03-03 | 1 | -1/+10 |
* | ixgbe: Add ability to double reset on failure to clear master enable | Emil Tantilov | 2011-03-03 | 1 | -6/+41 |
* | ixgbe: cleanup logic related to HW semaphores | Emil Tantilov | 2011-03-03 | 1 | -18/+24 |
* | ixgbe: limit VF access to network traffic | Alexander Duyck | 2011-02-08 | 1 | -0/+3 |
* | ixgbe: Add anti-spoofing feature support | Greg Rose | 2010-12-25 | 1 | -0/+64 |
* | ixgbe: add support for new format of PBA numbers | Don Skidmore | 2010-12-03 | 1 | -7/+87 |
* | ixgbe: make silicon specific functions generic | Don Skidmore | 2010-11-17 | 1 | -6/+49 |
* | ixgbe: DCB set PFC high and low water marks per data sheet specs | John Fastabend | 2010-11-17 | 1 | -31/+12 |
* | ixgbe: declare functions as static | Emil Tantilov | 2010-10-14 | 1 | -2/+3 |
* | ixgbe: remove unused functions | Emil Tantilov | 2010-10-14 | 1 | -45/+0 |
* | ixgbe: return IXGBE_ERR_RAR_INDEX when out of range | Jeff Kirsher | 2010-06-03 | 1 | -0/+2 |
* | ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardware | Mallikarjuna R Chilakala | 2010-05-14 | 1 | -13/+505 |
* | ixgbe: fix setting of promisc mode when using mac-vlans | Emil Tantilov | 2010-05-14 | 1 | -1/+4 |
* | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -3/+3 |
* | ixgbe: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-03-27 | 1 | -9/+7 |
* | net: use helpers to access uc list V2 | Jiri Pirko | 2010-01-25 | 1 | -4/+3 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-23 | 1 | -1/+1 |
|\ |
|
| * | ixgbe: update copyright dates | Shannon Nelson | 2010-01-14 | 1 | -1/+1 |
* | | drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC address | hartleys | 2010-01-07 | 1 | -10/+2 |
|/ |
|
* | ixgbe: Fix Receive Address Register (RAR) cleaning and accounting | Shannon Nelson | 2009-11-29 | 1 | -4/+4 |
* | ixgbe: LINKS2 is not a valid register for 82598 | Don Skidmore | 2009-11-29 | 1 | -4/+11 |
* | ixgbe: Disable Flow Control for certain devices | PJ Waskiewicz | 2009-11-29 | 1 | -0/+14 |
* | ixgbe: correct the parameter description | Jiri Pirko | 2009-10-01 | 1 | -3/+1 |
* | ixgbe: Fix backplane flow control autoneg | Peter P Waskiewicz Jr | 2009-10-01 | 1 | -51/+177 |
* | ixgbe: cleanup functions that should have been defined static | Don Skidmore | 2009-08-27 | 1 | -1/+2 |
* | ixgbe: Add FW detection and warning for 82599 SFP+ adapters | Peter P Waskiewicz Jr | 2009-06-07 | 1 | -4/+8 |