All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request: ath 20130930
@ 2013-09-03  8:14 ` Kalle Valo
  0 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2013-09-03  8:14 UTC (permalink / raw)
  To: John W. Linville; +Cc: ath6kl-devel, linux-wireless, ath10k

Hi John,

here are latest ath10k changes, I hope it's still time to get these to
3.12. The changelog for the pull request:

Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
just too much to support it. Michal added support for the new firmware
interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
minor fixes or cleanups.

The following changes since commit 9d0e2f0772d394060bf3b17cd1f3a35574365103:

  ath6kl: Fix invalid pointer access on fuzz testing with AP mode (2013-08-07 10:58:59 +0300)

are available in the git repository at:

  git://github.com/kvalo/ath.git for-linville

for you to fetch changes up to 763b8cd31493f452094fd0eaeedb8cad37c756a2:

  ath10k: add chip_id file to debugfs (2013-09-03 09:59:53 +0300)

----------------------------------------------------------------
Bartosz Markowski (2):
      ath10k: Remove qca98xx hw1.0 support
      ath10k: update supported FW build version

Janusz Dziedzic (2):
      ath10k: setup peer UAPSD flag correctly
      ath10k: check allocation errors in CE

Kalle Valo (10):
      ath10k: remove un ar_pci->cacheline_sz field
      ath10k: pci: make host_ce_config_wlan[] more readable
      ath10k: make target_ce_config_wlan more readable
      ath10k: remove void pointer from struct ath10k_pci_compl
      ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10k
      ath10k: clean up ath10k_ce_completed_send_next_nolock()
      ath10k: convert ath10k_pci_wake() to return
      ath10k: simplify ath10k_ce_init() wake up handling
      ath10k: check chip id from the soc register during probe
      ath10k: add chip_id file to debugfs

Marek Puzyniak (1):
      ath10k: fix WEP in AP and IBSS mode

Michal Kazior (15):
      ath10k: clean up monitor start code
      ath10k: use sizeof(*var) in kmalloc
      ath10k: clean up PCI completion states
      ath10k: print errcode when CE ring setup fails
      ath10k: fix HTT service setup
      ath10k: implement 802.3 SNAP rx decap type A-MSDU handling
      ath10k: plug possible memory leak in WMI
      ath10k: add support for firmware newer than 636
      ath10k: add support for HTT 3.0
      ath10k: use inline ce_state structure
      ath10k: remove ce_op_state
      ath10k: remove unused ce_attr parameters
      ath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
      ath10k: rename ce_state to ath10k_ce_pipe
      ath10k: rename ce_ring_state to ath10k_ce_ring

Mohammed Shafi Shajakhan (1):
      ath10k: Fix mutex unlock balance

 drivers/net/wireless/ath/ath10k/ce.c     |  291 +++++++++++++-------------
 drivers/net/wireless/ath/ath10k/ce.h     |   74 +++----
 drivers/net/wireless/ath/ath10k/core.c   |   46 +++--
 drivers/net/wireless/ath/ath10k/core.h   |   13 +-
 drivers/net/wireless/ath/ath10k/debug.c  |   23 ++-
 drivers/net/wireless/ath/ath10k/htc.c    |    8 +-
 drivers/net/wireless/ath/ath10k/htt.c    |   19 +-
 drivers/net/wireless/ath/ath10k/htt.h    |    6 +-
 drivers/net/wireless/ath/ath10k/htt_rx.c |   12 +-
 drivers/net/wireless/ath/ath10k/htt_tx.c |   74 +++++--
 drivers/net/wireless/ath/ath10k/hw.h     |   19 +-
 drivers/net/wireless/ath/ath10k/mac.c    |   22 +-
 drivers/net/wireless/ath/ath10k/pci.c    |  325 ++++++++++++++++++++----------
 drivers/net/wireless/ath/ath10k/pci.h    |   73 +++----
 drivers/net/wireless/ath/ath10k/wmi.c    |   33 ++-
 drivers/net/wireless/ath/ath10k/wmi.h    |   16 +-
 16 files changed, 626 insertions(+), 428 deletions(-)

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Pull request: ath 20130930
@ 2013-09-03  8:14 ` Kalle Valo
  0 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2013-09-03  8:14 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, ath10k, ath6kl-devel

Hi John,

