index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
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-08
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-07
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
2010-03-19
rename new rfkill sysfs knobs
florian@mickler.org
1
-27
/
+8
2010-03-16
mac80211: (really) fix rates setup on IBSS merge
Bruno Randolf
1
-8
/
+8
2010-03-16
Revert "mac80211: fix rates setup on IBSS merge"
John W. Linville
1
-3
/
+0
2010-03-15
mac80211: optimize tx status processing
Felix Fietkau
1
-7
/
+7
2010-03-11
minstrel: make the rate control ops reusable from another rc implementation
Felix Fietkau
3
-4
/
+10
2010-03-11
minstrel: simplify and fix debugfs code
Felix Fietkau
2
-29
/
+11
2010-03-11
mac80211: give warning if building w/out rate ctrl algorithm
Andres Salomon
1
-0
/
+9
2010-03-11
enhance sysfs rfkill interface
florian@mickler.org
1
-0
/
+58
2010-03-11
mac80211: Fix memory leak in ieee80211_if_write()
Eric Dumazet
1
-3
/
+7
2010-03-11
mac80211: Fix (dynamic) power save entry
Juuso Oikarinen
1
-5
/
+8
2010-03-11
mac80211: Fix sta_mtx unlocking on insert STA failure path
Jouni Malinen
1
-0
/
+1
2010-03-09
mac80211: use different MAC addresses for virtual interfaces
Johannes Berg
1
-2
/
+114
[next]