summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-12-12airport: remove useless return in a function returning voidPavel Roskin1-1/+1
2008-12-12mac80211: integrate sta_notify_ps cmds into sta_notifyChristian Lamparter2-14/+8
2008-12-12p54usb: rewriting rx/tx routines to make use of usb_anchor's facilitiesChristian Lamparter2-50/+102
2008-12-12ath9k: BH shouldn't be enabled when hardirqs are disabled.Senthil Balasubramanian1-2/+3
2008-12-12ath9k: remove fragmentation workaround againJohannes Berg1-6/+0
2008-12-12iwlwifi: fix build error (iwl-rx.c).Rami Rosen1-1/+2
2008-12-12ath9k: avoid rx frames with corrupted descriptor.Senthil Balasubramanian2-2/+9
2008-12-12ath9k: Incorrect band enum causes invalid antenna configuration.Senthil Balasubramanian3-3/+8
2008-12-12ath9k: Adding support for Atheros AR9285 chipset.Senthil Balasubramanian8-332/+1826
2008-12-12ath9k: Adding initvalues for Atheros AR9285 chipset.Senthil Balasubramanian1-0/+1363
2008-12-12ath9k: Adding AR9285 chipset register information.Senthil Balasubramanian1-1/+108
2008-12-12ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith2-94/+72
2008-12-12ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIVSujith3-22/+2
2008-12-12ath9k: Add a debugfs file to show interrupt statisticsSujith3-0/+159
2008-12-12ath9k: Maintain rate table choice after associationSujith6-13/+12
2008-12-12ath9k: Fix bug in rate table managementSujith2-4/+6
2008-12-12ath9k: Disable staggered Beacon frame schedulingJouni Malinen1-1/+1
2008-12-12ath9k: Free Beacon skbs in AP modeJouni Malinen1-0/+1
2008-12-12iwlwifi: cleanup (remove pm_state)Rami Rosen2-6/+0
2008-12-12iwlwifi: use rmb/wmb to protect indirect mmio operationZhu, Yi2-0/+10
2008-12-12iwlwifi: iwl_poll_{direct_}bit cleanupZhu, Yi9-60/+30
2008-12-12iwlwifi: fix "MAC in deep sleep" errorZhu, Yi1-3/+3
2008-12-12iwlwifi: fix time interval misuse in iwl_poll_{direct_}bitZhu, Yi3-5/+5
2008-12-12iwl3945: Fix rate scale for B-mode connectionAbbas, Mohamed3-16/+39
2008-12-12iwlwifi: implement iwl_debug_report_frame for iwlagnHalperin, Daniel C3-105/+31
2008-12-12rtl8187: Improve wireless statistics for RTL8187Larry Finger1-34/+15
2008-12-12net: Add support for the KS8695 ethernet devices.Daniel Silverstone4-0/+1792
2008-12-12tc35815: Enable StripCRC featureAtsushi Nemoto1-8/+12
2008-12-12smsc9420: SMSC LAN9420 10/100 PCI ethernet adapterSteve Glendinning4-0/+1900
2008-12-12igb: fixup AER with proper error handlingJeff Kirsher1-3/+17
2008-12-11smsc911x: add dynamic bus configurationSteve Glendinning2-80/+79
2008-12-10ixgbe: Implement PCIe AER supportPeter P Waskiewicz Jr2-8/+34
2008-12-10igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck3-14/+10
2008-12-10igb: update handling of RCTL for smaller buffer sizesAlexander Duyck1-18/+14
2008-12-10bonding: turn all bond_parm_tbls constHolger Eitzenberger2-10/+10
2008-12-10bonding: make tbl argument to bond_parse_parm() constHolger Eitzenberger2-2/+2
2008-12-10bonding: remove duplicate declarationsHolger Eitzenberger1-7/+0
2008-12-10bonding: use pr_debug instead of own macrosHolger Eitzenberger6-98/+82
2008-12-10bonding: fix compile error if debug enabledHolger Eitzenberger1-1/+1
2008-12-10bonding: use table for mode namesHolger Eitzenberger1-17/+13
2008-12-10bonding: add and use bond_is_lb()Holger Eitzenberger2-20/+15
2008-12-10phy: Add LSI ET1011C PHY driverChaithrika U S3-0/+119
2008-12-09myri10ge: check fragmentation in LRO get_frag_header()Brice Goglin1-0/+2
2008-12-09hydra: fix compilationAlexey Dobriyan1-1/+1
2008-12-08netdevice: Kill netdev->privWang Chen12-17/+19
2008-12-07net: Fix incorrect use of loose in spider_net.cNick Andrew1-1/+1
2008-12-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-11/+81
2008-12-06tty: driverdata and discdata are void *Alan Cox2-10/+10
2008-12-06tty: Flags should be accessed via the foo_bit interfacesAlan Cox4-19/+15
2008-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller62-1677/+2469