netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-17 08:05:31 to 2019-12-17 16:21:04 UTC [more...]

[PATCH v2 00/55] Improve wfx driver
 2019-12-17 16:15 UTC  (51+ messages)
` [PATCH v2 02/55] staging: wfx: fix case of lack of tx_retry_policies
` [PATCH v2 07/55] staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1Mbps
` [PATCH v2 08/55] staging: wfx: detect race condition in WEP authentication
` [PATCH v2 09/55] staging: wfx: fix hif_set_mfp() with big endian hosts
` [PATCH v2 10/55] staging: wfx: fix wrong error message
` [PATCH v2 11/55] staging: wfx: increase SPI bus frequency limit
` [PATCH v2 12/55] staging: wfx: don't print useless error messages
` [PATCH v2 13/55] staging: wfx: avoid double warning when no more tx policy are available
` [PATCH v2 14/55] staging: wfx: improve error message on unexpected confirmation
` [PATCH v2 15/55] staging: wfx: take advantage of IS_ERR_OR_NULL()
` [PATCH v2 16/55] staging: wfx: uniformize naming rule
` [PATCH v2 17/55] staging: wfx: use meaningful names for CFG_BYTE_ORDER_*
` [PATCH v2 18/55] staging: wfx: remove useless include
` [PATCH v2 19/55] staging: wfx: simplify variable assignment
` [PATCH v2 20/55] staging: wfx: make conditions easier to read
` [PATCH v2 21/55] staging: wfx: ensure that traces never modify arguments
` [PATCH v2 22/55] staging: wfx: ensure that received hif messages are never modified
` [PATCH v2 23/55] staging: wfx: fix typo in "num_of_ssi_ds"
` [PATCH v2 24/55] staging: wfx: fix typo in "num_i_es"
` [PATCH v2 25/55] staging: wfx: fix name of struct hif_req_start_scan_alt
` [PATCH v2 26/55] staging: wfx: improve API of hif_req_join->infrastructure_bss_mode
` [PATCH v2 27/55] staging: wfx: better naming for hif_req_join->short_preamble
` [PATCH v2 28/55] staging: wfx: better naming for hif_mib_set_association_mode->greenfield
` [PATCH v2 29/55] staging: wfx: simplify handling of tx_lock in wfx_do_join()
` [PATCH v2 30/55] staging: wfx: firmware already handle powersave mode during scan
` [PATCH v2 31/55] staging: wfx: declare wfx_set_pm() static
` [PATCH v2 32/55] staging: wfx: drop useless argument from wfx_set_pm()
` [PATCH v2 33/55] staging: wfx: remove redundant test while calling wfx_update_pm()
` [PATCH v2 34/55] staging: wfx: drop unnecessary wvif->powersave_mode
` [PATCH v2 35/55] staging: wfx: do not try to save call to hif_set_pm()
` [PATCH v2 36/55] staging: wfx: fix pm_mode timeout
` [PATCH v2 37/55] staging: wfx: simplify wfx_conf_tx()
` [PATCH v2 38/55] staging: wfx: prefer a bitmask instead of an array of boolean
` [PATCH v2 39/55] staging: wfx: simplify hif_set_uapsd_info() usage
` [PATCH v2 40/55] staging: wfx: simplify hif_set_pm() usage
` [PATCH v2 41/55] staging: wfx: drop struct wfx_edca_params
` [PATCH v2 42/55] staging: wfx: remove unnecessary EDCA initialisation
` [PATCH v2 43/55] staging: wfx: simplify hif_set_edca_queue_params() usage
` [PATCH v2 44/55] staging: wfx: hif_scan() never fails
` [PATCH v2 45/55] staging: wfx: device already handle sleep mode during scan
` [PATCH v2 46/55] staging: wfx: drop useless wfx_scan_complete()
` [PATCH v2 47/55] staging: wfx: simplify hif_scan() usage
` [PATCH v2 48/55] staging: wfx: introduce update_probe_tmpl()
` [PATCH v2 49/55] staging: wfx: simplify hif_set_template_frame() usage
` [PATCH v2 50/55] staging: wfx: rewrite wfx_hw_scan()
` [PATCH v2 51/55] staging: wfx: workaround bug with "iw scan"
` [PATCH v2 52/55] staging: wfx: delayed_unjoin cannot happen
` [PATCH v2 53/55] staging: wfx: delayed_link_loss "
` [PATCH v2 54/55] staging: wfx: implement cancel_hw_scan()
` [PATCH v2 55/55] staging: wfx: update TODO

