aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-16ethtool: Make struct ethtool_rxnfc kernel-doc more self-consistentBen Hutchings1-12/+11
2011-09-16vxge: make function table conststephen hemminger4-17/+20
2011-09-16bna: make function tables contstephen hemminger5-43/+36
2011-09-16pcnet32: constify function tablestephen hemminger1-101/+101
2011-09-16wan: make LAPB callbacks conststephen hemminger6-28/+28
2011-09-16ipv6: 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-16MAINTAINERS: update ath6klKalle Valo1-6/+8
2011-09-16mac80211: fix endian issues and comments for BAR failure handlingFelix Fietkau1-6/+8
2011-09-16ath9k: do not insert padding into tx buffers on AR9380+Felix Fietkau1-19/+37
2011-09-16ath9k: optimize ath_tx_rc_status usageFelix Fietkau1-16/+13
2011-09-16ath9k: remove a redundant check in ath_tx_form_aggrFelix Fietkau1-2/+1
2011-09-16ath9k: optimize ath9k_ps_restoreFelix Fietkau1-6/+11
2011-09-16ath9k_hw: remove the old tx descriptor APIFelix Fietkau6-472/+0
2011-09-16ath9k: use the new API for setting tx descriptorsFelix Fietkau3-160/+122
2011-09-16ath9k_hw: add a new API for setting tx descriptorsFelix Fietkau5-1/+275
2011-09-16ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdescFelix Fietkau1-2/+1
2011-09-16ath9k: call ath9k_hw_set_desc_link for beacon descriptorsFelix Fietkau1-0/+1
2011-09-16ath9k: move ath_buf_set_rate to remove a forward declarationFelix Fietkau1-142/+141
2011-09-16ath9k: reduce the number of functions that access the tx descriptorFelix Fietkau2-35/+57
2011-09-16ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flagsFelix Fietkau4-29/+13
2011-09-16ath9k: ensure that rx is not enabled during a resetFelix Fietkau2-4/+5
2011-09-16ath9k: make beacon timer initialization more reliableFelix Fietkau1-0/+1
2011-09-16ath9k: fix enabling interrupts after a hardware error interruptFelix Fietkau1-4/+5
2011-09-16ath9k: Fix PS wrappers and enabling LEDMohammed Shafi Shajakhan1-2/+2
2011-09-16ath9k: enable LED pin for AR946/8x chipsetsMohammed Shafi Shajakhan2-0/+3
2011-09-16ath9k_hw: Do full chip reset on 11A channels for AR9003Rajkumar Manoharan1-3/+5
2011-09-16ath9k_hw: move register definitions to header filesSenthil Balasubramanian2-26/+25
2011-09-16ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian7-36/+362
2011-09-16ath9k_hw: Split tx/rx gain table initval handlingSenthil Balasubramanian1-180/+210
2011-09-16ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.Senthil Balasubramanian6-18/+3883
2011-09-16nl80211/cfg80211/mac80211: fix wme docsEliad Peller3-2/+11
2011-09-16Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xxJohn W. Linville6-29/+103
2011-09-16Merge git://github.com/Jkirsher/net-nextDavid S. Miller7-580/+341
2011-09-16Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless-nextDavid S. Miller100-6378/+7670
2011-09-16Merge branch 'master' of ../netdev-next/David S. Miller20-91/+81
2011-09-15ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck2-95/+97
2011-09-15ixgbe: cleanup configuration of EITRSEL and VF reset pathAlexander Duyck1-12/+13
2011-09-15ixgbe: cleanup reset pathsAlexander Duyck4-83/+43
2011-09-15ixgbe: Update TXDCTL configuration to correctly handle WTHRESHAlexander Duyck1-17/+18
2011-09-15ixgbe: combine PCI_VDEVICE and board declaration to same lineAlexander Duyck1-53/+26
2011-09-15ixgbe: Drop unnecessary adapter->hw dereference in loopback test setupAlexander Duyck1-9/+9
2011-09-15ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesAlexander Duyck1-54/+34
2011-09-15ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAAlexander Duyck1-4/+4
2011-09-15ixgbe: cleanup allocation and freeing of IRQ affinity hintAlexander Duyck1-40/+36