ath10k: add trace event for WMI_DEBUG_MESG_EVENTID
[cascardo/linux.git] / net /
2013-12-23 Kalle ValoMerge remote-tracking branch 'wireless-next/master...
2013-12-18 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2013-12-16 Janusz Dziedzicnl80211: add VHT support for set_bitrate_mask
2013-12-16 Max Stepanovmac80211: read station mgmt keys via get_key call
2013-12-16 Max Stepanovmac80211: check pairwise key_idx on get_key call
2013-12-16 Luciano Coelhomac80211: align ieee80211_ibss_csa_beacon() with ieee80...
2013-12-16 Luciano Coelhomac80211: refactor ieee80211_ibss_process_chanswitch()
2013-12-16 Thomas Pedersenmac80211: update adjusting TBTT bit in beacon
2013-12-16 David Spinadelmac80211: reschedule sched scan after HW restart
2013-12-16 Luciano Coelhomac80211: make ieee80211_assign_beacon() static
2013-12-16 Luciano Coelhomac80211: lock sdata in ieee80211_csa_connection_drop_w...
2013-12-16 Felix Fietkaumac80211: let the driver reserve extra tailroom in...
2013-12-16 Johannes Bergmac80211: free all AP/VLAN keys at once
2013-12-16 Johannes Bergmac80211: optimise mixed AP/VLAN station removal
2013-12-16 Johannes Bergmac80211: optimise synchronize_net() for sta_info_flush
2013-12-16 Johannes Bergmac80211: move synchronize_net() before sta key removal
2013-12-16 Johannes Bergmac80211: don't delay station destruction
2013-12-16 Johannes Bergmac80211: move 4-addr sta pointer clearing before synch...
2013-12-16 Johannes Bergmac80211: add pre-RCU-sync sta removal driver operation
2013-12-16 Johannes BergMerge remote-tracking branch 'wireless-next/master...
2013-12-11 Jeff Kirshernfc: Fix FSF address in file headers
2013-12-11 Jeff Kirsherrfkill: Fix FSF address in file headers
2013-12-11 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2013-12-11 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2013-12-10 Johan HedbergBluetooth: Fix handling of L2CAP Command Reject over LE
2013-12-09 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2013-12-09 John W. LinvilleMerge tag 'for-linville-20131203' of git://github.com...
2013-12-08 Marcel HoltmannBluetooth: Use macros for connectionless slave broadcas...
2013-12-07 Marcel HoltmannBluetooth: Increase minor version of core module
2013-12-06 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-12-06 Johan HedbergBluetooth: Fix valid LE PSM check
2013-12-06 Johan HedbergBluetooth: Use min_t for calculating chan->mps
2013-12-05 Simon Wunderlichmac80211: fix nested sdata lock for IBSS/CSA
2013-12-05 Eliad Pellercfg80211: don't "leak" uncompleted scans
2013-12-05 Eliad Pellermac80211: start_next_roc only if scan was actually...
2013-12-05 Eliad Pellermac80211: determine completed scan type by defined ops
2013-12-05 Barak Bercovitzcfg80211: stop sched scan only when needed
2013-12-05 Janusz Dziedziccfg80211: in bitrate_mask, rename mcs to ht_mcs
2013-12-05 Janusz Dziedzicnl80211: allow setting bitrate mask back to default
2013-12-05 Johan HedbergBluetooth: Simplify l2cap_chan initialization for LE CoC
2013-12-05 Johan HedbergBluetooth: Add debugfs controls for LE CoC MPS and...
2013-12-05 Johan HedbergBluetooth: Fix validating LE PSM values
2013-12-05 Johan HedbergBluetooth: Fix CID ranges for LE CoC CID allocations
2013-12-05 Johan HedbergBluetooth: Fix clearing of chan->omtu for LE CoC channels
2013-12-05 Johan HedbergBluetooth: Limit LE MPS to the MTU value
2013-12-05 Johan HedbergBluetooth: Fix suspending the L2CAP socket if we start...
2013-12-05 Johan HedbergBluetooth: Fix LE L2CAP Connect Request handling togeth...
2013-12-05 Johan HedbergBluetooth: Implement LE L2CAP reassembly
2013-12-05 Johan HedbergBluetooth: Add LE L2CAP segmentation support for outgoi...
2013-12-05 Johan HedbergBluetooth: Introduce L2CAP channel callback for suspending
2013-12-05 Johan HedbergBluetooth: Reject LE CoC commands when the feature...
2013-12-05 Johan HedbergBluetooth: Add LE flow control discipline
2013-12-05 Johan HedbergBluetooth: Implement returning of LE L2CAP credits
2013-12-05 Johan HedbergBluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options
2013-12-05 Johan HedbergBluetooth: Limit L2CAP_OPTIONS socket option usage...
2013-12-05 Johan HedbergBluetooth: Track LE L2CAP credits in l2cap_chan
2013-12-05 Johan HedbergBluetooth: Add LE L2CAP flow control mode
2013-12-05 Johan HedbergBluetooth: Make l2cap_le_sig_cmd logic consistent
2013-12-05 Johan HedbergBluetooth: Add L2CAP Disconnect suppport for LE
2013-12-05 Johan HedbergBluetooth: Fix L2CAP channel closing for LE connections
2013-12-05 Johan HedbergBluetooth: Add basic LE L2CAP connect request receiving...
2013-12-05 Johan HedbergBluetooth: Refactor L2CAP connect rejection to its...
2013-12-05 Johan HedbergBluetooth: Add smp_sufficient_security helper function
2013-12-05 Johan HedbergBluetooth: Add initial code for LE L2CAP Connect Request
2013-12-05 Johan HedbergBluetooth: Move LE L2CAP initiator procedure to its...
2013-12-05 Johan HedbergBluetooth: Pass command length to LE signaling channel...
2013-12-05 Johan HedbergBluetooth: Allow l2cap_chan_check_security() to be...
2013-12-05 Johan HedbergBluetooth: Update l2cap_global_chan_by_psm() to take...
2013-12-05 Johan HedbergBluetooth: Add module parameter to enable LE CoC support
2013-12-05 Johan HedbergBluetooth: Remove unnecessary braces from one-line...
2013-12-05 Johannes Bergmac80211: warn if unhashing station fails
2013-12-04 Johan HedbergBluetooth: Remove dead code from SMP encryption function
2013-12-04 Johan HedbergBluetooth: Remove useless smp_rand function
2013-12-04 Andre GuedesBluetooth: Refactor hci_disconn_complete_evt
2013-12-04 Andre GuedesBluetooth: Remove unneeded check in hci_disconn_complet...
2013-12-04 Johan HedbergBluetooth: Remove unnecessary 'send' parameter from...
2013-12-04 Andre GuedesBluetooth: Remove link type check in hci_disconn_comple...
2013-12-04 Andre GuedesBluetooth: Add an extra check in mgmt_device_disconnected()
2013-12-04 Andre GuedesBluetooth: Check address in mgmt_disconnect_failed()
2013-12-04 Marcel HoltmannBluetooth: Store supported commands only during setup...
2013-12-04 Marcel HoltmannBluetooth: Remove debug statement for features complete...
2013-12-04 Marcel HoltmannBluetooth: Set default own address type only during...
2013-12-04 Marcel HoltmannBluetooth: Fix limited discoverable mode for Zeevo...
2013-12-04 Johannes Bergmac80211: neaten ieee80211_deliver_skb
2013-12-04 Chun-Yeow Yeohnl80211: allow the use of DFS channel in mesh
2013-12-03 Johannes Bergnl80211: vendor command support
2013-12-03 Janusz Dziedzicnl80211: don't clear bitrate_mask twice
2013-12-03 Eliad Pellermac80211: remove duplicate code
2013-12-03 Luis R. Rodriguezcfg80211: DFS check dfs_region before usage
2013-12-03 Luis R. Rodriguezcfg80211: add reg_get_dfs_region()
2013-12-03 Marek Kwaczynskinl80211/cfg80211: Set Operating Mode Notification
2013-12-03 Johannes Bergmac80211: move align variable to remove __maybe_unused
2013-12-03 Johannes BergRevert "mac80211: add driver callback for per-interface...
2013-12-02 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2013-12-02 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2013-12-02 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-12-02 Michal Kaziormac80211: fix rx_nss calculation for drivers with hw rc
2013-12-02 Simon Wunderlichmac80211: check csa wiphy flag in ibss before switching
2013-12-02 Simon Wunderlichcfg80211: disable CSA for all drivers
2013-12-02 Simon Wunderlichmac80211: don't leak next beacon when csa is aborted
next