summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-17ipv6: Send ICMPv6 RSes only when RAs are acceptedTore Anderson2-13/+12
2011-09-16can-gw: add netlink based CAN routingOliver Hartkopp5-0/+1138
2011-09-16sfc: Use correct fields of struct ethtool_coalesceBen Hutchings1-9/+27
2011-09-16sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()Ben Hutchings6-15/+34
2011-09-16sfc: Correct reporting and validation of TX interrupt coalescingBen Hutchings3-34/+53
2011-09-16sfc: Use consistent types for interrupt coalescing parametersBen Hutchings3-8/+9
2011-09-16sfc: Correct error code for unsupported interrupt coalescing parametersBen Hutchings1-3/+3
2011-09-16ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck2-95/+97
2011-09-16ixgbe: cleanup configuration of EITRSEL and VF reset pathAlexander Duyck1-12/+13
2011-09-16ixgbe: cleanup reset pathsAlexander Duyck4-83/+43
2011-09-16ixgbe: Update TXDCTL configuration to correctly handle WTHRESHAlexander Duyck1-17/+18
2011-09-16ixgbe: combine PCI_VDEVICE and board declaration to same lineAlexander Duyck1-53/+26
2011-09-16ixgbe: Drop unnecessary adapter->hw dereference in loopback test setupAlexander Duyck1-9/+9
2011-09-16ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesAlexander Duyck1-54/+34
2011-09-16ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAAlexander Duyck1-4/+4
2011-09-16ixgbe: cleanup allocation and freeing of IRQ affinity hintAlexander Duyck1-40/+36
2011-09-16v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into oneAlexander Duyck1-216/+63
2011-09-16ixgbe: Change default Tx work limit size to 256 buffersAlexander Duyck2-4/+5
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko14-74/+69
2011-09-15net/irda: sh_irda: add PM supportKuninori Morimoto1-11/+27
2011-09-15net/irda: sh_irda: update author's email addressKuninori Morimoto1-10/+10
2011-09-15net/irda: sh_irda: add sh_irda_ prefix to all functionsKuninori Morimoto1-34/+34
2011-09-15tg3: Code movementMatt Carlson1-8/+9
2011-09-15tg3: Eliminate tg3_halt_cpu() prototypeMatt Carlson1-221/+222
2011-09-15tg3: Eliminate tg3_write_sig_post_reset() prototypeMatt Carlson1-230/+228
2011-09-15tg3: Eliminate tg3_stop_fw() prototypeMatt Carlson1-18/+16
2011-09-15tg3: Add ability to turn off 1shot MSIMatt Carlson1-2/+6
2011-09-15tg3: Remove tp->rx_offset term when unneededMatt Carlson1-2/+8
2011-09-15tg3: Fix missed MSI workaroundMatt Carlson1-3/+2
2011-09-15tg3: Check all adv bits when checking configMatt Carlson1-2/+4
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher31-0/+52
2011-09-15stmmac: update the doc with new info about the driver's debug (v3)Giuseppe CAVALLARO1-1/+32
2011-09-15stmmac: update the driver version (Aug_2011) (v3)Giuseppe CAVALLARO1-1/+1
2011-09-15stmmac: add HW DMA feature register (v3)Giuseppe CAVALLARO6-1/+174
2011-09-15stmmac: rework the code to get the Synopsys ID (v3)Giuseppe CAVALLARO4-5/+23
2011-09-15stmmac: export DMA TX/RX rings via debugfs (v3)Giuseppe CAVALLARO2-0/+112
2011-09-15stmmac: add MMC support exported via ethtool (v3)Giuseppe CAVALLARO8-22/+540
2011-09-15stmmac: support wake up irq from external sources (v3)Deepak Sikri3-3/+16
2011-09-15stmmac: remove the mmc code (v3)Giuseppe CAVALLARO4-28/+0
2011-09-15stmmac: remove the STBus bridge setting from the GMAC code (v3)Giuseppe CAVALLARO1-3/+0
2011-09-156LoWPAN: fix skb_copy callalex.bluesman.smirnov@gmail.com1-8/+9
2011-09-15br: remove redundant check and initJiri Pirko1-14/+12
2011-09-15mii: Remove references to DP83840 PHY in mii.hMark Einon1-3/+3
2011-09-15mii: Convert spaces to tabs in mii.hMark Einon1-106/+104
2011-09-15net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet1-2/+7
2011-09-15bna: Driver Version changed to 3.0.2.1Rasesh Mody1-1/+1
2011-09-15bna: SKB PCI UNMAP FixRasesh Mody1-27/+8
2011-09-15bna: TX Queue Depth FixRasesh Mody2-4/+8
2011-09-15bna: MBOX IRQ Flag Check after LockingRasesh Mody1-7/+11
2011-09-15bna: Async Mode Tx Rx Init FixRasesh Mody3-7/+27