summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: DCB, set minimum bandwidth per traffic classJohn Fastabend2011-03-121-1/+1
* ixgbe: correct typo in define nameEmil Tantilov2011-03-122-3/+3
* ixgbe: update PHY code to support 100Mbps as well as 1G/10GEmil Tantilov2011-03-124-99/+245
* ixgbe: remove timer reset to 0 on timeoutEmil Tantilov2011-03-121-6/+0Star
* ixgbe: DCB during ifup use correct CEE or IEEE modeJohn Fastabend2011-03-121-10/+20
* ixgbe: IEEE 802.1Qaz, implement priority assignment tableJohn Fastabend2011-03-125-19/+36
* ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strictJohn Fastabend2011-03-122-25/+23Star
* ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend2011-03-122-9/+25
* ixgbe: enable ndo_tc_setupJohn Fastabend2011-03-121-1/+23
* ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend2011-03-123-168/+182
* ixgbe: DCB remove ixgbe_fcoe_getapp routineJohn Fastabend2011-03-122-30/+13Star
* ixgbe: DCB, implement ieee_setapp dcbnl opsJohn Fastabend2011-03-121-0/+30
* ixgbe: DCB, implement capabilities flagsJohn Fastabend2011-03-123-36/+95
* igb: Bump version to 3.0.6Carolyn Wyborny2011-03-121-1/+6
* igb: Add DMA Coalescing feature to driverCarolyn Wyborny2011-03-125-1/+106
* igb: Update NVM functions to work with i350 devicesCarolyn Wyborny2011-03-127-8/+306
* igb: Add Energy Efficient Ethernet (EEE) for i350 devices.Carolyn Wyborny2011-03-126-2/+65
* ixgbevf: Fix Driver StringGreg Rose2011-03-121-1/+1
* ixgbevf: Fix Version StringGreg Rose2011-03-121-1/+1
* e1000e: bump version numberBruce Allan2011-03-111-1/+1
* e1000e: do not suggest the driver supports Wake-on-ARPBruce Allan2011-03-111-9/+3Star
* e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROMBruce Allan2011-03-112-1/+8
* e1000e: do not toggle LANPHYPC value bit when PHY reset is blockedBruce Allan2011-03-111-4/+4
* e1000e: extend EEE LPI timer to prevent dropped linkBruce Allan2011-03-111-5/+24
* e1000e: extend timeout for ethtool link test diagnosticBruce Allan2011-03-111-3/+6
* e1000e: magic number cleanup - ETH_ALENBruce Allan2011-03-111-3/+2Star
* e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb()Bruce Allan2011-03-111-2/+2
* ixgbevf: remove Tx hang detectionLior Levy2011-03-112-51/+0Star
* net: add proper documentation for previously added net_device_ops for FCoEYi Zou2011-03-111-0/+36
* ixgb: convert to new VLAN modelEmil Tantilov2011-03-113-43/+52
* ipv4: Kill flowi arg to fib_select_multipath()David S. Miller2011-03-113-4/+4
* ipv4: Remove unnecessary test from ip_mkroute_input()David S. Miller2011-03-111-1/+1
* ipv4: Remove redundant RCU locking in ip_check_mc().David S. Miller2011-03-113-8/+7Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-10167-528/+1275
|\
| * ip6ip6: autoload ip6 tunnelstephen hemminger2011-03-101-0/+1
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2011-03-10149-472/+1159
| |\
| | * Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2011-03-1021-63/+283
| | |\
| | | * [media] mantis_pci: remove asm/pgtable.h includeArnaud Patard (Rtp)2011-03-031-1/+0Star
| | | * [media] tda829x: fix regression in probe functionsJarod Wilson2011-03-021-7/+7
| | | * [media] mceusb: don't claim multifunction device non-IR partsJarod Wilson2011-03-021-12/+15
| | | * [media] nuvoton-cir: fix wake from suspendJarod Wilson2011-03-022-4/+8
| | | * [media] cx18: Add support for Hauppauge HVR-1600 models with s5h1411Devin Heitmueller2011-03-024-4/+112
| | | * [media] ivtv: Fix corrective action taken upon DMA ERR interrupt to avoid hangMichael2011-03-021-7/+51
| | | * [media] cx25840: fix probing of cx2583x chipsSven Barth2011-03-021-1/+2
| | | * [media] cx23885: Remove unused 'err:' labels to quiet compiler warningAndy Walls2011-03-021-2/+0Star
| | | * [media] cx23885: Revert "Check for slave nack on all transactions"Andy Walls2011-03-021-8/+0Star
| | | * [media] DiB7000M: add pid filteringOlivier Grenie2011-03-023-2/+53
| | | * [media] Fix sysfs rc protocol lookup for rc-5-szAntti Seppälä2011-03-021-1/+1
| | | * [media] au0828: fix VBI handling when in V4L2 streaming modeDevin Heitmueller2011-02-021-4/+24
| | | * [media] ir-raw: Properly initialize the IR event (BZ#27202)Mauro Carvalho Chehab2011-02-021-2/+1Star