Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
bd02cc01d342b43618c86e25552150f7a7e09080
/
drivers
/
net
/
wireless
/
rndis_wlan.c
1ccea77
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
by Thomas Gleixner
· 6 years ago
d442af2
rndis_wlan: use struct_size() helper
by Gustavo A. R. Silva
· 6 years ago
22d0d2f
wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute types
by Omer Efrat
· 7 years ago
ae636fb
rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()
by Dan Carpenter
· 7 years ago
cec3819
Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 8 years ago
29ce6ec
cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()
by Avraham Stern
· 8 years ago
9dc7efd
rndis_wlan: add return value validation
by Pan Bian
· 8 years ago
028f43b
Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 8 years ago
818a986
cfg80211: move add/change interface monitor flags into params
by Johannes Berg
· 8 years ago
c8b5d12
net: usbnet: support 64bit stats
by Greg Ungerer
· 8 years ago
bee427b
cfg80211: Pass new RSSI level in CQM RSSI notification
by Andrzej Zaborowski
· 8 years ago
1d76250
nl80211: support beacon report scanning
by Avraham Stern
· 9 years ago
57fbcce
cfg80211: remove enum ieee80211_band
by Johannes Berg
· 9 years ago
7e724da6
rndis_wlan: fix checking for default value
by Andrzej Hajda
· 9 years ago
9d1dabf
Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 10 years ago
80279fb
cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnect
by Johannes Berg
· 10 years ago
e3958e9
rndis_wlan: harmless issue calling set_bit()
by Dan Carpenter
· 10 years ago
93803b3
wireless: Use eth_<foo>_addr instead of memset
by Joe Perches
· 10 years ago
319090b
cfg80211: remove enum station_info_flags
by Johannes Berg
· 10 years ago
5bc8c1f
cfg80211: allow passing frame type to cfg80211_inform_bss()
by Johannes Berg
· 10 years ago
3b3a016
cfg80211: constify MAC addresses in cfg80211 ops
by Johannes Berg
· 11 years ago
3a11af8
rndis_wlan: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}
by Zhao, Gang
· 11 years ago
fe94f3a
cfg80211: fix channel configuration in IBSS join
by Antonio Quartulli
· 11 years ago
c8bf40a
wireless: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
3676915
drivers/net/wireless: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
e6146c5
rndis_wlan: update email address
by Jussi Kivilinna
· 12 years ago
cd3d03d
rndis_wlan: Remove redundant NULL check before kfree
by Syam Sidhardhan
· 12 years ago
98d5fac
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
5b112d3
cfg80211: pass wiphy to cfg80211_ref_bss/put_bss
by Johannes Berg
· 12 years ago
0d2e7a5
wireless: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
683b6d3
cfg80211: pass a channel definition struct
by Johannes Berg
· 12 years ago
c844211
cfg80211: allow per interface TX power setting
by Johannes Berg
· 12 years ago
c115443
rndis_wlan: remove pointless check from rndis_scan()
by Wei Yongjun
· 12 years ago
60f53cf
rndis_wlan: Fix potential memory leak in update_pmkid()
by Alexey Khoroshilov
· 12 years ago
fd01428
nl80211: move scan API to wdev
by Johannes Berg
· 13 years ago
b0fd49b
rndis_wlan: fix matching bssid check in rndis_check_bssid_list()
by Jussi Kivilinna
· 13 years ago
28f3d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
a481991
Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
a0d0d16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by John W. Linville
· 13 years ago
e1f12eb
USB: Disable hub-initiated LPM for comms devices.
by Sarah Sharp
· 13 years ago
68c7a1c
rndis_wlan: remove set_channel cfg80211 hook
by Johannes Berg
· 13 years ago
470f16c
rndis_wlan: cleanup: change oid from __le32 to u32 in various places
by Jussi Kivilinna
· 13 years ago
117599e
rndis_wlan: cleanup: byteswap data from device instead of RNDIS_* defines
by Jussi Kivilinna
· 13 years ago
4cc6c4d
usb/net: rndis: merge duplicate 802_* OIDs
by Linus Walleij
· 13 years ago
8cdddc3
usb/net: rndis: eliminate first set of duplicate OIDs
by Linus Walleij
· 13 years ago
7591157
usb/net: rndis: break out <linux/rndis.h> defines
by Linus Walleij
· 13 years ago
7390e8b0
usb/net: rndis: inline the cpu_to_le32() macro
by Linus Walleij
· 13 years ago
2e42e47
drivers/net: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
461bc26
rndis_wlan: use u8 for key indexes
by Jussi Kivilinna
· 13 years ago
f096ce6
rndis_wlan: use RNDIS_WLAN_NUM_KEYS for all key index checks
by Jussi Kivilinna
· 13 years ago
f808e4a
rndis_wlan: fix le16/le32_to_cpu mix up with config.beacon_period
by Jussi Kivilinna
· 13 years ago
e4e02da
rndis_wlan: prevent integer overflow in indication()
by Dan Carpenter
· 13 years ago
551d6fe
rndis_wlan: make some variables unsigned
by Dan Carpenter
· 13 years ago
b26e3950
rndis_wlan: remove unneeded variables
by Dan Carpenter
· 13 years ago
41eedf3
rndis_wlan: integer overflows in rndis_wlan_do_link_up_work()
by Dan Carpenter
· 13 years ago
7affca3
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
a7cf534
rndis_wlan: remove unused macro
by Jussi Kivilinna
· 13 years ago
1c70687
rndis_wlan: add reporting of PMKSA candidate events
by Jussi Kivilinna
· 13 years ago
30fd907
rndis_wlan: add missing __packed
by Jussi Kivilinna
· 13 years ago
6f104a0
rndis_wlan: pass channel info to cfg80211_roamed()
by Jussi Kivilinna
· 13 years ago
cb82a66
rndis_wlan: split getting current channel to separate function
by Jussi Kivilinna
· 13 years ago
d632eb1
USB: convert drivers/net/* to use module_usb_driver()
by Greg Kroah-Hartman
· 13 years ago
a64e2e2
rndis_wlan: release BSS structures returned by cfg80211_inform_bss()
by Jussi Kivilinna
· 13 years ago
ec3cbb9
rndis_wlan: add range check in del_key()
by Dan Carpenter
· 13 years ago
b38d355
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
029111e
rndis_wlan: remove wireless extensions inclusions
by Johannes Berg
· 14 years ago
ed9d010
cfg80211: Use consistent BSS matching between scan and sme
by Jouni Malinen
· 14 years ago
63453c0
rndis_wlan: use power save only for BCM4320b
by Jussi Kivilinna
· 14 years ago
40d70dd
rndis_wlan: add support for set_power_mgmt
by Jussi Kivilinna
· 14 years ago
49b35bd
rndis_wlan: add support for set_cqm_rssi_config
by Jussi Kivilinna
· 14 years ago
a3463a1
rndis_wlan: remove unused variable from priv structure
by Jussi Kivilinna
· 14 years ago
c2aa413
rndis_wlan: constify rndis_config_ops
by Jussi Kivilinna
· 14 years ago
21b27be
rndis_wlan: turn radio off before interface is bring up
by Jussi Kivilinna
· 14 years ago
0b57802
rndis_wlan: do not set default_key if not WEP key
by Jussi Kivilinna
· 14 years ago
bfe3850
rndis_wlan: scanning, workaround device returning incorrect bssid-list item count.
by Jussi Kivilinna
· 14 years ago
dbd2fd6
cfg80211/nl80211: separate unicast/multicast default TX keys
by Johannes Berg
· 14 years ago
22288a5
rndis_wlan: Use static const
by Joe Perches
· 14 years ago
458fafd
rndis_wlan: avoid uninitialized var warning in rndis_wlan_craft_connected_bss
by John W. Linville
· 14 years ago
5cb56af
rndis_wlan: workaround poor scanning with BCM4320a
by Jussi Kivilinna
· 14 years ago
b5257c9
rndis_wlan: workaround device not returning bss for currently connected AP
by Jussi Kivilinna
· 14 years ago
e31b821
cfg80211/mac80211: allow per-station GTKs
by Johannes Berg
· 14 years ago
05318bc
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
fa61cf7
cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units
by Juuso Oikarinen
· 15 years ago
14599f1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
ba2d358
drivers/net: use __packed annotation
by Eric Dumazet
· 15 years ago
3d1ca47
rndis_wlan: increase assocbuf size and validate association info offsets from driver
by Jussi Kivilinna
· 15 years ago
b6411fc
rndis_wlan: replace wireless_send_event with cfg80211_disconnected
by Jussi Kivilinna
· 15 years ago
cc75589
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
f444de0
cfg80211/mac80211: better channel handling
by Johannes Berg
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0f2df9e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge
by John W. Linville
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
33e2bf6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
5a7d058
rndis_wlan: Implement cfg80211 PMKSA API
by Jussi Kivilinna
· 15 years ago
0308383
rndis_wlan: get max_num_pmkids from device
by Jussi Kivilinna
· 15 years ago
ea29d65
rndis_wlan: remove unused variables from priv structure
by Jussi Kivilinna
· 15 years ago
80f8c5b
rndis_wlan: copy only useful data from rndis_command respond
by Jussi Kivilinna
· 15 years ago
12c3400
rndis_wlan: correct multicast_list handling V3
by Jiri Pirko
· 15 years ago
Next »