1. 8df8c56 6lowpan: Moving generic compression code into 6lowpan_iphc.c by Jukka Rissanen · 11 years ago
  2. 71fb419 Bluetooth: Fix handling of L2CAP Command Reject over LE by Johan Hedberg · 11 years ago
  3. 53b834d2 Bluetooth: Use macros for connectionless slave broadcast features by Marcel Holtmann · 11 years ago
  4. c6d1649 Bluetooth: Increase minor version of core module by Marcel Holtmann · 11 years ago
  5. c8afe8d Bluetooth: Fix valid LE PSM check by Johan Hedberg · 11 years ago
  6. f1324ea Bluetooth: Use min_t for calculating chan->mps by Johan Hedberg · 11 years ago
  7. 0ce43ce Bluetooth: Simplify l2cap_chan initialization for LE CoC by Johan Hedberg · 11 years ago
  8. f15b8ec Bluetooth: Add debugfs controls for LE CoC MPS and Credits by Johan Hedberg · 11 years ago
  9. 4946096 Bluetooth: Fix validating LE PSM values by Johan Hedberg · 11 years ago
  10. e77af75 Bluetooth: Fix CID ranges for LE CoC CID allocations by Johan Hedberg · 11 years ago
  11. aeddd07 Bluetooth: Fix clearing of chan->omtu for LE CoC channels by Johan Hedberg · 11 years ago
  12. 3916aed Bluetooth: Limit LE MPS to the MTU value by Johan Hedberg · 11 years ago
  13. 029727a Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits by Johan Hedberg · 11 years ago
  14. 595177f Bluetooth: Fix LE L2CAP Connect Request handling together with SMP by Johan Hedberg · 11 years ago
  15. aac23bf Bluetooth: Implement LE L2CAP reassembly by Johan Hedberg · 11 years ago
  16. 177f8f2 Bluetooth: Add LE L2CAP segmentation support for outgoing data by Johan Hedberg · 11 years ago
  17. 837776f Bluetooth: Introduce L2CAP channel callback for suspending by Johan Hedberg · 11 years ago
  18. 3af8ace Bluetooth: Reject LE CoC commands when the feature is not enabled by Johan Hedberg · 11 years ago
  19. fad5fc89 Bluetooth: Add LE flow control discipline by Johan Hedberg · 11 years ago
  20. b1c325c Bluetooth: Implement returning of LE L2CAP credits by Johan Hedberg · 11 years ago
  21. 1f43542 Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options by Johan Hedberg · 11 years ago
  22. 64b4f8d Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE by Johan Hedberg · 11 years ago
  23. 0cd75f7 Bluetooth: Track LE L2CAP credits in l2cap_chan by Johan Hedberg · 11 years ago
  24. 3831971 Bluetooth: Add LE L2CAP flow control mode by Johan Hedberg · 11 years ago
  25. b5ecba6 Bluetooth: Make l2cap_le_sig_cmd logic consistent by Johan Hedberg · 11 years ago
  26. 3defe01 Bluetooth: Add L2CAP Disconnect suppport for LE by Johan Hedberg · 11 years ago
  27. cea04ce3 Bluetooth: Fix L2CAP channel closing for LE connections by Johan Hedberg · 11 years ago
  28. 27e2d4c Bluetooth: Add basic LE L2CAP connect request receiving support by Johan Hedberg · 11 years ago
  29. 791d60f Bluetooth: Refactor L2CAP connect rejection to its own function by Johan Hedberg · 11 years ago
  30. ad32a2f Bluetooth: Add smp_sufficient_security helper function by Johan Hedberg · 11 years ago
  31. f1496de Bluetooth: Add initial code for LE L2CAP Connect Request by Johan Hedberg · 11 years ago
  32. 96ac34f Bluetooth: Move LE L2CAP initiator procedure to its own function by Johan Hedberg · 11 years ago
  33. 203e639 Bluetooth: Pass command length to LE signaling channel handlers by Johan Hedberg · 11 years ago
  34. a17de2f Bluetooth: Allow l2cap_chan_check_security() to be used for LE links. by Johan Hedberg · 11 years ago
  35. bf20fd4 Bluetooth: Update l2cap_global_chan_by_psm() to take a link type by Johan Hedberg · 11 years ago
  36. 9149761 Bluetooth: Add module parameter to enable LE CoC support by Johan Hedberg · 11 years ago
  37. 6d3c15d Bluetooth: Remove unnecessary braces from one-line if-statement by Johan Hedberg · 11 years ago
  38. 201a592 Bluetooth: Remove dead code from SMP encryption function by Johan Hedberg · 11 years ago
  39. e84a6b1 Bluetooth: Remove useless smp_rand function by Johan Hedberg · 11 years ago
  40. 3846220 Bluetooth: Refactor hci_disconn_complete_evt by Andre Guedes · 11 years ago
  41. abf54a5 Bluetooth: Remove unneeded check in hci_disconn_complete_evt() by Andre Guedes · 11 years ago
  42. 84794e1 Bluetooth: Remove unnecessary 'send' parameter from smp_failure() by Johan Hedberg · 11 years ago
  43. 4ebbd53 Bluetooth: Remove link type check in hci_disconn_complete_evt() by Andre Guedes · 11 years ago
  44. 57eb776 Bluetooth: Add an extra check in mgmt_device_disconnected() by Andre Guedes · 11 years ago
  45. 3655bba Bluetooth: Check address in mgmt_disconnect_failed() by Andre Guedes · 11 years ago
  46. 6a070e6 Bluetooth: Store supported commands only during setup procedure by Marcel Holtmann · 11 years ago
  47. d3d5dd3 Bluetooth: Remove debug statement for features complete event by Marcel Holtmann · 11 years ago
  48. bef34c0 Bluetooth: Set default own address type only during controller setup by Marcel Holtmann · 11 years ago
  49. 33337dc Bluetooth: Fix limited discoverable mode for Zeevo modules by Marcel Holtmann · 11 years ago
  50. 4b074b0 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  51. ddcc347 mac80211: fix rx_nss calculation for drivers with hw rc by Michal Kazior · 11 years ago
  52. 1f3b8a2 mac80211: don't leak next beacon when csa is aborted by Simon Wunderlich · 11 years ago
  53. beffd13 mac80211: don't cancel csa finalize work within stop_ap by Simon Wunderlich · 11 years ago
  54. e487eae cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notify by Simon Wunderlich · 11 years ago
  55. 7ca133b mac80211: modify beacon using sdata/wdev-lock, not rtnl lock by Simon Wunderlich · 11 years ago
  56. c56589e cfg80211: protect beacon changing functions with wdev-lock by Simon Wunderlich · 11 years ago
  57. ce95320 mac80211: mesh: only get tsf if we need it by Bob Copeland · 11 years ago
  58. b176e62 cfg80211: aggregate mgmt_tx parameters into a struct by Andrei Otcheretianski · 11 years ago
  59. 017b45b mac80211: update ht flag if bss configuration changed by Avri Altman · 11 years ago
  60. 2ce6a0f mac80211: remove sta_info_flush() from interface teardown by Johannes Berg · 11 years ago
  61. ad38bfc mac80211: Tx frame latency statistics by Matti Gottlieb · 11 years ago
  62. 01e0daa cfg80211: fix reporting 5/10 MHz support to user space by Felix Fietkau · 11 years ago
  63. f12140c mac80211: minstrel_ht: do not sample unsupported rates by Karl Beldan · 11 years ago
  64. 3ef121b cfg80211: replace print_dfs_region() with reg_dfs_region_str() helper by Luis R. Rodriguez · 11 years ago
  65. d7a4b05 cfg80211: distinguish unset DFS region from unknown by Luis R. Rodriguez · 11 years ago
  66. adbfb05 cfg80211: intersection dfs regions when intersecting regdomains by Luis R. Rodriguez · 11 years ago
  67. 4c7d398 cfg80211: use enum nl80211_dfs_regions for dfs_region everywhere by Luis R. Rodriguez · 11 years ago
  68. f7d8ad8 mac80211: minstrels: spare numerous useless calls to get_random_bytes by Karl Beldan · 11 years ago
  69. 7a5e3fa mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATES by Karl Beldan · 11 years ago
  70. 21f659b mac80211: add min required channel definition field by Eliad Peller · 11 years ago
  71. fbdd90e mac80211: enable easier manipulation of VHT beamforming caps by Eyal Shapira · 11 years ago
  72. 33787fc mac80211: move csa_chandef to sdata by Luciano Coelho · 11 years ago
  73. f63f842 mac80211: use put_unaligned_le in mesh when necessary by Chun-Yeow Yeoh · 11 years ago
  74. 6f101ef mac80211: use put_unaligned_le16 in mesh_plink_frame_tx by Chun-Yeow Yeoh · 11 years ago
  75. 2a90146 cfg80211: add an option to disable processing country IEs by Luis R. Rodriguez · 11 years ago
  76. a09a85a cfg80211: add flags to define country IE processing rules by Luis R. Rodriguez · 11 years ago
  77. a2f73b6 cfg80211: move regulatory flags to their own variable by Luis R. Rodriguez · 11 years ago
  78. ca91dc9 mac80211: use put_unaligned_le16 for precedence value in mesh by Chun-Yeow Yeoh · 11 years ago
  79. 0199240 cfg80211: rename __set_regdom() to reg_set_rd_country_ie() by Luis R. Rodriguez · 11 years ago
  80. f5fe324 cfg80211: set driver regulatory updates on its own by Luis R. Rodriguez · 11 years ago
  81. 84721d4 cfg80211: set user regulatory updates on its own by Luis R. Rodriguez · 11 years ago
  82. 3b9e5ac cfg80211: set core regulatory updates on its own by Luis R. Rodriguez · 11 years ago
  83. db0e066 cfg80211: pass the last_request to __set_regdom() by Luis R. Rodriguez · 11 years ago
  84. 0e3802d cfg80211: move core reg_notfier() check to source by Luis R. Rodriguez · 11 years ago
  85. f75c30e cfg80211: allow only the core to request to update the world regdom by Luis R. Rodriguez · 11 years ago
  86. fe6631f cfg80211: add helper for calling CRDA by Luis R. Rodriguez · 11 years ago
  87. 05f1a3e cfg80211: add helper for kfree'ing and assigning last_request by Luis R. Rodriguez · 11 years ago
  88. 5ad6ef5 cfg80211: add helper for kfree'ing last_request by Luis R. Rodriguez · 11 years ago
  89. 2f1c6c5 cfg80211: process non country IE conflicting first by Luis R. Rodriguez · 11 years ago
  90. b23e7a9 cfg80211: process country IE regulatory requests on their own by Luis R. Rodriguez · 11 years ago
  91. 21636c7 cfg80211: process driver regulatory requests on its own by Luis R. Rodriguez · 11 years ago
  92. 0d97a61 cfg80211: process user regulatory requests on its own by Luis R. Rodriguez · 11 years ago
  93. b3eb7f3 cfg80211: processing core regulatory hints on its own by Luis R. Rodriguez · 11 years ago
  94. e438768 cfg80211: check regulatory request alpha2 early by Luis R. Rodriguez · 11 years ago
  95. cc493e4f cfg80211: enforce disabling channels by custom or strict settings by Luis R. Rodriguez · 11 years ago
  96. ae68939 cfg80211: fix parsing when db.txt ends on a rule by Luis R. Rodriguez · 11 years ago
  97. af9b223 cfg80211: add function helpers to genregdb.awk by Luis R. Rodriguez · 11 years ago
  98. 2475b1cc mac80211: add generic cipher scheme support by Max Stepanov · 11 years ago
  99. 6bc54fb cfg80211: allow beaconing after DFS CAC by Janusz Dziedzic · 11 years ago
  100. d2859df cfg80211/mac80211: DFS setup chandef for cac event by Janusz Dziedzic · 11 years ago