aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_common.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: add support for X540-AT1joshua.a.hay@intel.com2012-12-031-0/+1
* ixgbe: force unlock on timeoutEmil Tantilov2011-05-141-0/+22
* ixgbe: improve EEPROM read/write operationsEmil Tantilov2011-05-041-89/+351
* ixgbe: make device_caps() genericEmil Tantilov2011-04-131-0/+15
* ixgbe: fix semaphores in eeprom routines for x540Emil Tantilov2011-04-131-1/+43
* ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore2011-04-131-5/+9
* ixgbe: move disabling of relaxed ordering in start_hw()Emil Tantilov2011-04-131-0/+15
* ixgbe: refactor common start_hw code for 82599 and x540Emil Tantilov2011-04-131-0/+24
* ixgbe: fix spelling errorsEmil Tantilov2011-03-071-2/+2
* ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov2011-03-071-195/+265
* ixgbe: Add x540 statistic counter definitionsEmil Tantilov2011-03-071-0/+9
* ixgbe: clear correct counters for flow control on 82599Emil Tantilov2011-03-071-7/+27
* ixgbe: fix missing function pointer conversionDon Skidmore2011-03-071-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/+0
* ixgbe: rework ixgbe MTA handling to not drop packetsEmil Tantilov2011-03-031-59/+9
* 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-241-0/+64
* ixgbe: add support for new format of PBA numbersDon Skidmore2010-12-031-7/+87
* ixgbe: make silicon specific functions genericDon Skidmore2010-11-161-6/+49
* ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend2010-11-161-31/+12
* ixgbe: declare functions as staticEmil Tantilov2010-10-141-2/+3
* ixgbe: remove unused functionsEmil Tantilov2010-10-141-45/+0
* 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-131-13/+505
* ixgbe: fix setting of promisc mode when using mac-vlansEmil Tantilov2010-05-131-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-261-9/+7
* net: use helpers to access uc list V2Jiri Pirko2010-01-251-4/+3
* 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-131-1/+1
* | drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC addresshartleys2010-01-071-10/+2
|/
* 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/+1
* ixgbe: Fix backplane flow control autonegPeter P Waskiewicz Jr2009-09-301-51/+177
* ixgbe: cleanup functions that should have been defined staticDon Skidmore2009-08-261-1/+2
* ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr2009-06-071-4/+8
* ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala2009-06-071-118/+127
* ixgbe: Harden the 82599 multispeed fiber autotry mechanismPeter P Waskiewicz Jr2009-06-071-0/+1
* net: convert unicast addr listJiri Pirko2009-05-291-7/+7
* ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr2009-05-171-2/+3