Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5fe231e873729fa2f57cdc417d5c1f80871e2d7d
/
net
/
wireless
/
reg.c
5fe231e
cfg80211: vastly simplify locking
by Johannes Berg
· 12 years ago
990de49
wireless: regulatory: fix channel disabling race condition
by Johannes Berg
· 12 years ago
8ab9d85
regulatory: allow VHT channels in world roaming
by Johannes Berg
· 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
c7a6ee2
cfg80211: allow drivers to selectively disable 80/160 MHz
by Johannes Berg
· 12 years ago
04f3904
nl80211/cfg80211: add radar detection command/event
by Simon Wunderlich
· 12 years ago
b7566fc
cfg80211: Fix memory leak
by Larry Finger
· 12 years ago
4205e6e
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
55b183a
wireless: fix regulatory HT40 allowed check
by Felix Fietkau
· 12 years ago
2d31986
regulatory: fix restore_regulatory_settings
by Johannes Berg
· 12 years ago
4a484cf
regulatory: fix uevent
by Johannes Berg
· 12 years ago
0f500a5
cfg80211: move world roaming check for beacon hints
by Luis R. Rodriguez
· 12 years ago
3195e48
cfg80211: move reg_is_world_roaming()
by Luis R. Rodriguez
· 12 years ago
3ebfa6e
cfg80211: do not process beacon hints if one is already queued
by Luis R. Rodriguez
· 12 years ago
361c9c8
regulatory: use IS_ERR macro family for freq_reg_info
by Johannes Berg
· 12 years ago
c492db3
regulatory: use RCU to protect last_request
by Johannes Berg
· 12 years ago
458f4f9
regulatory: use RCU to protect global and wiphy regdomains
by Johannes Berg
· 12 years ago
379b82f
regulatory: pass new regdomain to reset function
by Johannes Berg
· 12 years ago
fe7ef5e
regulatory: remove handling of channel bandwidth
by Johannes Berg
· 12 years ago
6913b49
regulatory: fix reg_is_valid_request handling
by Johannes Berg
· 12 years ago
540f6f2
regulatory: remove locking from wiphy_apply_custom_regulatory
by Johannes Berg
· 12 years ago
e8da2bb
regulatory: clarify locking rules and assertions
by Johannes Berg
· 12 years ago
5d885b9
regulatory: simplify freq_reg_info_regd
by Johannes Berg
· 12 years ago
0ba857a
regulatory: remove useless warning
by Johannes Berg
· 12 years ago
d4f2c88
regulatory: remove redundant isalpha() check
by Johannes Berg
· 12 years ago
11cff96
regulatory: simplify restore_regulatory_settings
by Johannes Berg
· 12 years ago
fdc9d7b
regulatory: remove BUG_ON
by Johannes Berg
· 12 years ago
f417376
cfg80211: remove wiphy_idx_valid
by Johannes Berg
· 12 years ago
2f92212
regulatory: use proper enum for return values
by Johannes Berg
· 12 years ago
9027b14
regulatory: remove useless locking on exit
by Johannes Berg
· 12 years ago
1a91931
regulatory: code cleanup
by Johannes Berg
· 12 years ago
75e2dba
regulatory: simplify regulatory_hint_11d
by Johannes Berg
· 12 years ago
fea9bce
regulatory: don't test list before iterating
by Johannes Berg
· 12 years ago
e9763c3
regulatory: clean up reg_copy_regd()
by Johannes Berg
· 12 years ago
74f53cd
regulatory: clean up regdom_intersect
by Johannes Berg
· 12 years ago
82f2085
regulatory: don't allocate too much memory
by Johannes Berg
· 12 years ago
8a57fff
regulatory: don't write past array when intersecting rules
by Johannes Berg
· 12 years ago
8baf82b
CONFIG_HOTPLUG removal from networking core
by Greg KH
· 12 years ago
403e167
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
9caf036
cfg80211: fix BSS struct IE access races
by Johannes Berg
· 12 years ago
43c771a
wireless: allow 40 MHz on world roaming channels 12/13
by Johannes Berg
· 12 years ago
279f0f5
cfg80211: fix initialization of chan->max_reg_power
by Felix Fietkau
· 12 years ago
a248afd
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
64629b9
cfg80211: Fix regulatory check for 60GHz band frequencies
by Vladimir Kondratiev
· 12 years ago
a85d0d7
cfg80211: fix possible circular lock on reg_regdb_search()
by Luis R. Rodriguez
· 12 years ago
f3baed5
wireless: remove unreachable code
by Alan Cox
· 12 years ago
fac805f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
944b9e3
Merge remote-tracking branch 'mac80211/master' into mac80211-next
by Johannes Berg
· 12 years ago
00a9ac4
cfg80211: use list_move_tail instead of list_del/list_add_tail
by Wei Yongjun
· 12 years ago
899852a
cfg80211: Clear "beacon_found" on regulatory restore
by Paul Stewart
· 12 years ago
03f6b08
cfg80211: add channel flag to prohibit OFDM operation
by Seth Forshee
· 12 years ago
fcb0670
Merge remote-tracking branch 'wireless/master' into mac80211
by Johannes Berg
· 12 years ago
5e31fc0
wireless: reg: restore previous behaviour of chan->max_power calculations
by Stanislaw Gruszka
· 12 years ago
ebd0fd2
cfg80211: Fix mutex locking in reg_last_request_cell_base
by Mohammed Shafi Shajakhan
· 12 years ago
14cdf11
cfg80211: remove regulatory_update()
by Luis R. Rodriguez
· 12 years ago
f8a1c77
cfg80211: make regulatory_update() static
by Luis R. Rodriguez
· 12 years ago
bfead08
cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()
by Luis R. Rodriguez
· 12 years ago
57b5ce0
cfg80211: add cellular base station regulatory hint support
by Luis R. Rodriguez
· 12 years ago
9590853
cfg80211: fix set_regdom() to cancel requests with same alpha2
by Kalle Valo
· 12 years ago
90cdc6d
wireless: regulatory for 60g
by Vladimir Kondratiev
· 12 years ago
fe20b39
cfg80211: fix potential deadlock in regulatory
by Eliad Peller
· 12 years ago
80007ef
cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDB
by Luis R. Rodriguez
· 13 years ago
eccc068
wireless: Save original maximum regulatory transmission power for the calucation of the local maximum transmit power
by Hong Wu
· 13 years ago
3b77d5e
cfg80211: relicense reg.c reg.h and genregdb.awk to ISC
by Luis R. Rodriguez
· 13 years ago
6653325
cfg80211: replace reg.c Nokia commit 269ac5
by Luis R. Rodriguez
· 13 years ago
8848bef
cfg80211: replace reg.c Nokia commit c4c32294
by Luis R. Rodriguez
· 13 years ago
cee0bec
wireless: Protect regdomain change by mutex
by Dmitry Shmidt
· 13 years ago
5ce543d
cfg80211: Restore orig channel values upon disconnect
by Rajkumar Manoharan
· 13 years ago
061acaa
cfg80211: allow following country IE power for custom regdom cards
by Luis R. Rodriguez
· 13 years ago
4a38994
cfg80211: notify core hints that helps to restore regd settings
by Rajkumar Manoharan
· 13 years ago
d7a4858
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
0bac71a
cfg80211: amend regulatory NULL dereference fix
by Luis R. Rodriguez
· 13 years ago
a042994
cfg80211: fix race on init and driver registration
by Luis R. Rodriguez
· 13 years ago
515db09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by John W. Linville
· 13 years ago
b68e6b3
cfg80211: pass DFS region to drivers through reg_notifier()
by Luis R. Rodriguez
· 13 years ago
8b60b07
cfg80211: process regulatory DFS region for countries
by Luis R. Rodriguez
· 13 years ago
de3584b
cfg80211: fix regulatory NULL dereference
by Johannes Berg
· 13 years ago
58ebacc
cfg80211: fix bug on regulatory core exit on access to last_request
by Luis R. Rodriguez
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
d9b9384
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
by Paul Gortmaker
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
aa3d7ee
wireless: Reset beacon_found while updating regulatory
by Rajkumar Manoharan
· 13 years ago
d7549cb
cfg80211: reorder code to obsolete forward declaration
by Sven Neumann
· 13 years ago
eac03e3
cfg80211: hold reg_mutex when updating regulatory
by Sven Neumann
· 13 years ago
56e6786
cfg80211: print bandwidth in chan_reg_rule_print_dbg()
by Pavel Roskin
· 13 years ago
12c5ffb
cfg80211: Update REG_DBG_PRINT macro and uses
by Joe Perches
· 13 years ago
5bc91db
wireless: fix a typo in ignore_reg_update
by Mihai Moldovan
· 13 years ago
a203c2a
cfg80211: really ignore the regulatory request
by Sven Neumann
· 13 years ago
e00cf3b
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
· 13 years ago
6572e91
wireless: Fix warnings due to -Wunused-but-set-variable
by Rajkumar Manoharan
· 14 years ago
a70171d
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
· 14 years ago
c989bb1
cfg80211: fix regresion on reg user timeout
by Luis R. Rodriguez
· 14 years ago
252f4bf
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
· 14 years ago
a90c7a3
cfg80211: add a timer for invalid user reg hints
by Luis R. Rodriguez
· 14 years ago
1460955
cfg80211: fix regulatory restore upon user hints
by Luis R. Rodriguez
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
4d9d88d
net/wireless: add COUNTRY to to regulatory device uevent
by Scott James Remnant
· 14 years ago
59eb21a
cfg80211: Extend channel to frequency mapping for 802.11j
by Bruno Randolf
· 14 years ago
ff039c6
cfg80211: fix transposition of words in printk
by Bob Copeland
· 14 years ago
Next »