aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly7-0/+19
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly4-42/+186
2009-02-15net: infrastructure for hardware time stampingPatrick Ohly3-3/+161
2009-02-15net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly26-0/+883
2009-02-15timecompare: generic infrastructure to map between two time basesPatrick Ohly3-1/+317
2009-02-15clocksource: allow usage independent of timekeeping.cPatrick Ohly2-0/+177
2009-02-14e1000e: Remove mutex_trylock and associated WARN on failure.dave graham1-16/+1
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison14-101/+101
2009-02-14rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison4-149/+143
2009-02-14tun: Fix merge errorHerbert Xu1-1/+1
2009-02-13Linux 2.6.29-rc5Linus Torvalds1-1/+1
2009-02-13ath9k: add udelay() for AR5416 on ath9k_hw_configpcipowersave()Luis R. Rodriguez1-2/+2
2009-02-13ath9k: add comments for ath9k_hw_configpcipowersave()Luis R. Rodriguez1-0/+35
2009-02-13iwlwifi: fix FAT channel config for 5000 seriesReinette Chatre3-6/+8
2009-02-13iwlwifi: drop PCIe workaround applicable for development boardsTomas Winkler1-10/+0
2009-02-13iwlwifi: use pci registers defined in pci_regs.hTomas Winkler8-48/+40
2009-02-13mac80211: split managed/ibss code a little moreJohannes Berg1-108/+146
2009-02-13mac80211: fix IBSS authJohannes Berg1-0/+1
2009-02-13mac80211: calculate wstats_flags on the flyJohannes Berg3-12/+18
2009-02-13mac80211: use cfg80211s BSS infrastructureJohannes Berg8-421/+117
2009-02-13cfg80211: add more flexible BSS lookupJohannes Berg2-3/+19
2009-02-13cfg80211: allow users to request removing a BSSJohannes Berg2-0/+32
2009-02-13cfg80211: free_priv for BSS infoJohannes Berg3-1/+5
2009-02-13mac80211: dont add BSS when creating IBSSJohannes Berg3-58/+60
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg21-383/+1546
2009-02-13mac80211: further cleanups to stopping BA sessionsJohannes Berg4-39/+44
2009-02-13mac80211: RX aggregation: clean up stop sessionJohannes Berg1-25/+32
2009-02-13mac80211: clean up BA session teardownJohannes Berg4-8/+7
2009-02-13mac80211: fix aggregation timer lockupsJohannes Berg3-6/+43
2009-02-13mac80211: fix race in TX aggregationJohannes Berg1-47/+48
2009-02-13mac80211: document TX aggregation (and small cleanup)Johannes Berg1-25/+51
2009-02-13mac80211: hardware should not deny going back to legacyJohannes Berg1-3/+2
2009-02-13mac80211: restrict aggregation to supported interface modesJohannes Berg4-3/+30
2009-02-13mac80211: restructure HT codeJohannes Berg5-857/+895
2009-02-13mac80211: fix RX aggregation timeoutsJohannes Berg4-12/+9
2009-02-13mac80211: remove stray aggregation debugfs definitionJohannes Berg1-1/+0
2009-02-13mac80211: remove bssid argument from prepare_for_handlersJohannes Berg1-4/+3
2009-02-13mac80211: fix beacon enable moreJohannes Berg1-2/+12
2009-02-13mac80211: reject extra IEs for probe request when hw_scanJohannes Berg1-3/+8
2009-02-13mac80211: properly validate/translate IW_AUTH_MFP valuesJohannes Berg1-3/+15
2009-02-13zd1211rw: honour enable_beacon confJohannes Berg1-3/+13
2009-02-13mac80211: disable IBSS beacon before joinJohannes Berg1-0/+2
2009-02-13zd1211rw: do not ratelimit no-opsJohannes Berg2-4/+8
2009-02-13mac80211: use ps-poll when dynamic power save mode is disabledKalle Valo3-3/+88
2009-02-13mac80211: remove multicast check from check_tim()Kalle Valo1-7/+4
2009-02-13orinoco: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-02-13ath5k: Storage class should be before const qualifierTobias Klauser1-2/+2
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith18-845/+841
2009-02-13ath9k: Cleanup EEPROM operationsSujith6-1492/+1453
2009-02-13ath9k: Add callbacks hooks for EEPROM operationsSujith1-0/+17