[PATCH bpf v2 0/4] Fix concurrency issues between XSK wakeup and control path using RCU
 2019-12-17 16:20 UTC  (5+ messages)
` [PATCH bpf v2 1/4] xsk: Add rcu_read_lock around the XSK wakeup
` [PATCH bpf v2 2/4] net/mlx5e: Fix concurrency issues between config flow and XSK
` [PATCH bpf v2 3/4] net/i40e: "
` [PATCH bpf v2 4/4] net/ixgbe: "

pull-request: wireless-drivers-2019-12-17
 2019-12-17 16:16 UTC 

WARNING in wp_page_copy
 2019-12-17 15:57 UTC  (7+ messages)

[PATCH net-next v2] openvswitch: add TTL decrement action
 2019-12-17 15:51 UTC 

[PATCH net-next 0/3] net: axienet: Fix random driver issues
 2019-12-17 15:49 UTC  (6+ messages)
` [PATCH net-next 1/3] net: axienet: Propagate registration errors during probe
` [PATCH net-next 3/3] net: axienet: Pass ioctls to the phy

[PATCH net-next 00/11] phylib consolidation
 2019-12-17 15:48 UTC  (22+ messages)
` [PATCH net-next 01/11] net: phy: remove redundant .aneg_done initialisers
` [PATCH net-next 02/11] net: phy: use phy_resolve_aneg_pause()
` [PATCH net-next 03/11] net: phy: add genphy_check_and_restart_aneg()
` [PATCH net-next 04/11] net: phy: provide and use genphy_read_status_fixed()
` [PATCH net-next 05/11] net: phy: marvell: rearrange to use genphy_read_lpa()
` [PATCH net-next 06/11] net: phy: marvell: initialise link partner state earlier
` [PATCH net-next 07/11] net: phy: marvell: use positive logic for link state
` [PATCH net-next 08/11] net: phy: marvell: consolidate phy status reading
` [PATCH net-next 09/11] net: phy: marvell: use existing clause 37 definitions
` [PATCH net-next 10/11] net: phy: marvell: use phy_modify_changed()
` [PATCH net-next 11/11] net: phy: marvell: use genphy_check_and_restart_aneg()

[PATCH net-next] net: mvpp2: cycle comphy to power it down
 2019-12-17 15:47 UTC 

[PATCH bpf-next 00/15] Add code-generated BPF object skeleton support
 2019-12-17 15:45 UTC  (6+ messages)
` [PATCH bpf-next 11/15] bpftool: add skeleton codegen command

XDP multi-buffer design discussion
 2019-12-17 15:44 UTC  (5+ messages)

[PATCH V6 net-next 00/11] Peer to Peer One-Step time stamping
 2019-12-17 15:33 UTC  (19+ messages)
` [PATCH V6 net-next 01/11] net: phy: Introduce helper functions for time stamping support
` [PATCH V6 net-next 02/11] net: macvlan: Use the PHY time stamping interface
` [PATCH V6 net-next 03/11] net: vlan: "
` [PATCH V6 net-next 04/11] net: ethtool: "
` [PATCH V6 net-next 05/11] net: netcp_ethss: "
` [PATCH V6 net-next 06/11] net: Introduce a new MII "
` [PATCH V6 net-next 08/11] dt-bindings: ptp: Introduce MII time stamping devices
` [PATCH V6 net-next 09/11] net: mdio: of: Register discovered MII time stampers
` [PATCH V6 net-next 11/11] ptp: Add a driver for InES time stamping IP core

[PATCH net-next 0/3] xen-netback: clean-up
 2019-12-17 15:23 UTC  (7+ messages)
` [PATCH net-next 1/3] xen-netback: move netback_probe() and netback_remove() to the end
` [PATCH net-next 2/3] xen-netback: switch state to InitWait at the end of netback_probe()
` [PATCH net-next 3/3] xen-netback: remove 'hotplug-status' once it has served its purpose

[PATCH 00/55] Improve wfx driver
 2019-12-17 15:15 UTC  (10+ messages)
` [PATCH 01/55] staging: wfx: fix the cache of rate policies on interface reset
` [PATCH 07/55] staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1Mbps

[PATCH iproute2 0/3] Devlink health reporter's issues
 2019-12-17 15:08 UTC  (3+ messages)

