linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-20 19:14:01 to 2018-07-25 12:43:41 UTC [more...]

[PATCH v6 00/18] crypto: Remove VLA usage
 2018-07-25 11:32 UTC  (25+ messages)
` [PATCH v6 01/18] crypto: xcbc: "
` [PATCH v6 02/18] crypto: cbc: "
` [PATCH v6 03/18] crypto: hash: "
` [PATCH v6 04/18] dm: Remove VLA usage from hashes
` [PATCH v6 05/18] crypto alg: Introduce generic max blocksize and alignmask
` [PATCH v6 06/18] crypto: qat: Remove VLA usage
` [PATCH v6 07/18] crypto: shash: Remove VLA usage in unaligned hashing
` [PATCH v6 08/18] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK
` [PATCH v6 09/18] ppp: mppe: Remove VLA usage
` [PATCH v6 10/18] x86/power/64: "
` [PATCH v6 11/18] dm crypt: Convert essiv from ahash to shash
` [PATCH v6 12/18] drbd: Convert "
` [PATCH v6 13/18] wireless/lib80211: "
` [PATCH v6 14/18] staging: rtl8192u: ieee80211: "
` [PATCH v6 15/18] staging: rtl8192e: "
` [PATCH v6 16/18] rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK buffer
` [PATCH v6 17/18] crypto: ccm: Remove VLA usage
` [PATCH v6 18/18] crypto: Remove AHASH_REQUEST_ON_STACK

[PATCH] drivers: net: wlcore: remove duplicate \n for some warnings
 2018-07-25  8:40 UTC  (4+ messages)

[PATCH v2] wireless-regdb: update rules for Hungary (HU) on 2.4/5/60G, 5725-5875MHz
 2018-07-25  7:32 UTC  (3+ messages)

[PATCH] brcmfmac: fix regression in parsing NVRAM for multiple devices
 2018-07-25  7:31 UTC  (4+ messages)

[PATCH] iwlwifi: add more card IDs for 9000 series
 2018-07-25  7:29 UTC  (5+ messages)

[PATCH] mac80211: add stations tied to AP_VLANs during hw reconfig
 2018-07-25  5:28 UTC  (2+ messages)

[PATCH 1/4] treewide: convert ISO_8859-1 text comments to utf-8
 2018-07-25  4:20 UTC  (8+ messages)

[PATCH v4 0/6] *** Add support for wifi QMI client handshakes ***
 2018-07-24 23:28 UTC  (9+ messages)
` [PATCH v4 1/6] ath10k: Add qmi service helpers for wcn3990 qmi client
` [PATCH v4 2/6] ath10k: Add support to create boardname for non-bmi target
` [PATCH v4 3/6] dt: bindings: add bindings for msa memory region
` [PATCH v4 4/6] firmware: qcom: scm: Add WLAN VMID for Qualcomm SCM interface
` [PATCH v4 5/6] ath10k: Add debug mask for QMI layer
` [PATCH v4 6/6] ath10k: Add QMI message handshake for wcn3990 client

[PATCH PATCH net-next 00/18] net whitespace cleanups
 2018-07-24 21:11 UTC  (20+ messages)
` [PATCH PATCH net-next 01/18] sched: fix trailing whitespace
` [PATCH PATCH net-next 02/18] wimax: remove blank lines at EOF
` [PATCH PATCH net-next 03/18] rds: remove trailing whitespace and blank lines
` [PATCH PATCH net-next 04/18] llc: fix whitespace issues
` [PATCH PATCH net-next 05/18] mpls: remove trailing whitepace
` [PATCH PATCH net-next 06/18] xfrm: remove blank lines at EOF
` [PATCH PATCH net-next 07/18] ceph: fix whitespace
` [PATCH PATCH net-next 08/18] sctp: whitespace fixes
` [PATCH PATCH net-next 09/18] ila: remove blank lines at EOF
` [PATCH PATCH net-next 10/18] 9p: fix whitespace issues
` [PATCH PATCH net-next 11/18] atm: remove blank lines at EOF
` [PATCH PATCH net-next 12/18] ax25: remove blank line "
` [PATCH PATCH net-next 13/18] x25: remove blank lines "
` [PATCH PATCH net-next 14/18] decnet: whitespace fixes
` [PATCH PATCH net-next 15/18] sunrpc: "
` [PATCH PATCH net-next 16/18] bpfilter: remove trailing newline
` [PATCH PATCH net-next 17/18] l2tp: "
` [PATCH PATCH net-next 18/18] net: remove blank lines at end of file

pull-request: mac80211-next 2018-07-24
 2018-07-24 17:03 UTC  (2+ messages)

pull-request: mac80211 2018-07-24
 2018-07-24 17:00 UTC  (2+ messages)

