1. aa45458 mac80211: Limit TID buffering during BA session setup/teardown by Helmut Schaa · 13 years ago
  2. 4486ea9 cfg80211: Add background scan period attribute. by Bala Shanmugam · 13 years ago
  3. f06c788 mac80211: fix smatch lock errors in mesh by Thomas Pedersen · 13 years ago
  4. 3d4f969 mac80211: Fix potential null pointer dereferencing by Ashok Nagarajan · 13 years ago
  5. fcff4f1 mac80211: Filter duplicate IE ids by Paul Stewart · 13 years ago
  6. eb9bc6e NFC: NCI code identation fixes by Samuel Ortiz · 13 years ago
  7. 0a40acb NFC: Core code identation fixes by Samuel Ortiz · 13 years ago
  8. 427a2eb NFC: LLCP code identation fixes by Samuel Ortiz · 13 years ago
  9. 40c75f8 NFC: Fix LLCP sockets releasing path by Samuel Ortiz · 13 years ago
  10. 47807d3 NFC: Remove the rf mode parameter from the DEP link up routine by Samuel Ortiz · 13 years ago
  11. 9dda50f NFC: SN is not an invalid GT value by Samuel Ortiz · 13 years ago
  12. 0c31835 NFC: Unlink LLCP child sockets from llcp_sock_release by Samuel Ortiz · 13 years ago
  13. e65b0f4 NFC: Fragment LLCP I frames by Samuel Ortiz · 13 years ago
  14. eda21f1 NFC: Set MIU and RW values from CONNECT and CC LLCP frames by Samuel Ortiz · 13 years ago
  15. d094afa NFC: Send LLCP RR frames to acknowledge received I frames by Samuel Ortiz · 13 years ago
  16. 0767a7f NFC: Set the right LLCP N(R) value for I frames by Samuel Ortiz · 13 years ago
  17. b9a76f1 NFC: Clear LLCP SDPs whan MAC goes down by Samuel Ortiz · 13 years ago
  18. 1762c17 NFC: Fix bitops usage in LLCP by Samuel Ortiz · 13 years ago
  19. 53a0ac2 NFC: LLCP socket sendmsg implemetation by Samuel Ortiz · 13 years ago
  20. 53aef92 NFC: Handle Receiver Not Ready LLCP frame by Samuel Ortiz · 13 years ago
  21. 4722d2b NFC: Factorize the I frame queueing routine by Samuel Ortiz · 13 years ago
  22. c970a1a NFC: Add device powered netlink attribute by Samuel Ortiz · 13 years ago
  23. 12ce8ba mac80211: Modify tsf via debugfs in mesh interfaces by Javier Cardona · 13 years ago
  24. 6b62bf3 mac80211: fix mesh airtime link metric estimating by Thomas Pedersen · 13 years ago
  25. 8097e14 cfg80211: expose cfg80211_calculate_bitrate() by Thomas Pedersen · 13 years ago
  26. 804483e cfg80211/mac80211: report signal strength for mgmt frames by Johannes Berg · 13 years ago
  27. 3abead5 mac80211: combine QoS with other BSS changes by Johannes Berg · 13 years ago
  28. 293702a mac80211: use common radiotap code for cooked monitors by Johannes Berg · 13 years ago
  29. 1b658f1 cfg80211: Add an attribute to set inactivity timeout in AP mode by Vasanthakumar Thiagarajan · 13 years ago
  30. d665508 mac80211: fix the support of setting non-forwarding entity in Mesh by Chun-Yeow Yeoh · 13 years ago
  31. fe8431f mac80211: add an rx flag for ignoring a packet's signal strength by Felix Fietkau · 13 years ago
  32. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 13 years ago
  33. 4d196e4 mac80211: use 16 bit alignment for the if_ibss bssid field by Felix Fietkau · 13 years ago
  34. 5533513 {nl,cfg,mac}80211: Implement RSSI threshold for mesh peering by Ashok Nagarajan · 13 years ago
  35. 3d045a5 mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMP by Chun-Yeow Yeoh · 13 years ago
  36. 8701ff0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  37. 02f2f1a mac80211: handle non-bufferable MMPDUs correctly by Johannes Berg · 13 years ago
  38. 37ad388 mac80211: make deauth/disassoc sequence more natural by Johannes Berg · 13 years ago
  39. 02d83e6 mac80211: fix ieee80211_set_disassoc() sending DelBA by Johannes Berg · 13 years ago
  40. 5fef7db mac80211: dont call cfg80211 from ieee80211_send_deauth_disassoc by Johannes Berg · 13 years ago
  41. 63c9c5e cfg80211: remove cookies from callbacks by Johannes Berg · 13 years ago
  42. 005e472 mac80211: remove local_to_hw by Johannes Berg · 13 years ago
  43. 3431683 mac80211: fix sta_info_flush() return value by Johannes Berg · 13 years ago
  44. 54e4ffb mac80211: fix auth/assoc data & timer leak by Johannes Berg · 13 years ago
  45. 9d88c7f mac80211: use proper sub_if_data on suspend path by Jakub Kicinski · 13 years ago
  46. 79ebfb8 mac80211: fix associated vs. idle race by Johannes Berg · 13 years ago
  47. d26ad37 mac80211: clean up asm/unaligned.h inclusion by Johannes Berg · 13 years ago
  48. 6b5773e mac80211: remove redundant monitor_work enqueueing by Eliad Peller · 13 years ago
  49. 494f1fe mac80211: don't queue monitor work for HW_CONNECTION_MONITOR by Eliad Peller · 13 years ago
  50. 8860020 cfg80211: restructure AP/GO mode API by Johannes Berg · 13 years ago
  51. 0dee0068 mac80211: Fix a warning on changing to monitor mode from STA by Mohammed Shafi Shajakhan · 13 years ago
  52. 8617b09 mac80211: zero initialize count field in ieee80211_tx_rate by Mohammed Shafi Shajakhan · 13 years ago
  53. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  54. 216c57b mac80211: do not call rate control .tx_status before .rate_init by Felix Fietkau · 13 years ago
  55. 4b5a433 mac80211: call rate control only after init by Johannes Berg · 13 years ago
  56. 24d2b8c Bluetooth: Fix possible use after free in delete path by Ulisses Furquim · 13 years ago
  57. 6de3275 Bluetooth: Remove usage of __cancel_delayed_work() by Ulisses Furquim · 13 years ago
  58. ca0d6c7 Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close by Johan Hedberg · 13 years ago
  59. cf33e77 Bluetooth: Fix RFCOMM session reference counting issue by Octavian Purdila · 13 years ago
  60. b5a30dd Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  61. 6e1da68 Bluetooth: l2cap_set_timer needs jiffies as timeout value by Andrzej Kaczmarek · 13 years ago
  62. a637525 Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket by Andrzej Kaczmarek · 13 years ago
  63. 4aa832c Bluetooth: Remove bogus inline declaration from l2cap_chan_connect by Johan Hedberg · 13 years ago
  64. 18daf164 Bluetooth: Fix l2cap conn failures for ssp devices by Peter Hurley · 13 years ago
  65. b57e6b5 mac80211: Fix a rwlock bad magic bug by Mohammed Shafi Shajakhan · 13 years ago
  66. 2cfc6fc mac80211: do not call rate control .tx_status before .rate_init by Felix Fietkau · 13 years ago
  67. 5ad20dd mac80211: rename mesh static path_lookup() by Luis R. Rodriguez · 13 years ago
  68. 7902759 mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printk by Felix Fietkau · 13 years ago
  69. e1936e9 mac80211: call rate control only after init by Johannes Berg · 13 years ago
  70. 885bd8e mac80211: support hw scan while idle by Eliad Peller · 13 years ago
  71. 910570b5 mac80211: off by one in mcs mask handling by Dan Carpenter · 13 years ago
  72. 267335d cfg80211/mac80211: userspace peer authorization in IBSS by Antonio Quartulli · 13 years ago
  73. 66e67e4 mac80211: redesign auth/assoc by Johannes Berg · 13 years ago
  74. 4c0c0b7 cfg80211: export cfg80211_ref_bss by Johannes Berg · 13 years ago
  75. 95de817 cfg80211: stop tracking authenticated state by Johannes Berg · 13 years ago
  76. 7852e36 mac80211: remove dummy STA support by Johannes Berg · 13 years ago
  77. a4ec45a mac80211: implement sta_add/sta_remove in sta_state by Johannes Berg · 13 years ago
  78. f09603a mac80211: add sta_state callback by Johannes Berg · 13 years ago
  79. 71ec375 mac80211: add NOTEXIST station state by Johannes Berg · 13 years ago
  80. 89c91ca mac80211: dont program keys for stations not uploaded by Johannes Berg · 13 years ago
  81. 077f493 mac80211: simplify AP_VLAN handling by Johannes Berg · 13 years ago
  82. c898787 mac80211: move managed mode station state modification by Johannes Berg · 13 years ago
  83. 07ae2df mac80211: timeout a single frame in the rx reorder buffer by Eliad Peller · 13 years ago
  84. 874239f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  85. 4f3eb0b mac80211: Move num_sta_ps counter decrement after synchronize_rcu by Helmut Schaa · 13 years ago
  86. 1946841 mac80211: add support for mcs masks by Simon Wunderlich · 13 years ago
  87. 24db78c nl80211: add support for mcs masks by Simon Wunderlich · 13 years ago
  88. 608383b mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_end by Helmut Schaa · 13 years ago
  89. 2ab694d mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroy by Helmut Schaa · 13 years ago
  90. 83d5cc0 mac80211: station state transition error handling by Johannes Berg · 13 years ago
  91. c037b83 Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID." by John W. Linville · 13 years ago
  92. 6f01fd6 af_unix: fix EPOLLET regression for stream sockets by Eric Dumazet · 13 years ago
  93. 5b35e1e tcp: fix tcp_trim_head() to adjust segment count with skb MSS by Neal Cardwell · 13 years ago
  94. 4acb419 net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL by Glauber Costa · 13 years ago
  95. 8a8ee9a net caif: Register properly as a pernet subsystem. by Eric W. Biederman · 13 years ago
  96. cc0d7b9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  97. f1e3be15 mac80211: Do not scan for IBSS merge with a fixed BSSID. by Nicolas Cavallari · 13 years ago
  98. 6e1b1b2 mac80211: send null packet on active (psm) reconfiguration by Eliad Peller · 13 years ago
  99. 6269cc8 nfc: NULL vs zero in nci_activate_target() by Dan Carpenter · 13 years ago
  100. 94f9065 {nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh by Chun-Yeow Yeoh · 13 years ago