linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-08 07:02:57 to 2019-05-14 10:54:48 UTC [more...]

pull request: iwlwifi firmware updates 2018-12-30
 2019-05-14 10:54 UTC  (3+ messages)
` pull request: iwlwifi firmware updates 2019-05-03

[PATCH] NFC: Orphan the subsystem
 2019-05-14 10:03 UTC  (3+ messages)

[PATCH v2 00/12] NFC: nxp-nci: clean up and support new ID
 2019-05-14 10:03 UTC  (22+ messages)
` [PATCH v2 01/12] NFC: nxp-nci: Add NXP1001 to the ACPI ID table
` [PATCH v2 02/12] NFC: nxp-nci: Get rid of platform data
` [PATCH v2 03/12] NFC: nxp-nci: Convert to use GPIO descriptor
` [PATCH v2 04/12] NFC: nxp-nci: Add GPIO ACPI mapping table
` [PATCH v2 05/12] NFC: nxp-nci: Get rid of code duplication in ->probe()
` [PATCH v2 06/12] NFC: nxp-nci: Get rid of useless label
` [PATCH v2 07/12] NFC: nxp-nci: Constify acpi_device_id
` [PATCH v2 08/12] NFC: nxp-nci: Drop of_match_ptr() use
` [PATCH v2 09/12] NFC: nxp-nci: Drop comma in terminator lines
` [PATCH v2 10/12] NFC: nxp-nci: Remove unused macro pr_fmt()
` [PATCH v2 11/12] NFC: nxp-nci: Remove 'default n' for tests
` [PATCH v2 12/12] NFC: nxp-nci: Convert to SPDX license tags

[PATCH] mt76: mt7615: do not process rx packets if the device is not initialized
 2019-05-14  9:18 UTC 

[PATCH v2] mac80211: remove warning message
 2019-05-14  9:12 UTC  (4+ messages)

[PATCH] mac80211: remove warning message
 2019-05-14  8:44 UTC  (4+ messages)

[PATCH v3] {nl,mac}80211: allow 4addr AP operation on crypto controlled devices
 2019-05-14  8:38 UTC  (2+ messages)

[PATCH] mac80211: fix possible deadlock in TX path
 2019-05-14  8:33 UTC  (2+ messages)

NXP NFC version and ACPI
 2019-05-14  8:30 UTC  (10+ messages)

ath10k 5Ghz RSSI low
 2019-05-14  7:54 UTC  (9+ messages)

[PATCH] iwlwifi: trans: fix killer series loadded incorrect firmware
 2019-05-14  5:56 UTC  (2+ messages)

[PATCH] iwlwifi: remove some unnecessary NULL checks
 2019-05-14  5:39 UTC  (2+ messages)

[PATCH] net: wireless: iwlwifi: Fix double-free problems in iwl_req_fw_callback()
 2019-05-14  5:33 UTC  (2+ messages)

[PATCH][next] iwlwifi: d3: Use struct_size() helper
 2019-05-14  5:16 UTC  (2+ messages)

[PATCH][next] iwlwifi: lib: Use struct_size() helper
 2019-05-14  5:16 UTC  (2+ messages)

ThinkPad T470 and NXP PN5xx (PN547 or PN548)
 2019-05-13 20:02 UTC  (23+ messages)
` [linux-nfc] "

[PATCH] mt76: mt7603: add debugfs knob to enable/disable edcca
 2019-05-13 15:41 UTC  (6+ messages)

[PATCH] ath10k: enabling tx stats support over pktlog
 2019-05-13 14:53 UTC 

[PATCH v2 0/2] Add support for new channels on 60GHz band
 2019-05-13 14:42 UTC  (3+ messages)
` [PATCH v2 1/2] nl80211: Add support for EDMG channels
` [PATCH v2 2/2] wil6210: Add EDMG channel support

[PATCH 0/3] Add support for new channels on 60GHz band
 2019-05-13 14:38 UTC  (4+ messages)
` [PATCH 2/3] nl80211: Add support for EDMG channels

KASAN: use-after-free Read in p54u_load_firmware_cb
 2019-05-13 13:28 UTC  (3+ messages)

[PATCH] mt76: mt76x02: fix edcca file permission
 2019-05-13 10:23 UTC 

[PATCH v2] mt76: mt7603: add debugfs knob to enable/disable edcca
 2019-05-13 10:19 UTC 

[PATCH 0/4] run mt76x02_edcca_init atomically
 2019-05-13  9:41 UTC  (12+ messages)
` [PATCH 1/4] mt76: mt76x02: remove enable from mt76x02_edcca_init signature
` [PATCH 2/4] mt76: mt76x2u: remove mt76x02_edcca_init in mt76x2u_set_channel
` [PATCH 3/4] mt76: mt76x2: move mutex_lock inside mt76x2_set_channel
` [PATCH 4/4] mt76: mt76x02: run mt76x02_edcca_init atomically in mt76_edcca_set

PROBLEM: brcmfmac's DMI-based fw file names break built-in fw loader
 2019-05-13  9:21 UTC  (15+ messages)
    ` [PATCH RFC] brcmfmac: sanitize DMI strings v2

[PATCH v2 0/7] Hexdump Enhancements
 2019-05-13  7:35 UTC  (16+ messages)