patchwork.kernel.org updated
 2018-07-24 13:39 UTC 

[PATCH] wcn36xx: use dma_zalloc_coherent instead of allocator/memset
 2018-07-24 11:52 UTC 

[PATCH] mwifiex: Fix skipped vendor specific IEs
 2018-07-24 11:47 UTC 

[PATCH] wcn36xx: Use kmemdup instead of duplicating it in wcn36xx_smd_process_ptt_msg_rsp
 2018-07-24 11:43 UTC 

[RFC v2 0/4] Move TXQ scheduling into mac80211
 2018-07-24 11:08 UTC  (14+ messages)
` [RFC v2 1/4] mac80211: Add TXQ scheduling API

[PATCH v3 00/11] NFC: A bunch of cleanups for st95hf
 2018-07-24  9:59 UTC  (12+ messages)
` [PATCH v3 01/11] Revert "NFC: st95hf: drop illegal kfree_skb()"
` [PATCH v3 02/11] NFC: st95hf: drop nfcdev_free
` [PATCH v3 03/11] NFC: st95hf: drop illegal kfree_skb() in IRQ handler
` [PATCH v3 04/11] NFC: st95hf: remove logging from spi functions
` [PATCH v3 05/11] NFC: st95hf: remove exchange_lock
` [PATCH v3 06/11] NFC: st95hf: move skb allocation to ISR
` [PATCH v3 07/11] NFC: st95hf: ignore spurious interrupts
` [PATCH v3 08/11] NFC: st95hf: re-order command defines
` [PATCH v3 09/11] NFC: st95hf: unify sync/async flags
` [PATCH v3 10/11] NFC: st95hf: two small style nits
` [PATCH v3 11/11] NFC: st95hf: add of match table

[PATCH] mwifiex: Fix skipped vendor specific IEs
 2018-07-24  9:07 UTC  (2+ messages)

[PATCH v2 00/10] NFC: A bunch of cleanups for st95hf
 2018-07-24  8:54 UTC  (11+ messages)
` [PATCH v2 01/10] Revert "NFC: st95hf: drop illegal kfree_skb()"
` [PATCH v2 02/10] NFC: st95hf: drop nfcdev_free
` [PATCH v2 03/10] NFC: st95hf: drop illegal kfree_skb() in IRQ handler
` [PATCH v2 04/10] NFC: st95hf: remove logging from spi functions
` [PATCH v2 05/10] NFC: st95hf: remove exchange_lock
` [PATCH v2 06/10] NFC: st95hf: move skb allocation to ISR
` [PATCH v2 07/10] NFC: st95hf: re-order command defines
` [PATCH v2 08/10] NFC: st95hf: unify sync/async flags
` [PATCH v2 09/10] NFC: st95hf: two small style nits
` [PATCH v2 10/10] NFC: st95hf: add of match table

[PATCH 0/4] staging: wilc1000: make use of descriptor-based interface for GPIO
 2018-07-24  8:04 UTC  (4+ messages)
` [PATCH 4/4] staging: wilc1000: use "

[PATCH v2 00/19] wil6210 patches
 2018-07-24  7:44 UTC  (20+ messages)
` [PATCH v2 01/19] wil6210: Rx multicast packets duplicate detection
` [PATCH v2 02/19] wil6210: drop Rx packets with L2 error indication from HW
` [PATCH v2 03/19] wil6210: add TX latency statistics
` [PATCH v2 04/19] wil6210: fix temperature debugfs
` [PATCH v2 05/19] wil6210: fix RX checksum report to network stack
` [PATCH v2 06/19] wil6210: support Talyn specific FW file
` [PATCH v2 07/19] wil6210: align to latest auto generated wmi.h
` [PATCH v2 08/19] wil6210: add 3-MSI support
` [PATCH v2 09/19] wil6210: fix min() compilation errors
` [PATCH v2 10/19] wil6210: add support for link statistics
` [PATCH v2 11/19] wil6210: allow scan on AP interface
` [PATCH v2 12/19] wil6210: support max aggregation window size 64
` [PATCH v2 13/19] wil6210: increase firmware ready timeout
` [PATCH v2 14/19] wil6210: support Talyn specific board file
` [PATCH v2 15/19] wil6210: set default 3-MSI
` [PATCH v2 16/19] wil6210: align to latest auto generated wmi.h
` [PATCH v2 17/19] wil6210: off channel transmit management frames in AP mode
` [PATCH v2 18/19] wil6210: prevent FW download if HW is configured for secured boot
` [PATCH v2 19/19] wil6210: fix eDMA RX chaining

pull-request: wireless-drivers-next 2018-07-23
 2018-07-24  4:30 UTC  (2+ messages)

[PATCH v2] rfkill: fix spelling mistake contidion to condition
 2018-07-23 19:41 UTC 

