aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-3510/+0
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg1-0/+1
2011-06-21ixgbe: add support for Dell CEMEmil Tantilov1-0/+174
2011-06-21ixgbe: consolidate packet buffer allocationJohn Fastabend1-0/+66
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-2/+2
2011-05-14ixgbe: force unlock on timeoutEmil Tantilov1-0/+22
2011-05-04ixgbe: improve EEPROM read/write operationsEmil Tantilov1-89/+351
2011-04-13ixgbe: make device_caps() genericEmil Tantilov1-0/+15
2011-04-13ixgbe: fix semaphores in eeprom routines for x540Emil Tantilov1-1/+43
2011-04-13ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore1-5/+9
2011-04-13ixgbe: move disabling of relaxed ordering in start_hw()Emil Tantilov1-0/+15
2011-04-13ixgbe: refactor common start_hw code for 82599 and x540Emil Tantilov1-0/+24
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