` [PATCH v2 1/7] lib/hexdump.c: Fix selftests
` [PATCH v2 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer
` [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
` [PATCH v2 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
` [PATCH v2 5/7] lib/hexdump.c: Allow multiple groups to be separated by lines '|'
` [PATCH v2 6/7] lib/hexdump.c: Allow multiple groups to be separated by spaces
` [PATCH v2 7/7] lib/hexdump.c: Optionally retain byte ordering

[PATCH 00/16] treewide: fix match_string() helper when array size
 2019-05-13  7:00 UTC  (26+ messages)
` [PATCH 01/16] lib: fix match_string() helper on -1 "
` [PATCH 01/16] lib: fix match_string() helper when array size is positive
` [PATCH 02/16] treewide: rename match_string() -> __match_string()
` [PATCH 03/16] lib,treewide: add new match_string() helper/macro
` [PATCH 04/16] powerpc/xmon: use "
` [PATCH 05/16] ALSA: oxygen: "
` [PATCH 06/16] x86/mtrr: use new match_string() helper + add gaps == minor fix
` [PATCH 07/16] device connection: use new match_string() helper/macro
` [PATCH 08/16] cpufreq/intel_pstate: remove NULL entry + use match_string()
` [PATCH 09/16] mmc: sdhci-xenon: use new match_string() helper/macro
` [PATCH 10/16] pinctrl: armada-37xx: "
` [PATCH 11/16] mm/vmpressure.c: "
` [PATCH 12/16] rdmacg: "
` [PATCH 13/16] drm/edid: "
` [PATCH 14/16] staging: gdm724x: "
` [PATCH 15/16] video: fbdev: pxafb: "
` [PATCH 16/16] sched: debug: "

[PATCH v2 4/4] mt76: mt76x02: run mt76x02_edcca_init atomically in mt76_edcca_set
 2019-05-11 15:30 UTC 

[PATCH] mt76: mt7615: add static qualifier to mt7615_rx_poll_complete
 2019-05-11 14:25 UTC  (2+ messages)

[PATCH] mt76: mt7615: rearrange cleanup operations in mt7615_unregister_device
 2019-05-11 14:25 UTC  (2+ messages)

[PATCH] mt76: mt7603: stop mac80211 queues before setting the channel
 2019-05-11 14:24 UTC  (2+ messages)

[PATCH] mt76: mt7615: Make mt7615_irq_handler static
 2019-05-11 14:24 UTC  (2+ messages)

[PATCH 00/17] use standard signature for mt7615 mcu api
 2019-05-11 14:00 UTC  (2+ messages)

[PATCH][next] mt76: fix less than zero check on a u8 variable
 2019-05-11 13:31 UTC  (2+ messages)

[PATCH] mt76: Fix a signedness bug in mt7615_add_interface()
 2019-05-11 13:28 UTC  (2+ messages)

[PATCH 0/4] mt76: add tx napi polling support to mt7603/mt7615
 2019-05-11 13:27 UTC  (2+ messages)

[PATCH] mt76: mt76x02: remove useless return in mt76x02_resync_beacon_timer
 2019-05-11 13:22 UTC  (2+ messages)

mainline kernel brcmfmac regression
 2019-05-10 14:34 UTC 

[PATCH] NFC: fix attrs checks in netlink interface
 2019-05-10 12:25 UTC  (4+ messages)

[PATCH net 2/5] dt-bindings: doc: net: remove Linux API references
 2019-05-10  9:35 UTC  (2+ messages)
` [PATCH net 5/5] net: wireless: mt76: fix similar warning reported by kbuild test robot

[PATCH] mac80211: handle deauthentication/disassociation from TDLS peer
 2019-05-10  9:04 UTC 

[RFC PATCH 0/2] Improve TX performance of RTL8723BU on rtl8xxxu driver
 2019-05-10  8:36 UTC  (9+ messages)
` [RFC PATCH 1/2] rtl8xxxu: Add rate adaptive related data
` [RFC PATCH 2/2] rtl8xxxu: Add watchdog to update rate mask by signal strength

[PATCH 1/6] nl80211: add NL80211_ATTR_IFINDEX to port authorized event
 2019-05-10  8:32 UTC  (13+ messages)
` [PATCH 2/6] brcmfmac: send port authorized event for 802.1X 4-way handshake offload
` [PATCH 5/6] cfg80211: add support for SAE authentication offload

[PATCH 0/4] rtlwifi: 8192de: Fix used uninitialized variables in power tracking
 2019-05-10  8:03 UTC  (5+ messages)
` [PATCH 1/4] rtlwifi: 8192de: Reduce indentation and fix coding style
` [PATCH 2/4] rtlwifi: 8192de: make tables to be 'static const'
` [PATCH 3/4] rtlwifi: 8192de: Fix used uninitialized variables in power tracking
` [PATCH 4/4] rtlwifi: 8192de: use le32 to access cckswing tables

[PATCH] ath10k: Change the warning message string
 2019-05-09 13:16 UTC  (2+ messages)

[PATCHv2] ath10k: Add wrapper function to ath10k debug
 2019-05-09 12:48 UTC  (3+ messages)

[PATCH V2 0/3] nl80211: brcmfmac: add SAE authentication offload
 2019-05-09  9:49 UTC  (4+ messages)
` [PATCH V2 1/3] nl80211: add WPA3 definition for SAE authentication
` [PATCH V2 2/3] nl80211: add support for SAE authentication offload
` [PATCH V2 3/3] brcmfmac: "

[PATCH V2 0/2] nl80211: brcmfmac: add port authorized event support
 2019-05-09  9:48 UTC  (3+ messages)
` [PATCH V2 1/2] nl80211: add NL80211_ATTR_IFINDEX to port authorized event
` [PATCH V2 2/2] brcmfmac: send port authorized event for FT-802.1X

[PATCH v2 12/17] mt7615: mcu: do not use function pointers whenever possible
 2019-05-09  7:54 UTC 

[PATCH v4 02/10] dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour
 2019-05-08 11:48 UTC  (4+ messages)

[PATCH v2] {nl,mac}80211: allow 4addr AP operation on crypto controlled devices
 2019-05-08  9:27 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).