summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_common.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-111-3510/+0Star
* intel drivers: repair missing flush operationsJesse Brandeburg2011-08-041-0/+1
* ixgbe: add support for Dell CEMEmil Tantilov2011-06-211-0/+174
* ixgbe: consolidate packet buffer allocationJohn Fastabend2011-06-211-0/+66
* drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-051-2/+2
* ixgbe: force unlock on timeoutEmil Tantilov2011-05-151-0/+22
* ixgbe: improve EEPROM read/write operationsEmil Tantilov2011-05-041-89/+351
* ixgbe: make device_caps() genericEmil Tantilov2011-04-141-0/+15
* ixgbe: fix semaphores in eeprom routines for x540Emil Tantilov2011-04-141-1/+43
* ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore2011-04-141-5/+9
* ixgbe: move disabling of relaxed ordering in start_hw()Emil Tantilov2011-04-141-0/+15
* ixgbe: refactor common start_hw code for 82599 and x540Emil Tantilov2011-04-141-0/+24
* ixgbe: fix spelling errorsEmil Tantilov2011-03-081-2/+2
* ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov2011-03-081-195/+265
* ixgbe: Add x540 statistic counter definitionsEmil Tantilov2011-03-081-0/+9
* ixgbe: clear correct counters for flow control on 82599Emil Tantilov2011-03-081-7/+27
* ixgbe: fix missing function pointer conversionDon Skidmore2011-03-081-1/+1
* ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-031-1/+1
* ixgbe: add function pointer for semaphore functionDon Skidmore2011-03-031-2/+2
* ixgbe: Numerous whitespace / formatting cleanupsEmil Tantilov2011-03-031-3/+4
* ixgbe: Specific check for 100 Full link speedEmil Tantilov2011-03-031-2/+5
* ixgbe: Drop unused code for setting up unicast addressesEmil Tantilov2011-03-031-99/+0Star
* ixgbe: rework ixgbe MTA handling to not drop packetsEmil Tantilov2011-03-031-59/+9Star
* ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdqEmil Tantilov2011-03-031-75/+78
* ixgbe: Check link wants report current link stateEmil Tantilov2011-03-031-1/+10
* ixgbe: Add ability to double reset on failure to clear master enableEmil Tantilov2011-03-031-6/+41
* ixgbe: cleanup logic related to HW semaphoresEmil Tantilov2011-03-031-18/+24
* ixgbe: limit VF access to network trafficAlexander Duyck2011-02-081-0/+3
* ixgbe: Add anti-spoofing feature supportGreg Rose2010-12-251-0/+64
* ixgbe: add support for new format of PBA numbersDon Skidmore2010-12-031-7/+87
* ixgbe: make silicon specific functions genericDon Skidmore2010-11-171-6/+49
* ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend2010-11-171-31/+12Star
* ixgbe: declare functions as staticEmil Tantilov2010-10-141-2/+3
* ixgbe: remove unused functionsEmil Tantilov2010-10-141-45/+0Star
* ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher2010-06-031-0/+2
* ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardwareMallikarjuna R Chilakala2010-05-141-13/+505
* ixgbe: fix setting of promisc mode when using mac-vlansEmil Tantilov2010-05-141-1/+4
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* ixgbe: convert to use netdev_for_each_mc_addrJiri Pirko2010-03-271-9/+7Star
* net: use helpers to access uc list V2Jiri Pirko2010-01-251-4/+3Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-1/+1
|\
| * ixgbe: update copyright datesShannon Nelson2010-01-141-1/+1
* | drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC addresshartleys2010-01-071-10/+2Star
|/
* ixgbe: Fix Receive Address Register (RAR) cleaning and accountingShannon Nelson2009-11-291-4/+4
* ixgbe: LINKS2 is not a valid register for 82598Don Skidmore2009-11-291-4/+11
* ixgbe: Disable Flow Control for certain devicesPJ Waskiewicz2009-11-291-0/+14
* ixgbe: correct the parameter descriptionJiri Pirko2009-10-011-3/+1Star
* ixgbe: Fix backplane flow control autonegPeter P Waskiewicz Jr2009-10-011-51/+177
* ixgbe: cleanup functions that should have been defined staticDon Skidmore2009-08-271-1/+2
* ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr2009-06-071-4/+8