[PATCH bpf-next 0/8] Extend SOCKMAP to store listening sockets
 2019-12-17 15:06 UTC  (10+ messages)
` [PATCH bpf-next 4/8] bpf, sockmap: Don't let child socket inherit psock or its ops on copy

[PATCH] mt76: fix LED link time failure
 2019-12-17 14:59 UTC  (3+ messages)

[PATCH v2 0/9] thunderbolt: Add support for USB4
 2019-12-17 14:56 UTC  (14+ messages)
` [PATCH v2 1/9] thunderbolt: Make tb_find_port() available to other files
` [PATCH v2 2/9] thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n()
` [PATCH v2 3/9] thunderbolt: Populate PG field in hot plug acknowledgment packet
` [PATCH v2 4/9] thunderbolt: Add initial support for USB4
` [PATCH v2 5/9] thunderbolt: Update Kconfig entries to USB4
` [PATCH v2 6/9] thunderbolt: Make tb_switch_find_cap() available to other files
` [PATCH v2 7/9] thunderbolt: Add support for Time Management Unit
` [PATCH v2 8/9] thunderbolt: Add support for USB 3.x tunnels
` [PATCH v2 9/9] thunderbolt: Update documentation with the USB4 information

[PATCH] RFC: platform driver registering via initcall tables
 2019-12-17 14:50 UTC  (6+ messages)

[PATCH v4 bpf-next 0/4] Add libbpf-provided extern variables support
 2019-12-17 14:42 UTC  (5+ messages)
