summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg34-277/+427
2008-10-31airo: Kill directly reference of netdev->privWang Chen1-85/+86
2008-10-31ath5k: fix mesh point operationAndrey Yurovsky1-0/+6
2008-10-31ath5k: correct ath5k signal qualityLuis R. Rodriguez1-1/+11
2008-10-31ath9k: correct signal quality reportLuis R. Rodriguez1-2/+9
2008-10-31rtl8187: add short slot handling for 8187BHerton Ronaldo Krzesinski2-12/+41
2008-10-31rtl8187: adapt for deprecated IEEE80211_CONF_SHORT_SLOT_TIME flagHerton Ronaldo Krzesinski1-16/+30
2008-10-31Ath5k: add AP modeJiri Slaby1-25/+17
2008-10-31p54/rtl8187: fix up the seqno patchJohannes Berg2-2/+0
2008-10-31mac80211: rewrite HT handlingJohannes Berg10-88/+100
2008-10-31mac80211: make retry limits part of hw configJohannes Berg9-79/+61
2008-10-31iwl3945: fix station stuff in RC algorithmJohannes Berg1-4/+3
2008-10-31mac80211: provide sequence numbersJohannes Berg4-29/+9
2008-10-31p54: Move rx_mtu to struct bootrec_descLarry Finger2-2/+3
2008-10-31mac80211: introduce hw config change flagsJohannes Berg16-23/+35
2008-10-31mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg5-60/+12
2008-10-31802.11: clean up/fix HT supportJohannes Berg13-114/+110
2008-10-31p54: honour bss_info_changed's short slot time settingsChristian Lamparter2-7/+17
2008-10-31mac80211: use HWSIM_STA_MAGIC in hwsim_check_sta_magic() and hwsim_set_sta_ma...Rami Rosen1-2/+2
2008-10-31iwlwifi: refactor rxon time commandTomas Winkler3-55/+29
2008-10-31iwlwifi: take a valid antenna upon rate scale initTomas Winkler3-5/+20
2008-10-31iwlwifi: make initial calibration set configurableTomas Winkler5-35/+49
2008-10-31drivers: replace NIPQUAD()Harvey Harrison2-26/+24
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller34-186/+301
2008-10-31net: Really remove all of LOOPBACK_TSO code.David S. Miller1-9/+0
2008-10-30net: delete excess kernel-doc notationRandy Dunlap1-1/+0
2008-10-30Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller11-36/+99
2008-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller8-25/+17
2008-10-30pppoe: Fix socket leak.David S. Miller1-3/+3
2008-10-31gianfar: Don't reset TBI<->SerDes link if it's already upTrent Piepho1-0/+9
2008-10-31gianfar: Fix race in TBI/SerDes configurationTrent Piepho3-0/+31
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven12-25/+14
2008-10-31tc35815: Define more Rx status bitsAtsushi Nemoto1-2/+3
2008-10-31cxgb3 - enable lro control through ethtoolDivy Le Ray1-12/+57
2008-10-31e100: adapt to the reworked PCI PMRafael J. Wysocki1-6/+10
2008-10-31The overdue eepro100 removal.Adrian Bunk3-2414/+0
2008-10-31skge: adapt skge to use reworked PCI PMRafael J. Wysocki1-27/+11
2008-10-31at91_ether: request/free GPIO for PHY interruptDavid Brownell1-1/+5
2008-10-31amd8111e: fix dma_free_coherent contextChunbo Luo1-5/+4
2008-10-31atl1: fix vlan tag regressionJay Cliburn2-4/+5
2008-10-31SMC91x: delete unused local variable "lp"Mike Frysinger1-2/+0
2008-10-31myri10ge: fix stop/go mmio orderingBrice Goglin1-1/+3
2008-10-31bonding: fix panic when taking bond interface down before removing moduleAndy Gospodarek1-5/+8
2008-10-31bonding: Clean up resource leaksJay Vosburgh1-18/+31
2008-10-31bonding: fix miimon failure counterJay Vosburgh1-0/+3
2008-10-29net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison1-3/+1
2008-10-29macvlan: add support for ethtool get settingsStephen Hemminger1-0/+24
2008-10-29ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA modeBob Copeland1-3/+1
2008-10-29ath5k: Fix reset sequence for AR5212 in general and RF5111 in particularElias Oltmanns2-15/+9
2008-10-29rt2x00: Fix build error when mac80211=M rt2x00=YIvo van Doorn1-1/+1