index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cfg80211: add an option to disable processing country IEs
Luis R. Rodriguez
2013-11-25
2
-0
/
+8
*
cfg80211: add flags to define country IE processing rules
Luis R. Rodriguez
2013-11-25
3
-18
/
+29
*
cfg80211: move regulatory flags to their own variable
Luis R. Rodriguez
2013-11-25
14
-88
/
+108
*
mac80211: use put_unaligned_le16 for precedence value in mesh
Chun-Yeow Yeoh
2013-11-25
2
-7
/
+2
*
mac80211_hwsim: claim CCK support for HT clients
Karl Beldan
2013-11-25
1
-1
/
+2
*
cfg80211: rename __set_regdom() to reg_set_rd_country_ie()
Luis R. Rodriguez
2013-11-25
1
-6
/
+5
*
cfg80211: set driver regulatory updates on its own
Luis R. Rodriguez
2013-11-25
1
-67
/
+56
*
cfg80211: set user regulatory updates on its own
Luis R. Rodriguez
2013-11-25
1
-0
/
+35
*
cfg80211: set core regulatory updates on its own
Luis R. Rodriguez
2013-11-25
1
-13
/
+27
*
cfg80211: pass the last_request to __set_regdom()
Luis R. Rodriguez
2013-11-25
1
-3
/
+3
*
cfg80211: move core reg_notfier() check to source
Luis R. Rodriguez
2013-11-25
1
-13
/
+18
*
cfg80211: allow only the core to request to update the world regdom
Luis R. Rodriguez
2013-11-25
1
-0
/
+2
*
cfg80211: add helper for calling CRDA
Luis R. Rodriguez
2013-11-25
1
-12
/
+12
*
cfg80211: add helper for kfree'ing and assigning last_request
Luis R. Rodriguez
2013-11-25
1
-10
/
+11
*
cfg80211: add helper for kfree'ing last_request
Luis R. Rodriguez
2013-11-25
1
-23
/
+19
*
cfg80211: process non country IE conflicting first
Luis R. Rodriguez
2013-11-25
1
-19
/
+20
*
cfg80211: process country IE regulatory requests on their own
Luis R. Rodriguez
2013-11-25
1
-133
/
+68
*
cfg80211: process driver regulatory requests on its own
Luis R. Rodriguez
2013-11-25
1
-17
/
+86
*
cfg80211: process user regulatory requests on its own
Luis R. Rodriguez
2013-11-25
1
-33
/
+81
*
cfg80211: processing core regulatory hints on its own
Luis R. Rodriguez
2013-11-25
1
-2
/
+44
*
cfg80211: check regulatory request alpha2 early
Luis R. Rodriguez
2013-11-25
3
-1
/
+5
*
cfg80211: enforce disabling channels by custom or strict settings
Luis R. Rodriguez
2013-11-25
1
-3
/
+14
*
cfg80211: fix parsing when db.txt ends on a rule
Luis R. Rodriguez
2013-11-25
1
-0
/
+2
*
cfg80211: add function helpers to genregdb.awk
Luis R. Rodriguez
2013-11-25
1
-11
/
+25
*
mac80211: add generic cipher scheme support
Max Stepanov
2013-11-25
15
-101
/
+480
*
cfg80211: allow beaconing after DFS CAC
Janusz Dziedzic
2013-11-25
1
-11
/
+74
*
cfg80211/mac80211: DFS setup chandef for cac event
Janusz Dziedzic
2013-11-25
8
-12
/
+23
*
mac80211: verify ieee80211_key_replace() arguments
Johannes Berg
2013-11-25
1
-0
/
+4
*
cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSH
Johannes Berg
2013-11-25
2
-10
/
+6
*
cfg80211: add missing break in cfg80211_get_chan_state()
Johannes Berg
2013-11-25
1
-0
/
+1
*
mac80211: remove useless tests for array
Johannes Berg
2013-11-25
1
-3
/
+3
*
mac80211: clean up mesh local link ID generation
Thomas Pedersen
2013-11-25
3
-9
/
+38
*
mac80211: factor out plink event gathering
Thomas Pedersen
2013-11-25
1
-80
/
+115
*
mac80211: factor out peering FSM
Thomas Pedersen
2013-11-25
1
-143
/
+155
*
mac80211: assign sta plid early
Thomas Pedersen
2013-11-25
1
-2
/
+1
*
mac80211: consolidate rcu unlocks in plink frame rx
Thomas Pedersen
2013-11-25
1
-18
/
+10
*
mac80211: factor peering frame processing into own function
Thomas Pedersen
2013-11-25
1
-40
/
+48
*
mac80211: remove unused mesh_mgmt_ies_add() prototype
Bob Copeland
2013-11-25
1
-2
/
+0
*
mac80211: return -ENOMEM in mesh_plink_frame_tx
Bob Copeland
2013-11-25
1
-1
/
+1
*
mac80211: mesh_plink: don't ignore holding timer
Bob Copeland
2013-11-25
1
-2
/
+1
*
mac80211: mesh_plink: collapse the two switch statements together
Bob Copeland
2013-11-25
1
-17
/
+9
*
mac80211: mesh: rewrite rssi_threshold_check in C
Bob Copeland
2013-11-25
1
-8
/
+12
*
mac80211: mesh_plink: group basic fitness checks
Bob Copeland
2013-11-25
1
-33
/
+37
*
mac80211: mesh: factor out common plink close/estab code
Bob Copeland
2013-11-25
1
-55
/
+43
*
mac80211: hold sta->lock across plink switch statements
Bob Copeland
2013-11-25
1
-26
/
+3
*
mac80211: consolidate calls to plink_frame_tx
Thomas Pedersen
2013-11-25
1
-43
/
+29
*
mac80211: fix off-by-one in llid check.
Bob Copeland
2013-11-25
1
-1
/
+1
*
cfg80211: remove second argument from reg_process_hint()
Luis R. Rodriguez
2013-11-25
1
-6
/
+5
*
cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()
Luis R. Rodriguez
2013-11-25
2
-1
/
+10
*
cfg80211: DFS check chandef usable before CAC
Janusz Dziedzic
2013-11-25
3
-1
/
+88
[next]