index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-21
mac80211: Fix a warning on changing to monitor mode from STA
Mohammed Shafi Shajakhan
1
-0
/
+3
2012-02-21
mac80211: zero initialize count field in ieee80211_tx_rate
Mohammed Shafi Shajakhan
1
-1
/
+1
2012-02-15
mac80211: do not call rate control .tx_status before .rate_init
Felix Fietkau
1
-1
/
+1
2012-02-15
mac80211: call rate control only after init
Johannes Berg
4
-3
/
+6
2012-02-10
mac80211: Fix a rwlock bad magic bug
Mohammed Shafi Shajakhan
1
-2
/
+2
2012-02-02
mac80211: timeout a single frame in the rx reorder buffer
Eliad Peller
1
-1
/
+1
2012-01-24
mac80211: set bss_conf.idle when vif is connected
Eliad Peller
1
-0
/
+1
2012-01-24
mac80211: update oper_channel on ibss join
Eliad Peller
1
-0
/
+1
2012-01-18
mac80211: fix work removal on deauth request
Johannes Berg
1
-11
/
+27
2012-01-18
mac80211: Use the right headroom size for mesh mgmt frames
Javier Cardona
2
-6
/
+6
2012-01-18
mac80211: fix debugfs key->station symlink
Johannes Berg
1
-3
/
+4
2012-01-17
mac80211: Fix possible race between sta_unblock and network softirq
Helmut Schaa
1
-2
/
+4
2012-01-17
mac80211: fix tx->skb NULL pointer dereference
Yoni Divinsky
3
-9
/
+22
2012-01-17
Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding()
Jesper Juhl
1
-0
/
+1
2012-01-13
mac80211: fix no-op authorized transitions
Johannes Berg
1
-1
/
+1
2012-01-13
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
4
-7
/
+7
2012-01-12
mac80211: fix rx->key NULL pointer dereference in promiscuous mode
Stanislaw Gruszka
1
-1
/
+1
2012-01-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
7
-52
/
+19
2012-01-04
mac80211: remove dead code
Mohammed Shafi Shajakhan
2
-19
/
+0
2012-01-04
mac80211: Call driver commands after drv_start in mac80211 restart code
Yogesh Ashok Powar
1
-10
/
+9
2012-01-04
mac80211: use RCU read locks for sta_info_get
Mohammed Shafi Shajakhan
1
-0
/
+2
2012-01-04
mac80211: fix kernel panic in IBSS due to a regression
Mohammed Shafi Shajakhan
1
-1
/
+4
2012-01-04
mac80211: fix scan state machine
Mohammed Shafi Shajakhan
1
-1
/
+1
2012-01-04
mac80211: always clear SDATA_STATE_OFFCHANNEL flag
Eliad Peller
1
-1
/
+3
2012-01-04
mac80211: Remove superfluous ieee80211_rx_h_remove_qos_control
Helmut Schaa
1
-20
/
+0
2012-01-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-5
/
+111
2011-12-22
mac80211: Keep skb->piority for relayed frames in AP mode
Helmut Schaa
1
-1
/
+6
2011-12-22
mac80211: ibss should not purge clients it is not responsible for
Marek Lindner
1
-0
/
+3
2011-12-20
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2
-3
/
+3
2011-12-20
mac80211: Fixing sparse warning at sta_info.c
Yogesh Ashok Powar
1
-2
/
+7
2011-12-19
mac80211: handle SMPS action frames
Johannes Berg
1
-0
/
+58
2011-12-19
cfg80211: Return beacon loss count in station
Paul Stewart
3
-1
/
+13
2011-12-19
mac80211: split addba retries in time
Nikolay Martynov
2
-1
/
+24
2011-12-15
mac80211: Fix power save in change interface
Mohammed Shafi Shajakhan
1
-0
/
+1
2011-12-15
mac80211: remove an unnecessary paraenthesis
Mohammed Shafi Shajakhan
1
-1
/
+1
2011-12-15
mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames
Helmut Schaa
4
-8
/
+17
2011-12-15
mac80211: reduce station management complexity
Johannes Berg
3
-203
/
+63
2011-12-15
mac80211: delay IBSS station insertion
Johannes Berg
4
-57
/
+140
2011-12-15
mac80211: make address arguments to sta_info_alloc const
Johannes Berg
2
-2
/
+2
2011-12-15
mac80211: count authorized stations per BSS
Johannes Berg
4
-16
/
+20
2011-12-15
mac80211: refactor station state transitions
Johannes Berg
8
-30
/
+172
2011-12-15
mac80211: use station mutex in configuration
Johannes Berg
1
-6
/
+6
2011-12-15
mac80211: remove duplicate TDLS peer verification
Johannes Berg
1
-14
/
+0
2011-12-15
cfg80211: validate nl80211 station handling better
Johannes Berg
1
-0
/
+8
2011-12-14
mac80211: free skb on error path of ieee80211_ibss_join()
Simon Wunderlich
1
-0
/
+1
2011-12-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-45
/
+41
2011-12-14
mac80211: don't check sdata_running in vif notifier
Eliad Peller
1
-4
/
+1
2011-12-14
mac80211: configure BSS_CHANGED_ARP_FILTER on reconfiguration
Eliad Peller
1
-1
/
+2
2011-12-14
mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.
Dmitry TARNYAGIN
1
-3
/
+3
2011-12-14
mac80211: Make use of ieee80211_is_* functions in tx status path
Helmut Schaa
1
-10
/
+5
[next]