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