summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stoppedPaul Gortmaker2012-03-181-1/+1
* gianfar: delete orphaned version strings and dead macrosPaul Gortmaker2012-03-152-6/+0
* gianfar: constify giant block of status descriptor stringsPaul Gortmaker2012-03-151-1/+1
* gianfar: Add support for byte queue limits.Paul Gortmaker2012-03-151-3/+16
* ixgbe: dcb: use DCB config values for FCoE traffic class on openJohn Fastabend2012-03-141-1/+3
* ixgbe: Fix race condition where RX buffer could become corrupted.Atita Shirwaikar2012-03-146-24/+84
* ixgbe: use typed min/max functions where possibleJesse Brandeburg2012-03-142-8/+8
* ixgbe: fix obvious return value bug.Don Skidmore2012-03-141-1/+2
* ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itrAlexander Duyck2012-03-142-17/+8
* ixgbe: Do not disable read relaxed ordering when DCA is enabledAlexander Duyck2012-03-144-42/+49
* ixgb: Remove unnecessary defines, use pr_debugJoe Perches2012-03-142-14/+2
* ixgbe: Simplify logic for ethtool loopback frame creation and testingAlexander Duyck2012-03-121-31/+32
* ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck2012-03-122-8/+12
* ixgbe: Allocate rings as part of the q_vectorAlexander Duyck2012-03-123-257/+244
* ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intrAlexander Duyck2012-03-121-5/+2
* ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck2012-03-122-8/+8
* ixgbe: Correct Adaptive Interrupt Moderation so that it will change valuesAlexander Duyck2012-03-121-2/+2
* ixgbe: Address issues with Tx WHTRESH value not being set correctlyAlexander Duyck2012-03-121-2/+5
* ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck2012-03-121-46/+48
* ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck2012-03-121-4/+3
* net: Add memory barriers to prevent possible race in byte queue limitsAlexander Duyck2012-03-121-16/+33
* net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck2012-03-122-1/+3
* ixgbe: add support for byte queue limitsAlexander Duyck2012-03-122-0/+12
* ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher2012-03-121-6/+0
* igb: fix ethtool offline testJeff Kirsher2012-03-121-0/+7
* bnx2x: code doesn't use stats for allocating Rx BDsDmitry Kravkov2012-03-121-8/+9
* bnx2x: ethtool returns req. AN even when AN failsYuval Mintz2012-03-121-1/+1
* bnx2x: ethtool now returns unknown speed/duplexYuval Mintz2012-03-121-11/+18
* bnx2x: mark functions as loaded on shared memoryYuval Mintz2012-03-121-0/+17
* bnx2x: use param's id instead of sp_obj's idYuval Mintz2012-03-123-1/+5
* bnx2x: set_one_mac_e1x uses raw's state as inputYuval Mintz2012-03-121-1/+1
* bnx2x: removed unused function bnx2x_queue_set_cos_cidYuval Mintz2012-03-121-7/+0
* bnx2x: move LLH_CAM to header, apply naming conventionsYuval Mintz2012-03-122-9/+11
* lpc32xx: Added ethernet driverstigge@antcom.de2012-03-125-0/+1615
* net/hyperv: Add support for vlan trunking from guestsHaiyang Zhang2012-03-124-4/+101
* net/hyperv: Fix data corruption in rndis_filter_receive()Haiyang Zhang2012-03-121-24/+9
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-1220-50/+81
* net: Convert printks to pr_<level>Joe Perches2012-03-1125-181/+163
* net: get rid of some pointless casts to sockaddrMaciej Żenczykowski2012-03-115-27/+19
* ipv6: Fix Smatch warning.Li Wei2012-03-111-1/+1
* MAINTAINERS: add an entry for the PHC codeRichard Cochran2012-03-111-0/+11
* r8169: enable transmit time stamping.Richard Cochran2012-03-111-0/+2
* drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to req...Julia Lawall2012-03-113-4/+4
* drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall2012-03-111-1/+1
* caif: make zero a legal caif connetion id.sjur.brandeland@stericsson.com2012-03-111-3/+6
* caif: Fix for a race in socket transmit with flow control.Dmitry Tarnyagin2012-03-116-24/+31
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-03-1114-194/+145
|\
| * batman-adv: Remove spaces after a castSven Eckelmann2012-03-112-3/+3
| * batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann2012-03-111-1/+2
| * batman-adv: Don't begin block comments with only a /* lineSven Eckelmann2012-03-112-13/+3