index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-27
cfg80211: Remove default dynamic PS timeout value
Juuso Oikarinen
1
-1
/
+2
2010-04-27
mac80211: Determine dynamic PS timeout based on ps-qos network latency
Juuso Oikarinen
3
-2
/
+25
2010-04-27
mac80211: implement ap isolation support
Felix Fietkau
1
-0
/
+7
2010-04-27
cfg80211: add ap isolation support
Felix Fietkau
1
-0
/
+4
2010-04-27
mac80211: fix handling of 4-address-mode in ieee80211_change_iface
Felix Fietkau
1
-4
/
+3
2010-04-26
mac80211: Fix sta->last_tx_rate setting with no-op rate control devices
Juuso Oikarinen
1
-0
/
+7
2010-04-20
mac80211: Fix ieee80211_sta_conn_mon_timer with hw connection monitoring
Juuso Oikarinen
1
-0
/
+5
2010-04-20
mac80211: sample survey implementation for mac80211 & hwsim
Holger Schurig
2
-0
/
+21
2010-04-20
ath9k: Group Key fix for VAPs
Daniel Yingqiang Ma
1
-0
/
+1
2010-04-19
mac80211: add missing newline
Johannes Berg
1
-1
/
+1
2010-04-19
mac80211: Prevent running sta_cleanup timer unnecessarily
Juuso Oikarinen
2
-3
/
+17
2010-04-19
mac80211: fix stopping RX BA session from timer
Johannes Berg
1
-5
/
+13
2010-04-16
cfg80211: Avoid sending IWEVASSOCREQIE and IWEVASSOCRESPIE events with NULL e...
Nishant Sarmukadam
1
-6
/
+10
2010-04-09
mac80211: check whether scan is in progress before queueing scan_work
Teemu Paasikivi
1
-1
/
+6
2010-04-09
mac80211: fix typo for LDPC capability
Luis R. Rodriguez
1
-1
/
+1
2010-04-09
mac80211: delay skb linearising in rx decryption
Zhu Yi
1
-7
/
+9
2010-04-08
mac80211: enhance tracing
Johannes Berg
8
-4
/
+303
2010-04-08
mac80211: Moved mesh action codes to a more visible location
Javier Cardona
5
-10
/
+8
2010-04-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
46
-320
/
+432
2010-04-07
mac80211: fix paged RX crypto
Johannes Berg
1
-4
/
+6
2010-04-07
mac80211: fix some RX aggregation locking
Johannes Berg
1
-4
/
+15
2010-04-07
mac80211: clean up/fix aggregation code
Johannes Berg
5
-87
/
+40
2010-04-07
mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BA
Johannes Berg
5
-7
/
+7
2010-04-07
mac80211: remove ieee80211_sta_stop_rx_ba_session
Johannes Berg
4
-28
/
+5
2010-04-07
mac80211: remove irq disabling for sta lock
Johannes Berg
1
-3
/
+2
2010-04-07
mac80211: fix station destruction problem
Johannes Berg
1
-6
/
+9
2010-04-07
cfg80211: Add local-state-change-only auth/deauth/disassoc
Jouni Malinen
5
-33
/
+78
2010-04-06
mac80211: Fix robust management frame handling (MFP)
Jouni Malinen
1
-1
/
+2
2010-04-06
mac80211: annotate station rcu dereferences
Johannes Berg
2
-6
/
+18
2010-04-06
mac80211: Handle mesh action frames in ieee80211_rx_h_action
Javier Cardona
2
-3
/
+5
2010-03-31
mac80211: Fix drop_unencrypted for MFP with hwaccel
Jouni Malinen
1
-4
/
+7
2010-03-31
nl80211: reenable station del for mesh
Marco Porsch
1
-1
/
+2
2010-03-31
mac80211: Fix dropping of unprotected robust multicast frames
Jouni Malinen
1
-2
/
+1
2010-03-31
mac80211: Fix BIP to be used only with group-addressed frames
Jouni Malinen
1
-0
/
+2
2010-03-31
mac80211: Send deauth/disassoc prior to dropping STA entry
Jouni Malinen
1
-9
/
+14
2010-03-31
mac80211: Track Beacon signal strength and implement cqm events
Jouni Malinen
4
-3
/
+82
2010-03-31
mac80211: enable QoS explicitly in AP mode
Stanislaw Gruszka
1
-0
/
+4
2010-03-31
mac80211: explicitly disable/enable QoS
Stanislaw Gruszka
2
-1
/
+13
2010-03-31
mac80211: support paged rx SKBs
Zhu Yi
2
-10
/
+50
2010-03-31
wireless: remove trailing space in messages
Frans Pop
2
-5
/
+5
2010-03-30
mac80211: move netdev queue enabling to correct spot
Johannes Berg
2
-6
/
+12
2010-03-30
mac80211: fix PREQ processing and one small bug
Porsch, Marco
1
-2
/
+2
2010-03-30
mac80211: correct typos in "unavailable upon resume" warning
John W. Linville
1
-3
/
+3
2010-03-30
wireless: convert reg_regdb_search_lock to mutex
John W. Linville
1
-7
/
+5
2010-03-24
mac80211: remove unneed variable from ieee80211_tx_pending()
Dan Carpenter
1
-2
/
+0
2010-03-24
mac80211: Add support for connection quality monitoring
Juuso Oikarinen
2
-0
/
+42
2010-03-24
cfg80211: Add connection quality monitoring support to nl80211
Juuso Oikarinen
3
-0
/
+150
2010-03-23
mac80211: Add support for connection monitor in hardware
Juuso Oikarinen
3
-10
/
+60
2010-03-23
net/wireless/wext-core.c: Use IW_EVENT_IDX macro
Joe Perches
1
-11
/
+11
2010-03-23
net/wireless/wext_core.c: Use IW_IOCTL_IDX macro
Joe Perches
1
-56
/
+56
[next]