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
pinetabv-6.6.y-devel
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
/
drivers
/
net
/
wireless
/
hostap
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-22
[PATCH] hostap: new pcmcia IDs
Marcin Juszkiewicz
1
-0
/
+6
2006-05-17
[PATCH] unused exports in wireless drivers
Arjan van de Ven
3
-14
/
+0
2006-04-24
[PATCH] Fix crash on big-endian systems during scan
Pavel Roskin
1
-2
/
+2
2006-03-31
[PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present
Dominik Brodowski
1
-1
/
+1
2006-03-31
[PATCH] pcmcia: use bitfield instead of p_state and state
Dominik Brodowski
1
-32
/
+24
2006-03-31
[PATCH] pcmcia: add return value to _config() functions
Dominik Brodowski
1
-4
/
+8
2006-03-31
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
Dominik Brodowski
1
-43
/
+39
2006-03-31
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
Dominik Brodowski
1
-16
/
+4
2006-03-31
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
Dominik Brodowski
1
-12
/
+7
2006-03-31
[PATCH] pcmcia: default suspend and resume handling
Dominik Brodowski
1
-6
/
+0
2006-03-31
[PATCH] pcmcia: add pcmcia_disable_device
Dominik Brodowski
1
-10
/
+1
2006-03-27
[PATCH] hostap: Fix EAPOL frame encryption
Jouni Malinen
1
-1
/
+1
2006-03-27
[PATCH] hostap: Make hostap_tx_encrypt() static
Jouni Malinen
2
-6
/
+3
2006-03-24
[PATCH] hostap: Fix memory leak on PCI probe error path
Jouni Malinen
2
-5
/
+8
2006-03-24
[PATCH] hostap: Remove dead code (duplicated idx != 0)
Jouni Malinen
1
-4
/
+0
2006-03-24
[PATCH] hostap: Fix unlikely read overrun in CIS parsing
Jouni Malinen
1
-2
/
+2
2006-03-24
[PATCH] hostap: Fix double free in prism2_config() error path
Eugene Teo
1
-2
/
+0
2006-03-24
[PATCH] hostap: Fix ap_add_sta() return value verification
Adrian Bunk
1
-1
/
+1
2006-03-24
[PATCH] hostap: Fix hw reset after CMDCODE_ACCESS_WRITE timeout
Adrian Bunk
1
-4
/
+4
2006-03-01
[PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards
Pavel Roskin
1
-1
/
+4
2006-01-31
[PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configuration
Adrian Bunk
1
-1
/
+1
2006-01-17
[PATCH] hostap: don't #include C files in hostap_main.c
Adrian Bunk
13
-77
/
+119
2006-01-17
[PATCH] hostap: allow flashing firmware
Pavel Roskin
2
-13
/
+22
2006-01-15
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
2
-9
/
+9
2006-01-06
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...
Dominik Brodowski
1
-43
/
+12
2006-01-06
[PATCH] pcmcia: remove dev_list from drivers
Dominik Brodowski
1
-14
/
+1
2006-01-06
[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback
Dominik Brodowski
1
-23
/
+5
2006-01-06
[PATCH] pcmcia: new suspend core
Dominik Brodowski
1
-39
/
+49
2005-11-16
[PATCH] hostap: rename hostap.c to hostap_main.c
Adrian Bunk
2
-0
/
+1
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
4
-4
/
+0
2005-10-29
drivers/net: Remove pointless checks for NULL prior to calling kfree()
Jesper Juhl
1
-7
/
+2
2005-10-04
[PATCH] hostap: Unregister netdevs before freeing local data
Jouni Malinen
1
-10
/
+12
2005-10-04
[PATCH] hostap: Do not free local->hw_priv before unregistering netdev
Jouni Malinen
3
-14
/
+7
2005-10-04
[PATCH] hostap: Fix hostap_pci build with PRISM2_IO_DEBUG
Jouni Malinen
1
-0
/
+8
2005-10-04
[PATCH] hostap: Remove hw specific dev_open/close handlers
Jouni Malinen
5
-47
/
+10
2005-09-24
[PATCH] hostap: Remove iwe_stream_add_event kludge
Jean Tourrilhes
1
-12
/
+0
2005-09-24
[PATCH] hostap: Use GFP_ATOMIC to get rid of weird might_sleep issue
Jean Tourrilhes
1
-1
/
+1
2005-09-24
[PATCH] hostap: Add support for WE-19
Jean Tourrilhes
3
-6
/
+12
2005-09-24
[PATCH] hostap: Fix pci_driver name for hostap_plx and hostap_pci
Pavel Roskin
2
-2
/
+2
2005-09-22
[PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changes
James Ketrenos
2
-8
/
+8
2005-09-22
[PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes
James Ketrenos
4
-66
/
+66
2005-09-05
[PATCH] fix pm_message_t stuff in -mm tree
Pavel Machek
1
-1
/
+1
2005-09-02
[wireless hostap] automatically select ieee80211 dependency in Kconfig
Jeff Garzik
1
-0
/
+2
2005-09-01
[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()
Jouni Malinen
1
-7
/
+7
2005-08-29
[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()
Kalle Valo
1
-1
/
+1
2005-08-29
[PATCH] hostap: Fix hash values for product strings
Jouni Malinen
1
-1
/
+1
2005-08-29
[PATCH] hostap: Update version
Jouni Malinen
1
-1
/
+1
2005-08-26
hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix build
Jeff Garzik
3
-9
/
+9
2005-08-19
[PATCH] more-u32-vs-pm_message_t-fixes-6
Andrew Morton
1
-1
/
+1
2005-08-15
[PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones
Jouni Malinen
6
-67
/
+65
[next]