index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
wireless
/
reg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-12
wireless: allow 40 MHz on world roaming channels 12/13
Johannes Berg
1
-3
/
+2
2012-10-18
cfg80211: fix initialization of chan->max_reg_power
Felix Fietkau
1
-2
/
+3
2012-09-30
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-24
/
+15
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+9
2012-09-25
cfg80211: Fix regulatory check for 60GHz band frequencies
Vladimir Kondratiev
1
-5
/
+14
2012-09-19
cfg80211: fix possible circular lock on reg_regdb_search()
Luis R. Rodriguez
1
-3
/
+9
2012-09-18
wireless: remove unreachable code
Alan Cox
1
-19
/
+1
2012-09-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+18
2012-09-06
Merge remote-tracking branch 'mac80211/master' into mac80211-next
Johannes Berg
1
-1
/
+18
2012-09-05
cfg80211: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-4
/
+2
2012-08-02
cfg80211: Clear "beacon_found" on regulatory restore
Paul Stewart
1
-0
/
+1
2012-08-02
cfg80211: add channel flag to prohibit OFDM operation
Seth Forshee
1
-0
/
+2
2012-07-30
Merge remote-tracking branch 'wireless/master' into mac80211
Johannes Berg
1
-17
/
+120
2012-07-25
wireless: reg: restore previous behaviour of chan->max_power calculations
Stanislaw Gruszka
1
-1
/
+15
2012-07-18
cfg80211: Fix mutex locking in reg_last_request_cell_base
Mohammed Shafi Shajakhan
1
-1
/
+3
2012-07-17
cfg80211: remove regulatory_update()
Luis R. Rodriguez
1
-10
/
+2
2012-07-17
cfg80211: make regulatory_update() static
Luis R. Rodriguez
1
-2
/
+4
2012-07-17
cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()
Luis R. Rodriguez
1
-1
/
+1
2012-07-17
cfg80211: add cellular base station regulatory hint support
Luis R. Rodriguez
1
-6
/
+107
2012-07-17
cfg80211: fix set_regdom() to cancel requests with same alpha2
Kalle Valo
1
-1
/
+4
2012-07-02
wireless: regulatory for 60g
Vladimir Kondratiev
1
-1
/
+4
2012-06-13
cfg80211: fix potential deadlock in regulatory
Eliad Peller
1
-1
/
+1
2012-04-10
cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDB
Luis R. Rodriguez
1
-0
/
+10
2012-01-24
wireless: Save original maximum regulatory transmission power for the calucat...
Hong Wu
1
-17
/
+2
2012-01-04
cfg80211: relicense reg.c reg.h and genregdb.awk to ISC
Luis R. Rodriguez
1
-4
/
+13
2012-01-04
cfg80211: replace reg.c Nokia commit 269ac5
Luis R. Rodriguez
1
-3
/
+3
2012-01-04
cfg80211: replace reg.c Nokia commit c4c32294
Luis R. Rodriguez
1
-6
/
+6
2012-01-04
wireless: Protect regdomain change by mutex
Dmitry Shmidt
1
-1
/
+4
2011-12-16
cfg80211: Restore orig channel values upon disconnect
Rajkumar Manoharan
1
-0
/
+26
2011-12-16
cfg80211: allow following country IE power for custom regdom cards
Luis R. Rodriguez
1
-4
/
+16
2011-12-14
cfg80211: notify core hints that helps to restore regd settings
Rajkumar Manoharan
1
-2
/
+14
2011-12-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-14
/
+34
2011-11-30
cfg80211: amend regulatory NULL dereference fix
Luis R. Rodriguez
1
-2
/
+4
2011-11-30
cfg80211: fix race on init and driver registration
Luis R. Rodriguez
1
-16
/
+27
2011-11-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
1
-0
/
+2
2011-11-22
cfg80211: pass DFS region to drivers through reg_notifier()
Luis R. Rodriguez
1
-0
/
+2
2011-11-22
cfg80211: process regulatory DFS region for countries
Luis R. Rodriguez
1
-0
/
+37
2011-11-21
cfg80211: fix regulatory NULL dereference
Johannes Berg
1
-0
/
+4
2011-11-09
cfg80211: fix bug on regulatory core exit on access to last_request
Luis R. Rodriguez
1
-0
/
+3
2011-11-01
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-11-01
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
Paul Gortmaker
1
-0
/
+1
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-0
/
+1
2011-09-16
wireless: Reset beacon_found while updating regulatory
Rajkumar Manoharan
1
-0
/
+1
2011-09-14
cfg80211: reorder code to obsolete forward declaration
Sven Neumann
1
-11
/
+8
2011-09-14
cfg80211: hold reg_mutex when updating regulatory
Sven Neumann
1
-2
/
+15
2011-09-13
cfg80211: print bandwidth in chan_reg_rule_print_dbg()
Pavel Roskin
1
-1
/
+2
2011-08-09
cfg80211: Update REG_DBG_PRINT macro and uses
Joe Perches
1
-8
/
+6
2011-07-27
wireless: fix a typo in ignore_reg_update
Mihai Moldovan
1
-1
/
+1
2011-07-27
cfg80211: really ignore the regulatory request
Sven Neumann
1
-2
/
+3
2011-05-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+0
[next]