[PATCH 1/9] ath9k_hw: set spectral scan enable bit on trigger for AR9003+
 2018-07-23 16:03 UTC  (9+ messages)
` [PATCH 2/9] ath9k: don't run periodic and nf calibation at the same time
` [PATCH 3/9] ath9k: force rx_clear when disabling rx
` [PATCH 4/9] ath9k: fix moredata bit in PS buffered frame release
` [PATCH 5/9] ath9k: clear potentially stale EOSP status bit in intermediate queues
` [PATCH 6/9] ath9k: report tx status on EOSP
` [PATCH 7/9] ath9k: fix block-ack window tracking issues
` [PATCH 8/9] ath9k_hw: fix channel maximum power level test
` [PATCH 9/9] ath9k: fix more-data flag for buffered multicast packets

[PATCH 00/20] wil6210 patches
 2018-07-23 15:27 UTC  (23+ messages)
` [PATCH 01/20] wil6210: Rx multicast packets duplicate detection
` [PATCH 02/20] wil6210: drop Rx packets with L2 error indication from HW
` [PATCH 03/20] wil6210: add TX latency statistics
` [PATCH 04/20] wil6210: fix temperature debugfs
` [PATCH 05/20] wil6210: fix RX checksum report to network stack
` [PATCH 06/20] wil6210: support Talyn specific FW file
` [PATCH 07/20] wil6210: align to latest auto generated wmi.h
` [PATCH 08/20] wil6210: add 3-MSI support
` [PATCH 09/20] wil6210: fix min() compilation errors
` [PATCH 10/20] wil6210: add support for link statistics
` [PATCH 11/20] wil6210: send L2UF on behalf of newly associated station
` [PATCH 12/20] wil6210: allow scan on AP interface
` [PATCH 13/20] wil6210: support max aggregation window size 64
` [PATCH 14/20] wil6210: increase firmware ready timeout
` [PATCH 15/20] wil6210: support Talyn specific board file
` [PATCH 16/20] wil6210: set default 3-MSI
` [PATCH 17/20] wil6210: align to latest auto generated wmi.h
` [PATCH 18/20] wil6210: off channel transmit management frames in AP mode
` [PATCH 19/20] wil6210: prevent FW download if HW is configured for secured boot
` [PATCH 20/20] wil6210: fix eDMA RX chaining

[PATCH 00/10] NFC: A bunch of cleanups for st95hf
 2018-07-23 14:00 UTC  (11+ messages)
` [PATCH 01/10] Revert "NFC: st95hf: drop illegal kfree_skb()"
` [PATCH 02/10] NFC: st95hf: drop nfcdev_free
` [PATCH 03/10] NFC: st95hf: drop illegal kfree_skb() in IRQ handler
` [PATCH 04/10] NFC: st95hf: remove logging from spi functions
` [PATCH 05/10] NFC: st95hf: remove exchange_lock
` [PATCH 06/10] NFC: st95hf: move skb allocation to ISR
` [PATCH 07/10] NFC: st95hf: re-order command defines
` [PATCH 08/10] NFC: st95hf: unify sync/async flags
` [PATCH 09/10] NFC: st95hf: two small style nits
` [PATCH 10/10] NFC: st95hf: add of match table

[PATCH v3 0/6] *** Add support for wifi QMI client handshakes ***
 2018-07-23 12:38 UTC  (3+ messages)

[PATCH v3 3/6] dt: bindings: add bindings for msa memory region
 2018-07-23 12:36 UTC  (3+ messages)

[PATCH v2 00/12] Add mt76x0 driver
 2018-07-23  9:44 UTC  (6+ messages)

[PATCH 00/11] Add mt76x0 driver
 2018-07-23  9:31 UTC  (7+ messages)
` [PATCH 04/11] mt76x0: usb files

[PATCH] Add a missing break in parse_station_flags
 2018-07-23  9:30 UTC  (2+ messages)

[PATCH] nfc: fdp: remove redundant pointer 'client'
 2018-07-23  8:12 UTC  (2+ messages)

RT2880F based iNIC mini-PCI network card
 2018-07-22 22:53 UTC  (2+ messages)

[PATCH] iw: 'idby' might be used uninitialized in main function
 2018-07-22 14:44 UTC 

Does Linux kernel 4.18-rc5 have drivers for IEEE 802.11AC Wave 2 USB Wireless Adapters?
 2018-07-22  7:40 UTC  (2+ messages)

[PATCH] nfc: st95hf: remove redundant pointers 'dev' and 'nfcddev'
 2018-07-21  9:54 UTC  (2+ messages)

[PATCH] cfg80211: Do not ignore user regulatory hint
 2018-07-20 19:15 UTC 


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).