here are latest ath10k changes, I hope it's still time to get these to
3.12. The changelog for the pull request:

Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
just too much to support it. Michal added support for the new firmware
interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
minor fixes or cleanups.

The following changes since commit 9d0e2f0772d394060bf3b17cd1f3a35574365103:

  ath6kl: Fix invalid pointer access on fuzz testing with AP mode (2013-08-07 10:58:59 +0300)

are available in the git repository at:

  git://github.com/kvalo/ath.git for-linville

for you to fetch changes up to 763b8cd31493f452094fd0eaeedb8cad37c756a2:

  ath10k: add chip_id file to debugfs (2013-09-03 09:59:53 +0300)

----------------------------------------------------------------
Bartosz Markowski (2):
      ath10k: Remove qca98xx hw1.0 support
      ath10k: update supported FW build version

Janusz Dziedzic (2):
      ath10k: setup peer UAPSD flag correctly
      ath10k: check allocation errors in CE

Kalle Valo (10):
      ath10k: remove un ar_pci->cacheline_sz field
      ath10k: pci: make host_ce_config_wlan[] more readable
      ath10k: make target_ce_config_wlan more readable
      ath10k: remove void pointer from struct ath10k_pci_compl
      ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10k
      ath10k: clean up ath10k_ce_completed_send_next_nolock()
      ath10k: convert ath10k_pci_wake() to return
      ath10k: simplify ath10k_ce_init() wake up handling
      ath10k: check chip id from the soc register during probe
      ath10k: add chip_id file to debugfs

Marek Puzyniak (1):
      ath10k: fix WEP in AP and IBSS mode

Michal Kazior (15):
      ath10k: clean up monitor start code
      ath10k: use sizeof(*var) in kmalloc
      ath10k: clean up PCI completion states
      ath10k: print errcode when CE ring setup fails
      ath10k: fix HTT service setup
      ath10k: implement 802.3 SNAP rx decap type A-MSDU handling
      ath10k: plug possible memory leak in WMI
      ath10k: add support for firmware newer than 636
      ath10k: add support for HTT 3.0
      ath10k: use inline ce_state structure
      ath10k: remove ce_op_state
      ath10k: remove unused ce_attr parameters
      ath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
      ath10k: rename ce_state to ath10k_ce_pipe
      ath10k: rename ce_ring_state to ath10k_ce_ring

Mohammed Shafi Shajakhan (1):
      ath10k: Fix mutex unlock balance

 drivers/net/wireless/ath/ath10k/ce.c     |  291 +++++++++++++-------------
 drivers/net/wireless/ath/ath10k/ce.h     |   74 +++----
 drivers/net/wireless/ath/ath10k/core.c   |   46 +++--
 drivers/net/wireless/ath/ath10k/core.h   |   13 +-
 drivers/net/wireless/ath/ath10k/debug.c  |   23 ++-
 drivers/net/wireless/ath/ath10k/htc.c    |    8 +-
 drivers/net/wireless/ath/ath10k/htt.c    |   19 +-
 drivers/net/wireless/ath/ath10k/htt.h    |    6 +-
 drivers/net/wireless/ath/ath10k/htt_rx.c |   12 +-
 drivers/net/wireless/ath/ath10k/htt_tx.c |   74 +++++--
 drivers/net/wireless/ath/ath10k/hw.h     |   19 +-
 drivers/net/wireless/ath/ath10k/mac.c    |   22 +-
 drivers/net/wireless/ath/ath10k/pci.c    |  325 ++++++++++++++++++++----------
 drivers/net/wireless/ath/ath10k/pci.h    |   73 +++----
 drivers/net/wireless/ath/ath10k/wmi.c    |   33 ++-
 drivers/net/wireless/ath/ath10k/wmi.h    |   16 +-
 16 files changed, 626 insertions(+), 428 deletions(-)

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Pull request: ath 20130930
  2013-09-03  8:14 ` Kalle Valo
@ 2013-09-03  8:27   ` Kalle Valo
  -1 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2013-09-03  8:27 UTC (permalink / raw)
  To: John W. Linville; +Cc: ath6kl-devel, linux-wireless, ath10k

Kalle Valo <kvalo@qca.qualcomm.com> writes:

> Hi John,
>
> here are latest ath10k changes, I hope it's still time to get these to
> 3.12. The changelog for the pull request:
>
> Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
> just too much to support it. Michal added support for the new firmware
> interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
> minor fixes or cleanups.

