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