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
/
ieee80211.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-11
[MAC80211]: make userspace-mlme a per-interface setting
Johannes Berg
1
-1
/
+1
2007-10-11
[MAC80211]: remove management interface
Johannes Berg
1
-180
/
+1
2007-10-11
[MAC80211]: add "invalid" interface type
Johannes Berg
1
-0
/
+4
2007-10-11
[MAC80211]: Check open_count before calling config callback.
Michael Buesch
1
-1
/
+1
2007-10-11
[PATCH] mac80211: remove generic IE for AP interfaces
Johannes Berg
1
-4
/
+0
2007-10-11
[PATCH] mac80211: fix iff_promiscs, iff_allmultis race
Johannes Berg
1
-6
/
+6
2007-10-11
[PATCH] mac80211: fix vlan bug
Johannes Berg
1
-0
/
+7
2007-10-11
[PATCH] mac80211: fix interface initialisation and deinitialisation
Johannes Berg
1
-3
/
+16
2007-10-11
[PATCH] mac80211: fix virtual interface locking
Johannes Berg
1
-31
/
+25
2007-10-11
[PATCH] mac80211: validate VLAN interfaces better
Johannes Berg
1
-7
/
+47
2007-10-11
[PATCH] mac80211: revamp interface and filter configuration
Johannes Berg
1
-219
/
+141
2007-10-11
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-2
/
+10
2007-10-11
[NET]: Wrap hard_header_parse
Stephen Hemminger
1
-1
/
+1
2007-10-11
[MAC80211]: rename ieee80211_cfg.h to cfg.h
Michael Wu
1
-1
/
+1
2007-10-11
[MAC80211]: print out wiphy name instead of master device
Johannes Berg
1
-7
/
+7
2007-10-11
[MAC80211]: remove key threshold stuff
Johannes Berg
1
-35
/
+0
2007-10-11
[MAC80211]: Add support for setting TX power and radio status
Michael Buesch
1
-1
/
+6
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-2
/
+3
2007-10-11
[MAC80211]: use internal network device stats
Stephen Hemminger
1
-22
/
+4
2007-10-11
[MAC80211]: remove turbo modes
Johannes Berg
1
-5
/
+1
2007-10-11
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-0
/
+1
2007-10-11
[MAC80211]: rework key handling
Johannes Berg
1
-1
/
+5
2007-10-11
[MAC80211]: embed key conf in key, fix driver interface
Johannes Berg
1
-2
/
+3
2007-10-11
[MAC80211]: Remove bitfields from struct ieee80211_sub_if_data
Jiri Slaby
1
-16
/
+14
2007-10-11
[MAC80211]: Remove bitfields from struct ieee80211_if_sta
Jiri Slaby
1
-1
/
+1
2007-10-11
[MAC80211]: Remove bitfields from struct ieee80211_tx_packet_data
Jiri Slaby
1
-4
/
+9
2007-10-11
[MAC80211]: remove unused ioctls (1)
Johannes Berg
1
-42
/
+0
2007-10-11
[MAC80211]: remove radar stuff
Johannes Berg
1
-28
/
+0
2007-10-11
[MAC80211]: avoid copying packets to interfaces that are down
Johannes Berg
1
-0
/
+9
2007-10-11
[MAC80211]: fix add_interface monitor mode behaviour
Johannes Berg
1
-1
/
+4
2007-10-11
[MAC80211]: implement ERP info change notifications
Daniel Drake
1
-1
/
+24
2007-10-11
[MAC80211]: STA reassociation improvements
Daniel Drake
1
-0
/
+13
2007-10-11
[MAC80211]: improve locking of sta_info related structures
Michael Wu
1
-3
/
+3
2007-10-11
[MAC80211]: introduce util.c
Johannes Berg
1
-437
/
+0
2007-10-11
[MAC80211]: reorder interface related functions
Johannes Berg
1
-606
/
+599
2007-10-11
[MAC80211]: move some rate control functions out of ieee80211.c
Johannes Berg
1
-41
/
+0
2007-10-11
[MAC80211]: split out some key functions from ieee80211.c
Johannes Berg
1
-56
/
+0
2007-10-11
[MAC80211]: remove some unnecessary includes
Johannes Berg
1
-4
/
+0
2007-10-11
[MAC80211]: split TX path into own file
Johannes Berg
1
-1845
/
+0
2007-10-11
[MAC80211]: split RX handlers into own file
Johannes Berg
1
-1365
/
+8
2007-09-26
[PATCH] mac80211: fix initialisation when built-in
Johannes Berg
1
-1
/
+1
2007-08-15
[PATCH] mac80211: fix tx status frame code
Johannes Berg
1
-1
/
+0
2007-08-06
[PATCH] mac80211: missing dev_put in ieee80211_master_start_xmit
Daniel Drake
1
-0
/
+1
2007-07-19
[PATCH] mac80211: fix GCC warning on 64bit platforms
Jiri Benc
1
-2
/
+2
2007-07-18
[PATCH] mac80211: regulatory domain cleanup
Daniel Drake
1
-1
/
+2
2007-07-13
[PATCH] mac80211: improved 802.11g CTS protection
Daniel Drake
1
-3
/
+2
2007-07-13
[PATCH] mac80211: clarify some mac80211 things
Johannes Berg
1
-17
/
+12
2007-07-13
[PATCH] mac80211: kill rate control ioctls
Johannes Berg
1
-2
/
+0
2007-07-13
[PATCH] mac80211: separate monitor/subif_start_xmit
Johannes Berg
1
-48
/
+53
2007-07-13
[PATCH] mac80211: remove ieee80211_set_aid_for_sta
Johannes Berg
1
-28
/
+0
[next]