aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-07ixgbe: fix spelling errorsEmil Tantilov1-2/+2
2011-03-07ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov1-195/+265
2011-03-07ixgbe: Add x540 statistic counter definitionsEmil Tantilov1-0/+9
2011-03-07ixgbe: clear correct counters for flow control on 82599Emil Tantilov1-7/+27
2011-03-07ixgbe: fix missing function pointer conversionDon Skidmore1-1/+1
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore1-1/+1
2011-03-03ixgbe: add function pointer for semaphore functionDon Skidmore1-2/+2
2011-03-03ixgbe: Numerous whitespace / formatting cleanupsEmil Tantilov1-3/+4
2011-03-03ixgbe: Specific check for 100 Full link speedEmil Tantilov1-2/+5
2011-03-03ixgbe: Drop unused code for setting up unicast addressesEmil Tantilov1-99/+0
2011-03-03ixgbe: rework ixgbe MTA handling to not drop packetsEmil Tantilov1-59/+9
2011-03-03ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdqEmil Tantilov1-75/+78
2011-03-03ixgbe: Check link wants report current link stateEmil Tantilov1-1/+10
2011-03-03ixgbe: Add ability to double reset on failure to clear master enableEmil Tantilov1-6/+41
2011-03-03ixgbe: cleanup logic related to HW semaphoresEmil Tantilov1-18/+24
2011-02-08ixgbe: limit VF access to network trafficAlexander Duyck1-0/+3
2010-12-24ixgbe: Add anti-spoofing feature supportGreg Rose1-0/+64
2010-12-03ixgbe: add support for new format of PBA numbersDon Skidmore1-7/+87
2010-11-16ixgbe: make silicon specific functions genericDon Skidmore1-6/+49
2010-11-16ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend1-31/+12
2010-10-14ixgbe: declare functions as staticEmil Tantilov1-2/+3
2010-10-14ixgbe: remove unused functionsEmil Tantilov1-45/+0
2010-06-03ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher1-0/+2
2010-05-13ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardwareMallikarjuna R Chilakala1-13/+505
2010-05-13ixgbe: fix setting of promisc mode when using mac-vlansEmil Tantilov1-1/+4
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-26ixgbe: convert to use netdev_for_each_mc_addrJiri Pirko1-9/+7
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-4/+3
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-13ixgbe: update copyright datesShannon Nelson1-1/+1
2010-01-07drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC addresshartleys1-10/+2
2009-11-29ixgbe: Fix Receive Address Register (RAR) cleaning and accountingShannon Nelson1-4/+4
2009-11-29ixgbe: LINKS2 is not a valid register for 82598Don Skidmore1-4/+11
2009-11-29ixgbe: Disable Flow Control for certain devicesPJ Waskiewicz1-0/+14
2009-10-01ixgbe: correct the parameter descriptionJiri Pirko1-3/+1
2009-09-30ixgbe: Fix backplane flow control autonegPeter P Waskiewicz Jr1-51/+177
2009-08-26ixgbe: cleanup functions that should have been defined staticDon Skidmore1-1/+2
2009-06-07ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr1-4/+8
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala1-118/+127
2009-06-07ixgbe: Harden the 82599 multispeed fiber autotry mechanismPeter P Waskiewicz Jr1-0/+1
2009-05-29net: convert unicast addr listJiri Pirko1-7/+7
2009-05-17ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr1-2/+3
2009-05-17ixgbe: Set Priority Flow Control low water threshhold for DCBPeter P Waskiewicz Jr1-11/+37
2009-05-17ixgbe: Add SAN MAC address to the RAR, return the address to DCBWaskiewicz Jr, Peter P1-6/+0
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-49/+2
2009-04-27ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P1-49/+2
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+55
2009-04-11ixgbe: Don't return error in flow control configuration if FC is offPJ Waskiewicz1-3/+5
2009-04-11ixgbe: Enable another bit for flow control operationPJ Waskiewicz1-0/+1
2009-04-11ixgbe: Move the LED blink code to common, since 82599 also uses itPJ Waskiewicz1-0/+55