Oops, the date in the subject is wrong. Of course it should be 20130903.

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Pull request: ath 20130930
@ 2013-09-03  8:27   ` Kalle Valo
  0 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2013-09-03  8:27 UTC (permalink / raw)
  To: John W. Linville; +Cc: ath6kl-devel, linux-wireless, ath10k

Kalle Valo <kvalo@qca.qualcomm.com> writes:

> Hi John,
>
> here are latest ath10k changes, I hope it's still time to get these to
> 3.12. The changelog for the pull request:
>
> Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
> just too much to support it. Michal added support for the new firmware
> interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
> minor fixes or cleanups.

Oops, the date in the subject is wrong. Of course it should be 20130903.

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Pull request: ath 20130930
  2013-09-03  8:14 ` Kalle Valo
@ 2013-09-24  7:33   ` Kalle Valo
  -1 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2013-09-24  7:33 UTC (permalink / raw)
  To: John W. Linville; +Cc: ath6kl-devel, linux-wireless, ath10k

Hi John,

when you start merging again please consider taking this pull request
which I sent too late last time. It should be still valid.

I have more patches queued up during the merge window, but I'm planning
to send them after you have pulled this. But if you prefer to have
everything in one go, I can do that as well.

Kalle

Kalle Valo <kvalo@qca.qualcomm.com> writes:

> Hi John,
>
> here are latest ath10k changes, I hope it's still time to get these to
> 3.12. The changelog for the pull request:
>
> Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
> just too much to support it. Michal added support for the new firmware
> interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
> minor fixes or cleanups.
>
> The following changes since commit 9d0e2f0772d394060bf3b17cd1f3a35574365103:
>
>   ath6kl: Fix invalid pointer access on fuzz testing with AP mode (2013-08-07 10:58:59 +0300)
>
> are available in the git repository at:
>
>   git://github.com/kvalo/ath.git for-linville
>
> for you to fetch changes up to 763b8cd31493f452094fd0eaeedb8cad37c756a2:
>
>   ath10k: add chip_id file to debugfs (2013-09-03 09:59:53 +0300)
>
> ----------------------------------------------------------------
> Bartosz Markowski (2):
>       ath10k: Remove qca98xx hw1.0 support
>       ath10k: update supported FW build version
>
> Janusz Dziedzic (2):
>       ath10k: setup peer UAPSD flag correctly
>       ath10k: check allocation errors in CE
>
> Kalle Valo (10):
>       ath10k: remove un ar_pci->cacheline_sz field
>       ath10k: pci: make host_ce_config_wlan[] more readable
>       ath10k: make target_ce_config_wlan more readable
>       ath10k: remove void pointer from struct ath10k_pci_compl
>       ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10k
>       ath10k: clean up ath10k_ce_completed_send_next_nolock()
>       ath10k: convert ath10k_pci_wake() to return
>       ath10k: simplify ath10k_ce_init() wake up handling
>       ath10k: check chip id from the soc register during probe
>       ath10k: add chip_id file to debugfs
>
> Marek Puzyniak (1):
>       ath10k: fix WEP in AP and IBSS mode
>
> Michal Kazior (15):
>       ath10k: clean up monitor start code
>       ath10k: use sizeof(*var) in kmalloc
>       ath10k: clean up PCI completion states
>       ath10k: print errcode when CE ring setup fails
>       ath10k: fix HTT service setup
>       ath10k: implement 802.3 SNAP rx decap type A-MSDU handling
>       ath10k: plug possible memory leak in WMI
>       ath10k: add support for firmware newer than 636
>       ath10k: add support for HTT 3.0
>       ath10k: use inline ce_state structure
>       ath10k: remove ce_op_state
>       ath10k: remove unused ce_attr parameters
>       ath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
>       ath10k: rename ce_state to ath10k_ce_pipe
>       ath10k: rename ce_ring_state to ath10k_ce_ring
>
> Mohammed Shafi Shajakhan (1):
>       ath10k: Fix mutex unlock balance
>
>  drivers/net/wireless/ath/ath10k/ce.c     |  291 +++++++++++++-------------
>  drivers/net/wireless/ath/ath10k/ce.h     |   74 +++----
>  drivers/net/wireless/ath/ath10k/core.c   |   46 +++--
>  drivers/net/wireless/ath/ath10k/core.h   |   13 +-
>  drivers/net/wireless/ath/ath10k/debug.c  |   23 ++-
>  drivers/net/wireless/ath/ath10k/htc.c    |    8 +-
>  drivers/net/wireless/ath/ath10k/htt.c    |   19 +-
>  drivers/net/wireless/ath/ath10k/htt.h    |    6 +-
>  drivers/net/wireless/ath/ath10k/htt_rx.c |   12 +-
>  drivers/net/wireless/ath/ath10k/htt_tx.c |   74 +++++--
>  drivers/net/wireless/ath/ath10k/hw.h     |   19 +-
>  drivers/net/wireless/ath/ath10k/mac.c    |   22 +-
>  drivers/net/wireless/ath/ath10k/pci.c    |  325 ++++++++++++++++++++----------
>  drivers/net/wireless/ath/ath10k/pci.h    |   73 +++----
>  drivers/net/wireless/ath/ath10k/wmi.c    |   33 ++-
>  drivers/net/wireless/ath/ath10k/wmi.h    |   16 +-
>  16 files changed, 626 insertions(+), 428 deletions(-)

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Pull request: ath 20130930
@ 2013-09-24  7:33   ` Kalle Valo
  0 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2013-09-24  7:33 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, ath10k, ath6kl-devel

