summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-12-22stmmac: add the experimental PCI supportGiuseppe CAVALLARO9-290/+612
2011-12-22net: ethernet: xilinx: Don't use NO_IRQ in xilinxMichal Simek2-2/+2
2011-12-20qeth: recovery through asynchronous deliveryEinar Lueck2-5/+34
2011-12-20qeth: improve recovery during resource shortageFrank Blaschka1-2/+9
2011-12-20netiucv: allow multiple interfaces to same peerUrsula Braun1-82/+135
2011-12-20qeth: forbid recovery during shutdownUrsula Braun2-0/+2
2011-12-20qeth: suspicious rcu_dereference_check in recoveryUrsula Braun1-4/+3
2011-12-20macvtap: Fix macvtap_get_queue to use rxhash firstKrishna Kumar1-8/+8
2011-12-20mlx4_en: FIX: Setting default_qpn before using itYevgeny Petrilin1-1/+1
2011-12-20module_param: make bool parameters really bool (net & drivers/net)Rusty Russell30-38/+39
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell50-259/+259
2011-12-20phy: Micrel KS8995MA 5-ports 10/100 managed Ethernet switch support addedFrederic LAMBERT3-0/+380
2011-12-20de4x5/PCI: use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-7/+2
2011-12-20sunhme/PCI: use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-7/+2
2011-12-20tg3: Make the RSS indir tbl admin configurableMatt Carlson1-7/+101
2011-12-20bnx2: Update driver to use new mips firmware.Michael Chan1-4/+4
2011-12-20be2net: Fix INTx processing for LancerPadmanabh Ratnakar1-1/+9
2011-12-20myri10ge: Fix typo of 'VMware' in comment.Vinson Lee1-1/+1
2011-12-19mlx4: Fixing wrong error codes in communication channelYevgeny Petrilin1-32/+56
2011-12-19mlx4: not using spin_lock_irq when getting vf by resource.Yevgeny Petrilin1-2/+2
2011-12-19mlx4_en: nullify cached multicast address list after cleanupAlexander Guller1-0/+2
2011-12-19mlx4_core: Changing link sensing logicYevgeny Petrilin3-16/+38
2011-12-19mlx4: capability for link sensingYevgeny Petrilin1-2/+8
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville123-3241/+3301
2011-12-17wimax/i2400m: remove an unused variableDan Carpenter1-5/+2
2011-12-17be2net: Add support for Skyhawk cardsAjit Khaparde2-0/+6
2011-12-17mlx4: Fix compile error when driver is comiled-inJoerg Roedel1-2/+2
2011-12-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller3-11/+4
2011-12-16sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GROBen Hutchings1-5/+2
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings4-4/+7
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings4-81/+55
2011-12-16ath9k: Support RSN MeshChun-Yeow Yeoh1-1/+2
2011-12-16mac80211_hwsim: fix wmediumd_pidJohannes Berg1-11/+10
2011-12-16ath9k_hw: remove ATH9K_HW_CAP_CSTMohammed Shafi Shajakhan2-20/+17
2011-12-16ath9k: validate for non-zero BSSIDMohammed Shafi Shajakhan1-0/+1
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-21/+25
2011-12-15b43: N-PHY: check for bustype before touching BCMA CC PLLsRafał Miłecki1-50/+61
2011-12-15brcm80211: smac: precendence bug in wlc_phy_attach()Dan Carpenter1-2/+2
2011-12-15ath9k: add DFS radar pulse processingZefir Kurtisi8-0/+425
2011-12-15ath9k_hw: add DFS testing checkZefir Kurtisi3-0/+37
2011-12-15ath: add a debug level for DFSZefir Kurtisi1-0/+2
2011-12-15brcmsmac: Replace kmalloc/memset with kzallocLarry Finger1-3/+1
2011-12-15ath: document ATH_DBG_MCILuis R. Rodriguez1-0/+3
2011-12-15ath9k: avoid retransmitting aggregation frames that a BAR was sent forFelix Fietkau2-3/+25
2011-12-15ath9k: simplify tx lockingFelix Fietkau1-34/+5
2011-12-15ath9k: remove bogus sequence number incrementFelix Fietkau1-4/+0
2011-12-15ath9k: reduce indentation level in a few placesFelix Fietkau1-65/+60
2011-12-15ath9k: reduce the number of unnecessary BAR tx packetsFelix Fietkau4-23/+37
2011-12-15ath9k: change maximum software retransmission handlingFelix Fietkau2-4/+13
2011-12-15tg3: Break out RSS indir table init and assignmentMatt Carlson2-23/+37