Age | Commit message (Expand) | Author | Files | Lines |
2007-10-11 | [CCID3]: Move NULL-protection into function | Gerrit Renker | 2 | -31/+24 |
2007-10-11 | [DCCP]: Send Reset upon Sync in state REQUEST | Gerrit Renker | 1 | -5/+3 |
2007-10-11 | [BLUETOOTH]: Make hidp_setup_input() return int | WANG Cong | 1 | -4/+7 |
2007-10-11 | [TCP] MIB: Count FRTO's successfully detected spurious RTOs | Ilpo Järvinen | 3 | -0/+3 |
2007-10-11 | [TCP]: Reordered ACK's (old) SACKs not included to discarded MIB | Ilpo Järvinen | 1 | -1/+6 |
2007-10-11 | [TCP]: Re-place highest_sack check to a more robust position | Ilpo Järvinen | 1 | -4/+4 |
2007-10-11 | [DCCP]: Parameter renaming | Gerrit Renker | 1 | -4/+6 |
2007-10-11 | [DCCP]: Fix Reset/Sync-Flood Bug | Gerrit Renker | 1 | -3/+11 |
2007-10-11 | [DCCP]: Shorten variable names in dccp_check_seqno | Gerrit Renker | 1 | -23/+17 |
2007-10-11 | [DCCP]: Simplify interface of dccp_sample_rtt | Gerrit Renker | 3 | -34/+19 |
2007-10-11 | [DCCP]: Provide 10s of microsecond timesource | Gerrit Renker | 4 | -1/+26 |
2007-10-11 | [DCCP]: Reuse ktime_get_real() calls again | Gerrit Renker | 1 | -23/+16 |
2007-10-11 | [MAC80211]: rename ieee80211_cfg.h to cfg.h | Michael Wu | 3 | -5/+5 |
2007-10-11 | [MAC80211]: kill vlan_id | Johannes Berg | 2 | -3/+0 |
2007-10-11 | [MAC80211]: kill IE parse typedef | Johannes Berg | 1 | -4/+3 |
2007-10-11 | [MAC80211]: rename ieee80211_cfg.c to cfg.c | Johannes Berg | 2 | -1/+1 |
2007-10-11 | [MAC80211]: print out wiphy name instead of master device | Johannes Berg | 6 | -17/+19 |
2007-10-11 | [MAC80211]: remove tx info sw_retry_attempt member | Johannes Berg | 1 | -3/+0 |
2007-10-11 | [MAC80211]: fix warnings introduced by the doc patches | Johannes Berg | 1 | -0/+6 |
2007-10-11 | [MAC80211]: yet more documentation | Johannes Berg | 1 | -49/+149 |
2007-10-11 | [MAC80211]: remove IEEE80211_CONF_SSID_HIDDEN | Johannes Berg | 1 | -2/+1 |
2007-10-11 | [MAC80211]: remove key threshold stuff | Johannes Berg | 8 | -68/+3 |
2007-10-11 | [MAC80211]: allow drivers to indicate failed FCS/PLCP checksum | Johannes Berg | 2 | -3/+35 |
2007-10-11 | [LIBERTAS]: fix oops on the blackfin architecture | Vladimir Davydov | 1 | -3/+5 |
2007-10-11 | [LIBERTAS]: fix oops on the blackfin architecture | Vladimir Davydov | 1 | -2/+4 |
2007-10-11 | [LIBERTAS]: fix interrupts in CF driver | Ryan Mallon | 1 | -14/+19 |
2007-10-11 | [LIBERTAS]: set dnld_sent correctly for CF parts | Ryan Mallon | 1 | -1/+2 |
2007-10-11 | [B43LEGACY]: Change the hardware radio enable logic and cleanup code | Larry Finger | 4 | -34/+25 |
2007-10-11 | [B43LEGACY]: Support for turning the radio off from software. | Larry Finger | 4 | -19/+61 |
2007-10-11 | [B43]: Support for turning the radio off from software. | Michael Buesch | 3 | -13/+63 |
2007-10-11 | [B43]: Remove the "radio hw enabled" message on startup. | Michael Buesch | 1 | -3/+3 |
2007-10-11 | [MAC80211]: Add support for setting TX power and radio status | Michael Buesch | 2 | -2/+39 |
2007-10-11 | [IEEE80211]: Fix softmac lockdep reports. | Johannes Berg | 7 | -17/+25 |
2007-10-11 | [B43]: Change loglevel of radio-enable message. | Michael Buesch | 3 | -29/+26 |
2007-10-11 | [SSB]: Sparse fixes. | Michael Buesch | 3 | -9/+10 |
2007-10-11 | [SSB]: Use ioreadX() and iowriteX() for PCI. | Michael Buesch | 1 | -4/+4 |
2007-10-11 | [B43]: Don't lock irq_lock in debugfs txpower adjust | Michael Buesch | 1 | -14/+5 |
2007-10-11 | [P54PCI]: terminate pci table | Andrew Morton | 1 | -0/+1 |
2007-10-11 | [ZD1211RD]: add USB id for Telegent TG54USB WLAN adapter | Ulrich Kunitz | 1 | -0/+1 |
2007-10-11 | [BCM43XX]: Change radio hardware switch status printk from debug to regular | Larry Finger | 2 | -3/+3 |
2007-10-11 | [ZD1211RW]: Don't needlessly initialize variable to NULL in zd_chip | Jesper Juhl | 1 | -1/+1 |
2007-10-11 | [NET]: note that NETIF_F_LLTX is deprecated | Christian Borntraeger | 2 | -2/+4 |
2007-10-11 | [IWLWIFI]: remove per-file CFLAGS for IWL define | Zhu Yi | 7 | -6/+12 |
2007-10-11 | [NET_SCHED]: explict hold dev tx lock | Jamal Hadi Salim | 1 | -17/+2 |
2007-10-11 | [NET]: Dynamically allocate the loopback device, part 2. | Daniel Lezcano | 1 | -28/+44 |
2007-10-11 | [NET]: Dynamically allocate the loopback device, part 1. | Daniel Lezcano | 16 | -53/+55 |
2007-10-11 | [NL80211]: add netlink interface to cfg80211 | Johannes Berg | 10 | -9/+762 |
2007-10-11 | [TCP]: Minor coding style fixup. | David S. Miller | 1 | -2/+4 |
2007-10-11 | [TCP]: Avoid clearing sacktag hint in trivial situations | Ilpo Järvinen | 3 | -11/+21 |
2007-10-11 | [TCP]: Enable SACK enhanced FRTO (RFC4138) by default | Ilpo Järvinen | 1 | -1/+1 |