Age | Commit message (Expand) | Author | Files | Lines |
2006-01-31 | [PATCH] ipw2200: increase ipw2200 driver version | Zhu Yi | 1 | -1/+1 |
2006-01-31 | [PATCH] ipw2200: Fix qos_cmd param switch bug | Zhu Yi | 1 | -4/+4 |
2006-01-31 | [PATCH] ipw2200: stack reduction | Zhu Yi | 2 | -164/+91 |
2006-01-31 | [PATCH] ipw2200: Scale firmware loading watchdog with the firmware size | Zhu Yi | 1 | -51/+63 |
2006-01-31 | [PATCH] ipw2200: add module parameter to enable/disable roaming | Zhu Yi | 1 | -3/+7 |
2006-01-31 | [PATCH] ipw2200: Make LED blinking frequency independent of HZ | Zhu Yi | 1 | -3/+3 |
2006-01-31 | [PATCH] ipw2200: use jiffies_to_msec() wherever possible | Zhu Yi | 2 | -14/+17 |
2006-01-31 | [PATCH] ipw2200: Bluetooth coexistence support | Zhu Yi | 2 | -15/+40 |
2006-01-31 | [PATCH] ipw2200: Add LEAP authentication algorithm support | Zhu Yi | 2 | -9/+16 |
2006-01-31 | [PATCH] ipw2200: Mask out the WEP_KEY command dump from debug log for securit... | Zhu Yi | 1 | -1/+8 |
2006-01-31 | [PATCH] ipw2200: Fix indirect SRAM/register 8/16-bit write routines | Zhu Yi | 2 | -23/+76 |
2006-01-31 | [PATCH] increase ipw2100 driver version to git-1.1.4 | Zhu Yi | 1 | -1/+1 |
2006-01-31 | [PATCH] ipw2100: remove white space and better format the code | Zhu Yi | 1 | -2/+2 |
2006-01-31 | [PATCH] ipw2100: Add generic geo information | Zhu Yi | 1 | -0/+19 |
2006-01-31 | [PATCH] ipw2100: Make iwconfig txpower setting consistent with user input | Zhu Yi | 1 | -3/+4 |
2006-01-31 | [PATCH] ipw2100: Add LEAP authentication algorithm support | Zhu Yi | 2 | -5/+13 |
2006-01-31 | [PATCH] ieee80211: trivial fix for misplaced ()'s | Denis Vlasenko | 1 | -1/+1 |
2006-01-31 | [PATCH] drivers/net/wireless/ipw2200: possible cleanups | Adrian Bunk | 2 | -17/+20 |
2006-01-31 | [PATCH] drivers/net/wireless/ipw2100.c: make ipw2100_wpa_assoc_frame() static | Adrian Bunk | 1 | -2/+2 |
2006-01-31 | [PATCH] AIRO{,_CS} <-> CRYPTO fixes | Adrian Bunk | 2 | -54/+5 |
2006-01-31 | [PATCH] net/: fix the WIRELESS_EXT abuse | Adrian Bunk | 9 | -31/+17 |
2006-01-31 | Merge branch 'upstream-fixes' | John W. Linville | 4 | -28/+34 |
2006-01-31 | [PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configuration | Adrian Bunk | 1 | -1/+1 |
2006-01-31 | [PATCH] Typo corrections for ieee80211 | Larry Finger | 1 | -2/+2 |
2006-01-31 | [PATCH] ipw2200: Fix a variable referenced after kfree() bug | Zhu Yi | 1 | -1/+1 |
2006-01-31 | [PATCH] ipw2200: Fix sw_reset doesn't clear the static essid problem | Zhu Yi | 1 | -0/+4 |
2006-01-31 | [PATCH] ipw2200: Fix "iwspy ethx off" causes kernel panic | Zhu Yi | 1 | -1/+0 |
2006-01-31 | [PATCH] ipw2100: Fix setting txpower failed problem | Zhu Yi | 1 | -13/+14 |
2006-01-31 | [PATCH] ipw2100: Fix a gcc compile warning | Zhu Yi | 1 | -10/+12 |
2006-01-28 | [PATCH] ieee80211: Add 802.11h information element parsing | Zhu Yi | 1 | -6/+103 |
2006-01-28 | [PATCH] ieee80211: Add helpers for IBSS DFS handling | Zhu Yi | 1 | -0/+18 |
2006-01-28 | [PATCH] ieee80211: Add 802.11h data type and structures | Zhu Yi | 2 | -4/+166 |
2006-01-28 | [PATCH] ieee80211: Add TKIP crypt->build_iv | Zhu Yi | 5 | -32/+41 |
2006-01-28 | [PATCH] ieee80211: TIM information element parsing | Zhu Yi | 1 | -1/+4 |
2006-01-28 | [PATCH] ieee80211: kmalloc+memset -> kzalloc cleanups | Zhu Yi | 1 | -2/+1 |
2006-01-28 | [PATCH] ieee80211: Add spectrum management information | Zhu Yi | 1 | -2/+29 |
2006-01-28 | [PATCH] ieee80211: add flags for all geo channels | Zhu Yi | 1 | -1/+38 |
2006-01-28 | [PATCH] ieee80211: Add LEAP authentication type | Zhu Yi | 1 | -0/+1 |
2006-01-28 | [PATCH] ieee80211: Log if netif_rx() drops the packet | Zhu Yi | 2 | -7/+13 |
2006-01-28 | [PATCH] WEP fields are incorrectly shown to be INSIDE snap in the doc | Denis Vlasenko | 1 | -13/+13 |
2006-01-28 | [PATCH] ieee80211: Fix A band min and max channel definitions | Zhu Yi | 1 | -2/+2 |
2006-01-28 | [PATCH] ieee80211: Fix iwlist scan can only show about 20 APs | Zhu Yi | 1 | -2/+10 |
2006-01-28 | [PATCH] ieee80211: Fix problem with not decrypting broadcast packets | Zhu Yi | 1 | -5/+17 |
2006-01-28 | [PATCH] orinoco_cs: tweak Vcc debugging messages | Valdis.Kletnieks@vt.edu | 1 | -2/+2 |
2006-01-20 | [SPARC64]: Use compat_sys_futimesat in 32-bit syscall table. | David S. Miller | 1 | -1/+1 |
2006-01-20 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 12 | -85/+156 |
2006-01-20 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 17 | -422/+186 |
2006-01-20 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 15 | -147/+196 |
2006-01-20 | [PATCH] Fix regression added by ppoll/pselect code. | David S. Miller | 1 | -2/+2 |
2006-01-20 | [NETFILTER] x_tables: Make XT_ALIGN align as strictly as necessary. | David S. Miller | 1 | -1/+1 |