netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-16 09:51:04 to 2019-12-16 20:21:19 UTC [more...]

[PATCH net 0/8] net: stmmac: Fixes for -net
 2019-12-16 20:21 UTC  (4+ messages)

[PATCH net-next] net: Use rx_nohandler for unhandled packets
 2019-12-16 20:16 UTC  (4+ messages)

[PATCH net-next 0/4] net: stmmac: Improvements for -next
 2019-12-16 20:16 UTC  (9+ messages)
` [PATCH net-next 3/4] net: stmmac: Let TX and RX interrupts be independently enabled/disabled
` [PATCH net-next 4/4] net: stmmac: Always use TX coalesce timer value when rescheduling

[PATCH] [staging-next] isdn: don't mark kcapi_proc_exit as __exit
 2019-12-16 19:48 UTC 

[PATCH bpf-next 00/13] Introduce BPF STRUCT_OPS
 2019-12-16 19:48 UTC  (9+ messages)
` [PATCH bpf-next 01/13] bpf: Save PTR_TO_BTF_ID register state when spilling to stack
` [PATCH bpf-next 09/13] bpf: Add BPF_FUNC_jiffies

[PATCH v4 bpf-next 00/17] Add code-generated BPF object skeleton support
 2019-12-16 19:35 UTC  (5+ messages)

[PATCH bpf] bpf: Add LBR data to BPF_PROG_TYPE_PERF_EVENT prog context
 2019-12-16 19:29 UTC  (2+ messages)

[PATCH v4 bpf-next 0/4] Add libbpf-provided extern variables support
 2019-12-16 19:34 UTC  (10+ messages)
` [PATCH v4 bpf-next 2/4] libbpf: support libbpf-provided extern variables

[PATCH bpf-next] libbpf: add zlib as a dependency in pkg-config template
 2019-12-16 19:33 UTC  (2+ messages)

debugging TCP stalls on high-speed wifi
 2019-12-16 19:20 UTC  (2+ messages)

[PATCH net-next] net: dsa: Make PHYLINK related function static again
 2019-12-16 18:55 UTC  (3+ messages)

memory leak in _sctp_make_chunk
 2019-12-16 18:55 UTC 

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

[PATCH bpf] bpf: fix missing prog untrack in release_maps
 2019-12-16 18:52 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Print hint about ulimit when getting permission denied error
 2019-12-16 18:00 UTC  (8+ messages)

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

[PATCH net-next 0/3] net: axienet: Fix random driver issues
 2019-12-16 18:32 UTC  (4+ messages)
` [PATCH net-next 1/3] net: axienet: Propagate registration errors during probe
` [PATCH net-next 2/3] net: axienet: Support software transmit time stamping
` [PATCH net-next 3/3] net: axienet: Pass ioctls to the phy

[PATCH bpf-next v2] libbpf: Print hint about ulimit when getting permission denied error
 2019-12-16 18:12 UTC 

[RFC PATCH bpf-next] xdp: Add tracepoint on XDP program return
 2019-12-16 18:17 UTC  (2+ messages)

[net-next 1/1] tipc: don't send gap blocks in ACK messages
 2019-12-16 18:21 UTC 

[PATCH 5.4 151/177] seccomp: avoid overflow in implicit constant conversion
 2019-12-16 17:50 UTC 

[PATCH 5.3 131/180] seccomp: avoid overflow in implicit constant conversion
 2019-12-16 17:49 UTC 

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

[PATCH net-next 00/11] Multipath TCP: Prerequisites
 2019-12-16 17:28 UTC  (6+ messages)
` [PATCH net-next 09/11] tcp: Check for filled TCP option space before SACK
    ` [MPTCP] "

[PATCH v1] net: ag71xx: fix compile warnings
 2019-12-16 17:26 UTC  (2+ messages)

[PATCH v5 0/5] add dsa switch support for ar9331
 2019-12-16 17:09 UTC  (5+ messages)
` [PATCH v5 4/5] net: dsa: add support for Atheros AR9331 TAG format
` [PATCH v5 5/5] net: dsa: add support for Atheros AR9331 built-in switch

[PATCH net-next mlxsw v1 00/10] Add a new Qdisc, ETS
 2019-12-16 17:01 UTC  (11+ messages)
` [PATCH net-next mlxsw v1 01/10] net: pkt_cls: Clarify a comment
` [PATCH net-next mlxsw v1 02/10] mlxsw: spectrum_qdisc: "
` [PATCH net-next mlxsw v1 03/10] mlxsw: spectrum: Rename MLXSW_REG_QEEC_HIERARCY_* enumerators
` [PATCH net-next mlxsw v1 04/10] net: sch_ets: Add a new Qdisc
` [PATCH net-next mlxsw v1 05/10] net: sch_ets: Make the ETS qdisc offloadable
` [PATCH net-next mlxsw v1 06/10] mlxsw: spectrum_qdisc: Generalize PRIO offload to support ETS
` [PATCH net-next mlxsw v1 07/10] mlxsw: spectrum_qdisc: Support offloading of ETS Qdisc
` [PATCH net-next mlxsw v1 08/10] selftests: forwarding: Move start_/stop_traffic from mlxsw to lib.sh
` [PATCH net-next mlxsw v1 09/10] selftests: forwarding: sch_ets: Add test coverage for ETS Qdisc
` [PATCH net-next mlxsw v1 10/10] selftests: qdiscs: "

RSTP with switchdev question
 2019-12-16 16:55 UTC  (2+ messages)

[PATCH] net: dsa: b53: Fix egress flooding settings
 2019-12-16 16:46 UTC  (2+ messages)

[PATCH bpf-next v5 0/6] Introduce the BPF dispatcher
 2019-12-16 16:45 UTC  (3+ messages)
