summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CCID3]: Move NULL-protection into functionGerrit Renker2007-10-102-31/+24
* [DCCP]: Send Reset upon Sync in state REQUESTGerrit Renker2007-10-101-5/+3
* [BLUETOOTH]: Make hidp_setup_input() return intWANG Cong2007-10-101-4/+7
* [TCP] MIB: Count FRTO's successfully detected spurious RTOsIlpo Järvinen2007-10-103-0/+3
* [TCP]: Reordered ACK's (old) SACKs not included to discarded MIBIlpo Järvinen2007-10-101-1/+6
* [TCP]: Re-place highest_sack check to a more robust positionIlpo Järvinen2007-10-101-4/+4
* [DCCP]: Parameter renamingGerrit Renker2007-10-101-4/+6
* [DCCP]: Fix Reset/Sync-Flood BugGerrit Renker2007-10-101-3/+11
* [DCCP]: Shorten variable names in dccp_check_seqnoGerrit Renker2007-10-101-23/+17
* [DCCP]: Simplify interface of dccp_sample_rttGerrit Renker2007-10-103-34/+19
* [DCCP]: Provide 10s of microsecond timesourceGerrit Renker2007-10-104-1/+26
* [DCCP]: Reuse ktime_get_real() calls againGerrit Renker2007-10-101-23/+16
* [MAC80211]: rename ieee80211_cfg.h to cfg.hMichael Wu2007-10-103-5/+5
* [MAC80211]: kill vlan_idJohannes Berg2007-10-102-3/+0
* [MAC80211]: kill IE parse typedefJohannes Berg2007-10-101-4/+3
* [MAC80211]: rename ieee80211_cfg.c to cfg.cJohannes Berg2007-10-102-1/+1
* [MAC80211]: print out wiphy name instead of master deviceJohannes Berg2007-10-106-17/+19
* [MAC80211]: remove tx info sw_retry_attempt memberJohannes Berg2007-10-101-3/+0
* [MAC80211]: fix warnings introduced by the doc patchesJohannes Berg2007-10-101-0/+6
* [MAC80211]: yet more documentationJohannes Berg2007-10-101-49/+149
* [MAC80211]: remove IEEE80211_CONF_SSID_HIDDENJohannes Berg2007-10-101-2/+1
* [MAC80211]: remove key threshold stuffJohannes Berg2007-10-108-68/+3
* [MAC80211]: allow drivers to indicate failed FCS/PLCP checksumJohannes Berg2007-10-102-3/+35
* [LIBERTAS]: fix oops on the blackfin architectureVladimir Davydov2007-10-101-3/+5
* [LIBERTAS]: fix oops on the blackfin architectureVladimir Davydov2007-10-101-2/+4
* [LIBERTAS]: fix interrupts in CF driverRyan Mallon2007-10-101-14/+19
* [LIBERTAS]: set dnld_sent correctly for CF partsRyan Mallon2007-10-101-1/+2
* [B43LEGACY]: Change the hardware radio enable logic and cleanup codeLarry Finger2007-10-104-34/+25
* [B43LEGACY]: Support for turning the radio off from software.Larry Finger2007-10-104-19/+61
* [B43]: Support for turning the radio off from software.Michael Buesch2007-10-103-13/+63
* [B43]: Remove the "radio hw enabled" message on startup.Michael Buesch2007-10-101-3/+3
* [MAC80211]: Add support for setting TX power and radio statusMichael Buesch2007-10-102-2/+39
* [IEEE80211]: Fix softmac lockdep reports.Johannes Berg2007-10-107-17/+25
* [B43]: Change loglevel of radio-enable message.Michael Buesch2007-10-103-29/+26
* [SSB]: Sparse fixes.Michael Buesch2007-10-103-9/+10
* [SSB]: Use ioreadX() and iowriteX() for PCI.Michael Buesch2007-10-101-4/+4
* [B43]: Don't lock irq_lock in debugfs txpower adjustMichael Buesch2007-10-101-14/+5
* [P54PCI]: terminate pci tableAndrew Morton2007-10-101-0/+1
* [ZD1211RD]: add USB id for Telegent TG54USB WLAN adapterUlrich Kunitz2007-10-101-0/+1
* [BCM43XX]: Change radio hardware switch status printk from debug to regularLarry Finger2007-10-102-3/+3
* [ZD1211RW]: Don't needlessly initialize variable to NULL in zd_chipJesper Juhl2007-10-101-1/+1
* [NET]: note that NETIF_F_LLTX is deprecatedChristian Borntraeger2007-10-102-2/+4
* [IWLWIFI]: remove per-file CFLAGS for IWL defineZhu Yi2007-10-107-6/+12
* [NET_SCHED]: explict hold dev tx lockJamal Hadi Salim2007-10-101-17/+2
* [NET]: Dynamically allocate the loopback device, part 2.Daniel Lezcano2007-10-101-28/+44
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-1016-53/+55
* [NL80211]: add netlink interface to cfg80211Johannes Berg2007-10-1010-9/+762
* [TCP]: Minor coding style fixup.David S. Miller2007-10-101-2/+4
* [TCP]: Avoid clearing sacktag hint in trivial situationsIlpo Järvinen2007-10-103-11/+21
* [TCP]: Enable SACK enhanced FRTO (RFC4138) by defaultIlpo Järvinen2007-10-101-1/+1