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
starfive-6.6.48-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
/
sta_info.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-27
mac80211: fix aggregation for hardware with ampdu queues
Johannes Berg
1
-2
/
+13
2009-02-13
mac80211: fix aggregation timer lockups
Johannes Berg
1
-4
/
+33
2008-12-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2008-12-05
mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()
Shaddy Baddah
1
-1
/
+1
2008-11-01
mac80211: minor code cleanups
Johannes Berg
1
-2
/
+2
2008-10-28
mac80211: convert to %pM away from print_mac
Johannes Berg
1
-21
/
+12
2008-10-15
mac80211: fix debugfs lockup
Johannes Berg
1
-1
/
+6
2008-09-25
mac80211: clean up rate control API
Johannes Berg
1
-12
/
+5
2008-09-16
mac80211: share STA information with driver
Johannes Berg
1
-23
/
+36
2008-09-16
mac80211: use nl80211 interface types
Johannes Berg
1
-2
/
+2
2008-09-16
mac80211: move ieee80211_sta_expire
Johannes Berg
1
-1
/
+27
2008-07-14
mac80211: make master netdev handling sane
Johannes Berg
1
-8
/
+21
2008-07-08
mac80211: fix lots of kernel-doc
Randy Dunlap
1
-0
/
+1
2008-07-02
mac80211: rework debug settings and make debugging safer
Johannes Berg
1
-0
/
+2
2008-06-27
mac80211: use separate spinlock for sta flags
Johannes Berg
1
-0
/
+1
2008-05-22
mac80211: use multi-queue master netdevice
Johannes Berg
1
-1
/
+1
2008-05-22
mac80211: move TX info into skb->cb
Johannes Berg
1
-3
/
+3
2008-05-15
mac80211: proper STA info locking
Johannes Berg
1
-9
/
+5
2008-05-07
mac80211: QoS related cleanups
Johannes Berg
1
-1
/
+1
2008-04-09
mac80211: rename files
Johannes Berg
1
-1
/
+1
2008-04-09
mac80211: fix key vs. sta locking problems
Johannes Berg
1
-26
/
+22
2008-04-09
mac80211: fix sta-info pinning
Johannes Berg
1
-32
/
+32
2008-04-09
mac80211: fix defined but not used
Jiri Slaby
1
-30
/
+30
2008-04-09
mac80211: fix possible sta-debugfs work lockup
Johannes Berg
1
-6
/
+23
2008-04-02
mac80211: fix spinlock recursion on sta expiration
Luis Carlos Cobo
1
-1
/
+1
2008-04-02
mac80211: sta_info_flush() fixes
Johannes Berg
1
-0
/
+70
2008-04-02
mac80211: clean up sta_info_destroy() users wrt. RCU/locking
Johannes Berg
1
-14
/
+19
2008-04-02
mac80211: automatically free sta struct when insertion fails
Johannes Berg
1
-23
/
+57
2008-04-02
mac80211: fix sta_info_destroy(NULL)
Johannes Berg
1
-3
/
+5
2008-03-27
mac80211: A-MPDU MLME use dynamic allocation
Ron Rindjunsky
1
-14
/
+16
2008-03-07
mac80211: fix mesh_path and sta_info get_by_idx functions
Luis Carlos Cobo
1
-2
/
+3
2008-03-07
mac80211: add PLINK_ prefix and kernel doc to enum plink_state
Luis Carlos Cobo
1
-1
/
+1
2008-03-06
mac80211: fix sta_info mesh timer bug
Johannes Berg
1
-8
/
+25
2008-03-06
mac80211: add documentation book
Johannes Berg
1
-8
/
+8
2008-03-06
mac80211: remove STA entries when taking down interface
Johannes Berg
1
-2
/
+12
2008-03-06
mac80211: split sta_info_add
Johannes Berg
1
-22
/
+50
2008-03-06
mac80211: RCU-ify STA info structure access
Johannes Berg
1
-147
/
+240
2008-03-06
mac80211: clean up mesh code
Johannes Berg
1
-11
/
+2
2008-03-06
mac80211: mesh data structures and first mesh changes
Luis Carlos Cobo
1
-3
/
+39
2008-02-29
mac80211: split ieee80211_key_alloc/free
Johannes Berg
1
-1
/
+1
2008-02-29
mac80211: atomically check whether STA exists already
Johannes Berg
1
-11
/
+27
2008-02-29
mac80211: consolidate TIM handling code
Johannes Berg
1
-26
/
+61
2008-02-29
mac80211: remove sta TIM flag, fix expiry TIM handling
Johannes Berg
1
-10
/
+18
2008-02-29
mac80211: invoke set_tim() callback after setting own TIM info
Johannes Berg
1
-2
/
+2
2008-02-29
cfg80211 API for channels/bitrates, mac80211 and driver conversion
Johannes Berg
1
-24
/
+0
2008-02-29
mac80211: A-MPDU Tx MLME data initialization
Ron Rindjunsky
1
-1
/
+12
2008-01-29
mac80211: move interface type to vif structure
Johannes Berg
1
-2
/
+2
2008-01-29
mac80211: dont use interface indices in drivers
Johannes Berg
1
-6
/
+21
2008-01-29
mac80211: A-MPDU Rx MLME data initialization
Ron Rindjunsky
1
-0
/
+14
2008-01-29
mac80211: A-MPDU Rx adding basic functionality
Ron Rindjunsky
1
-0
/
+3
[next]