Hi John,

when you start merging again please consider taking this pull request
which I sent too late last time. It should be still valid.

I have more patches queued up during the merge window, but I'm planning
to send them after you have pulled this. But if you prefer to have
everything in one go, I can do that as well.

Kalle

Kalle Valo <kvalo@qca.qualcomm.com> writes:

> Hi John,
>
> here are latest ath10k changes, I hope it's still time to get these to
> 3.12. The changelog for the pull request:
>
> Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
> just too much to support it. Michal added support for the new firmware
> interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
> minor fixes or cleanups.
>
> The following changes since commit 9d0e2f0772d394060bf3b17cd1f3a35574365103:
>
>   ath6kl: Fix invalid pointer access on fuzz testing with AP mode (2013-08-07 10:58:59 +0300)
>
> are available in the git repository at:
>
>   git://github.com/kvalo/ath.git for-linville
>
> for you to fetch changes up to 763b8cd31493f452094fd0eaeedb8cad37c756a2:
>
>   ath10k: add chip_id file to debugfs (2013-09-03 09:59:53 +0300)
>
> ----------------------------------------------------------------
> Bartosz Markowski (2):
>       ath10k: Remove qca98xx hw1.0 support
>       ath10k: update supported FW build version
>
> Janusz Dziedzic (2):
>       ath10k: setup peer UAPSD flag correctly
>       ath10k: check allocation errors in CE
>
> Kalle Valo (10):
>       ath10k: remove un ar_pci->cacheline_sz field
>       ath10k: pci: make host_ce_config_wlan[] more readable
>       ath10k: make target_ce_config_wlan more readable
>       ath10k: remove void pointer from struct ath10k_pci_compl
>       ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10k
>       ath10k: clean up ath10k_ce_completed_send_next_nolock()
>       ath10k: convert ath10k_pci_wake() to return
>       ath10k: simplify ath10k_ce_init() wake up handling
>       ath10k: check chip id from the soc register during probe
>       ath10k: add chip_id file to debugfs
>
> Marek Puzyniak (1):
>       ath10k: fix WEP in AP and IBSS mode
>
> Michal Kazior (15):
>       ath10k: clean up monitor start code
>       ath10k: use sizeof(*var) in kmalloc
>       ath10k: clean up PCI completion states
>       ath10k: print errcode when CE ring setup fails
>       ath10k: fix HTT service setup
>       ath10k: implement 802.3 SNAP rx decap type A-MSDU handling
>       ath10k: plug possible memory leak in WMI
>       ath10k: add support for firmware newer than 636
>       ath10k: add support for HTT 3.0
>       ath10k: use inline ce_state structure
>       ath10k: remove ce_op_state
>       ath10k: remove unused ce_attr parameters
>       ath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
>       ath10k: rename ce_state to ath10k_ce_pipe
>       ath10k: rename ce_ring_state to ath10k_ce_ring
>
> Mohammed Shafi Shajakhan (1):
>       ath10k: Fix mutex unlock balance
>
>  drivers/net/wireless/ath/ath10k/ce.c     |  291 +++++++++++++-------------
>  drivers/net/wireless/ath/ath10k/ce.h     |   74 +++----
>  drivers/net/wireless/ath/ath10k/core.c   |   46 +++--
>  drivers/net/wireless/ath/ath10k/core.h   |   13 +-
>  drivers/net/wireless/ath/ath10k/debug.c  |   23 ++-
>  drivers/net/wireless/ath/ath10k/htc.c    |    8 +-
>  drivers/net/wireless/ath/ath10k/htt.c    |   19 +-
>  drivers/net/wireless/ath/ath10k/htt.h    |    6 +-
>  drivers/net/wireless/ath/ath10k/htt_rx.c |   12 +-
>  drivers/net/wireless/ath/ath10k/htt_tx.c |   74 +++++--
>  drivers/net/wireless/ath/ath10k/hw.h     |   19 +-
>  drivers/net/wireless/ath/ath10k/mac.c    |   22 +-
>  drivers/net/wireless/ath/ath10k/pci.c    |  325 ++++++++++++++++++++----------
>  drivers/net/wireless/ath/ath10k/pci.h    |   73 +++----
>  drivers/net/wireless/ath/ath10k/wmi.c    |   33 ++-
>  drivers/net/wireless/ath/ath10k/wmi.h    |   16 +-
>  16 files changed, 626 insertions(+), 428 deletions(-)

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Pull request: ath 20130930
  2013-09-03  8:14 ` Kalle Valo
@ 2013-09-26 18:57   ` John W. Linville
  -1 siblings, 0 replies; 8+ messages in thread