` [PATCH bpf-next v5 6/6] bpf, x86: align dispatcher branch targets to 16B

[PATCH net-next v2 00/10] Simplify IPv4 route offload API
 2019-12-16 16:44 UTC  (11+ messages)
` [PATCH net-next v2 01/10] net: fib_notifier: Add temporary events to the FIB notification chain
` [PATCH net-next v2 04/10] ipv4: Notify route if replacing currently offloaded one
` [PATCH net-next v2 05/10] ipv4: Notify newly added route if should be offloaded
` [PATCH net-next v2 06/10] ipv4: Handle route deletion notification
` [PATCH net-next v2 10/10] ipv4: Remove old route notifications and convert listeners

[PATCH v2] staging: intel-gwdpa: gswip: Introduce Gigabit Ethernet Switch (GSWIP) device driver
 2019-12-16 16:16 UTC  (2+ messages)

[PATCH V6 net-next 00/11] Peer to Peer One-Step time stamping
 2019-12-16 16:13 UTC  (12+ 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 07/11] net: Add a layer for non-PHY MII time stamping drivers
` [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 10/11] net: Introduce peer to peer one step PTP time stamping
` [PATCH V6 net-next 11/11] ptp: Add a driver for InES time stamping IP core

[PATCH v11 net-next 0/2] Use MFD framework for SGI IOC3 drivers
 2019-12-16 16:00 UTC  (4+ messages)
` [PATCH v11 net-next 2/2] mfd: ioc3: Add driver for SGI IOC3 chip

[PATCH net v2] net/ibmvnic: Fix typo in retry check
 2019-12-16 15:57 UTC  (3+ messages)

[PATCH net v2] dpaa2-ptp: fix double free of the ptp_qoriq IRQ
 2019-12-16 15:32 UTC 

WARNING in wp_page_copy
 2019-12-16 15:10 UTC  (4+ messages)

[PATCH bpf-next v2 0/9] riscv: BPF JIT fix, optimizations and far jumps support
 2019-12-16 15:09 UTC  (3+ messages)
` [PATCH bpf-next v2 6/9] riscv, bpf: provide RISC-V specific JIT image alloc/free

[PATCH bpf-next] samples/bpf: Attach XDP programs in driver mode by default
 2019-12-16 15:06 UTC  (5+ messages)

[PATCH bpf-next] samples/bpf: Set -fno-stack-protector when building BPF programs
 2019-12-16 15:04 UTC  (2+ messages)

[RESEND PATCH] kernel: bpf: add releases() annotation
 2019-12-16 15:04 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: Add missing -lz to TPROGS_LDLIBS
 2019-12-16 14:59 UTC  (3+ messages)

[PATCH bpf] samples/bpf: reintroduce missed build targets
 2019-12-16 14:56 UTC  (2+ messages)

memory leak in sctp_stream_init
 2019-12-16 14:56 UTC  (3+ messages)

[PATCH net] dpaa2-ptp: fix double free of the ptp_qoriq IRQ
 2019-12-16 14:55 UTC  (3+ messages)

[PATCH net] cxgb4: fix refcount init for TC-MQPRIO offload
 2019-12-16 14:24 UTC 

[PATCH v2 0/3] net: macb: fix for fixed link, support for c45 mdio and 10G
 2019-12-16 14:30 UTC  (7+ messages)
` [PATCH v2 3/3] net: macb: add support for high speed interface

[PATCH bpf-next] libbpf: fix build by renaming variables
 2019-12-16 14:29 UTC  (5+ messages)

XDP multi-buffer design discussion
 2019-12-16 14:07 UTC 

[PATCH net-next v3 0/3] New openvswitch MPLS actions for layer 2 tunnelling
 2019-12-16 14:03 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: skb_mpls_push() modified to allow MPLS header push at start of packet
` [PATCH net-next v3 2/3] net: Rephrased comments section of skb_mpls_pop()
` [PATCH net-next v3 3/3] openvswitch: New MPLS actions for layer 2 tunnelling

[PATCH bpf-next] bpftool: Fix compilation warning on shadowed variable
 2019-12-16 13:24 UTC  (2+ messages)

[PATCH][v2] page_pool: handle page recycle for NUMA_NO_NODE condition
 2019-12-16 13:21 UTC  (19+ messages)
            ` 答复: "
                          ` 答复: "

[PATCH] mt76: fix LED link time failure
 2019-12-16 13:18 UTC 

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-16 12:53 UTC  (3+ messages)
` [PATCH v11 "

[PATCH net-next 0/3] net: emaclite: support arm64 platform
 2019-12-16 12:08 UTC  (4+ messages)
` [PATCH net-next 1/3] net: emaclite: Fix coding style
` [PATCH net-next 2/3] net: emaclite: In kconfig remove arch dependency
` [PATCH net-next 3/3] net: emaclite: Fix arm64 compilation warnings

[PATCH v4] lib: optimize cpumask_local_spread()
 2019-12-16 12:00 UTC  (3+ messages)

[PATCH] bpf: Replace BUG_ON when fp_old is NULL
 2019-12-16 11:17 UTC  (3+ messages)

unregister_netdevice: waiting for DEV to become free (2)
 2019-12-16 11:12 UTC  (6+ messages)

[PATCH] net: gemini: Fix memory leak in gmac_setup_txqs
 2019-12-16 10:20 UTC  (2+ messages)

s390 EAGAIN on send{msg,to}()/recvmsg() on small MTU and big packet size
 2019-12-16  9:51 UTC  (2+ messages)

[PATCH] orinoco: avoid assertion in case of NULL pointer
 2019-12-16  9:50 UTC  (2+ 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).