` [PATCH v4 bpf-next 2/4] libbpf: support libbpf-provided extern variables

[PATCH] ath10k: Fix some typo in some warning messages
 2019-12-17 14:24 UTC  (2+ messages)

[PATCH v11 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17 14:19 UTC  (2+ messages)
` [PATCH v12 "

[PATCH iproute2-next] taprio: Add support for the SetAndHold and SetAndRelease commands
 2019-12-17 14:10 UTC 

[PATCH netfilter/iptables] Add new slavedev match extension
 2019-12-17 13:56 UTC  (3+ messages)
` [PATCH nf-next] netfilter: xt_slavedev: Add new L3master slave input device match
` [PATCH iptables] extensions: Add new xt_slavedev input interface match extension

[PATCH v9 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17 13:56 UTC  (4+ messages)
` [RFC PATCH] mm/gup: try_pin_compound_head() can be static

[PATCH net-next] net: sfp: report error on failure to read sfp soft status
 2019-12-17 13:50 UTC 

[PATCH bpf-next 0/4] Fix perf_buffer creation on systems with offline CPUs
 2019-12-17 13:00 UTC  (4+ messages)

[PATCH net] net: phy: make phy_error() report which PHY has failed
 2019-12-17 12:53 UTC 

[PATCH net-next v2 0/7] net: stmmac: Improvements for -next
 2019-12-17 12:46 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: stmmac: Print more information in DebugFS DMA Capabilities file
` [PATCH net-next v2 2/7] net: stmmac: Always arm TX Timer at end of transmission start
` [PATCH net-next v2 3/7] net: stmmac: Let TX and RX interrupts be independently enabled/disabled
` [PATCH net-next v2 4/7] net: stmmac: Always use TX coalesce timer value when rescheduling
` [PATCH net-next v2 5/7] net: stmmac: Add basic EST support for GMAC5+
` [PATCH net-next v2 6/7] net: stmmac: Add basic EST support for XGMAC
` [PATCH net-next v2 7/7] net: stmmac: Integrate EST with TAPRIO scheduler API

[PATCH v2 00/23] V2: Break up from one patch to multiple
 2019-12-17 12:37 UTC  (5+ messages)
` [PATCH v2 03/23] staging:qlge: Fix WARNING: Missing a blank line after declarations
  ` [PATCH v2 03/23] staging: qlge: "
` [PATCH v2 04/23] "

[PATCH net] sctp: fix memleak on err handling of stream initialization
 2019-12-17 12:33 UTC  (4+ messages)

[PATCH bpf] bpf: Fix cgroup local storage prog tracking
 2019-12-17 12:28 UTC 

[PATCH] e100: remove unused varibale err in e100_diag_test()
 2019-12-17 12:26 UTC 

memory leak in sctp_stream_init
 2019-12-17 11:53 UTC  (5+ messages)

[PATCH] net-sysfs: Call dev_hold always in rx_queue_add_kobject
 2019-12-17 11:46 UTC 

[PATCH net v2 0/8] net: stmmac: Fixes for -net
 2019-12-17 11:42 UTC  (9+ messages)
` [PATCH net v2 1/8] net: stmmac: selftests: Needs to check the number of Multicast regs
` [PATCH net v2 2/8] net: stmmac: Determine earlier the size of RX buffer
` [PATCH net v2 3/8] net: stmmac: Do not accept invalid MTU values
` [PATCH net v2 4/8] net: stmmac: Only the last buffer has the FCS field
` [PATCH net v2 5/8] net: stmmac: xgmac: Clear previous RX buffer size
` [PATCH net v2 6/8] net: stmmac: RX buffer size must be 16 byte aligned
` [PATCH net v2 7/8] net: stmmac: 16KB buffer "
` [PATCH net v2 8/8] net: stmmac: Enable 16KB buffer size

[PATCH] net: dsa: make unexported dsa_link_touch() static
 2019-12-17 11:30 UTC  (2+ messages)

[PATCH net 1/1] nfp: flower: fix stats id allocation
 2019-12-17 11:28 UTC 

[PATCH bpf-next] libbpf: Fix libbpf_common.h when installing libbpf through 'make install'
 2019-12-17 11:28 UTC 

RSTP with switchdev question
 2019-12-17 11:21 UTC  (3+ messages)

[PATCH] net-sysfs: Call dev_hold always in rx_queue_add_kobject
 2019-12-17 11:09 UTC  (2+ messages)

[PATCH net-next v2 0/3] improve clause 45 support in phylink
 2019-12-17 10:48 UTC  (3+ messages)
` [PATCH net-next v2 3/3] net: mvpp2: update mvpp2 validate() implementation

[PATCH] iavf: remove current MAC address filter on VF reset
 2019-12-17 10:29 UTC 

memory leak in _sctp_make_chunk
 2019-12-17 10:16 UTC  (2+ messages)

[PATCH v6 0/5] add dsa switch support for ar9331
 2019-12-17 10:00 UTC  (3+ messages)
` [PATCH v6 1/5] net: ag71xx: port to phylink

[PATCH] dt-bindings: net: mdio: use non vendor specific compatible string in example
 2019-12-17  9:57 UTC  (6+ messages)

[PATCH bpf-next v12 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-12-17  9:47 UTC  (4+ messages)
` [PATCH bpf-next v13 0/2] bpf: adding get_fd_path helper
  ` [PATCH bpf-next v13 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname
  ` [PATCH bpf-next v13 2/2] selftests/bpf: test for bpf_get_fd_path() from tracepoint

[PATCH bpf-next v12 0/2] bpf: adding get_file_path helper
 2019-12-17  9:44 UTC  (6+ messages)
` [PATCH bpf-next v12 2/2] selftests/bpf: test for bpf_get_file_path() from tracepoint

[PATCH][v2] page_pool: handle page recycle for NUMA_NO_NODE condition
 2019-12-17  9:11 UTC  (11+ messages)

[PATCH v5 0/5] add dsa switch support for ar9331
 2019-12-17  8:55 UTC  (7+ messages)
` [PATCH v5 2/5] dt-bindings: net: dsa: qca,ar9331 switch documentation
` [PATCH v5 3/5] MIPS: ath79: ar9331: add ar9331-switch node
` [PATCH v5 5/5] net: dsa: add support for Atheros AR9331 built-in switch

[RFC PATCH bpf-next] xdp: Add tracepoint on XDP program return
 2019-12-17  8:52 UTC  (4+ messages)

[PATCH net-next 0/2] net: sched: unify __gnet_stats_copy_xxx() for percpu and non-percpu
 2019-12-17  8:47 UTC  (3+ messages)
` [PATCH net-next 1/2] net: sched: keep __gnet_stats_copy_xxx() same semantics for percpu stats
` [PATCH net-next 2/2] net: sched: fix wrong class stats dumping in sch_mqprio

[PATCH v4 0/5] add dsa switch support for ar9331
 2019-12-17  8:44 UTC  (6+ messages)
` [PATCH v4 2/5] dt-bindings: net: dsa: qca,ar9331 switch documentation

[PATCH bpf-next 00/13] Introduce BPF STRUCT_OPS
 2019-12-17  8:26 UTC  (5+ messages)
` [PATCH bpf-next 09/13] bpf: Add BPF_FUNC_jiffies


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