From: John W. Linville @ 2013-09-26 18:57 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath6kl-devel, linux-wireless, ath10k

On Tue, Sep 03, 2013 at 11:14:22AM +0300, Kalle Valo wrote:
> Hi John,
> 
> here are latest ath10k changes, I hope it's still time to get these to
> 3.12. The changelog for the pull request:
> 
> Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
> just too much to support it. Michal added support for the new firmware
> interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
> minor fixes or cleanups.
> 
> The following changes since commit 9d0e2f0772d394060bf3b17cd1f3a35574365103:
> 
>   ath6kl: Fix invalid pointer access on fuzz testing with AP mode (2013-08-07 10:58:59 +0300)
> 
> are available in the git repository at:
> 
>   git://github.com/kvalo/ath.git for-linville
> 
> for you to fetch changes up to 763b8cd31493f452094fd0eaeedb8cad37c756a2:
> 
>   ath10k: add chip_id file to debugfs (2013-09-03 09:59:53 +0300)

Pulling now...

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Pull request: ath 20130930
@ 2013-09-26 18:57   ` John W. Linville
  0 siblings, 0 replies; 8+ messages in thread
From: John W. Linville @ 2013-09-26 18:57 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, ath10k, ath6kl-devel

On Tue, Sep 03, 2013 at 11:14:22AM +0300, Kalle Valo wrote:
> Hi John,
> 
> here are latest ath10k changes, I hope it's still time to get these to
> 3.12. The changelog for the pull request:
> 
> Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
> just too much to support it. Michal added support for the new firmware
> interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
> minor fixes or cleanups.
> 
> The following changes since commit 9d0e2f0772d394060bf3b17cd1f3a35574365103:
> 
>   ath6kl: Fix invalid pointer access on fuzz testing with AP mode (2013-08-07 10:58:59 +0300)
> 
> are available in the git repository at:
> 
>   git://github.com/kvalo/ath.git for-linville
> 
> for you to fetch changes up to 763b8cd31493f452094fd0eaeedb8cad37c756a2:
> 
>   ath10k: add chip_id file to debugfs (2013-09-03 09:59:53 +0300)

Pulling now...

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-09-26 19:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03  8:14 Pull request: ath 20130930 Kalle Valo
2013-09-03  8:14 ` Kalle Valo
2013-09-03  8:27 ` Kalle Valo
2013-09-03  8:27   ` Kalle Valo
2013-09-24  7:33 ` Kalle Valo
2013-09-24  7:33   ` Kalle Valo
2013-09-26 18:57 ` John W. Linville
2013-09-26 18:57   ` John W. Linville

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.