netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-07 14:11:56 to 2020-12-08 02:05:28 UTC [more...]

[PATCH] net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel mux
 2020-12-08  2:04 UTC  (3+ messages)

[PATCH v3 01/11] dt-bindings: usb: convert usb-device.txt to YAML schema
 2020-12-08  2:00 UTC  (12+ messages)
` [PATCH v3 03/11] dt-bindings: phy: convert phy-mtk-xsphy.txt "
` [PATCH v3 04/11] dt-bindings: phy: convert phy-mtk-tphy.txt "
` [PATCH v3 07/11] dt-bindings: phy: convert MIP DSI PHY binding "
` [PATCH v3 09/11] dt-bindings: usb: convert mediatek,mtk-xhci.txt "
` [PATCH v3 10/11] dt-bindings: usb: convert mediatek,mtu3.txt "

[PATCH] dpaa2-mac: Add a missing of_node_put after of_device_is_available
 2020-12-08  1:58 UTC  (3+ messages)

[PATCH net] net: ll_temac: Fix potential NULL dereference in temac_probe()
 2020-12-08  1:53 UTC 

[PATCH net v2] mptcp: print new line in mptcp_seq_show() if mptcp isn't in use
 2020-12-08  1:46 UTC  (2+ messages)

[PATCH net-next v3 0/3] Arrow SpeedChips XRS700x DSA Driver
 2020-12-08  1:44 UTC  (7+ messages)
` [PATCH net-next v3 1/3] dsa: add support for Arrow XRS700x tag trailer
` [PATCH net-next v3 2/3] net: dsa: add Arrow SpeedChips XRS700x driver
` [PATCH net-next v3 3/3] dt-bindings: net: dsa: add bindings for xrs700x switches

[PATCH] bridge: Fix a deadlock when enabling multicast snooping
 2020-12-08  1:20 UTC  (4+ messages)
` [PATCH v3] "

[PATCH net-next] devlink: Add devlink port documentation
 2020-12-08  1:14 UTC  (10+ messages)
` [PATCH net-next v4] "
` [PATCH net-next v5] "

[PATCH net-next v3 1/1] ibmvnic: add some debugs
 2020-12-08  1:13 UTC  (2+ messages)

[PATCH v3 net-next] net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process context
 2020-12-08  1:09 UTC  (2+ messages)

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2020-12-08  1:01 UTC  (10+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set

[PATCH net] enetc: Fix reporting of h/w packet counters
 2020-12-08  0:58 UTC  (2+ messages)

[PATCH net-next v1 0/9] ethtool: Add support for frame preemption
 2020-12-08  0:48 UTC  (19+ messages)
` [PATCH net-next v1 1/9] ethtool: Add support for configuring "
` [PATCH net-next v1 6/9] igc: Add support for tuning frame preemption via ethtool
` [PATCH net-next v1 8/9] igc: Add support for exposing frame preemption stats registers

[PATCH v1 net-next 00/15] nvme-tcp receive offloads
 2020-12-08  0:42 UTC  (18+ messages)
` [PATCH v1 net-next 01/15] iov_iter: Skip copy in memcpy_to_page if src==dst
` [PATCH v1 net-next 02/15] net: Introduce direct data placement tcp offload
` [PATCH v1 net-next 03/15] net: Introduce crc offload for tcp ddp ulp
` [PATCH v1 net-next 04/15] net/tls: expose get_netdev_for_sock
` [PATCH v1 net-next 05/15] nvme-tcp: Add DDP offload control path
` [PATCH v1 net-next 06/15] nvme-tcp: Add DDP data-path
` [PATCH v1 net-next 07/15] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH v1 net-next 08/15] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v1 net-next 09/15] net/mlx5: Header file changes for nvme-tcp offload
` [PATCH v1 net-next 10/15] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v1 net-next 11/15] net/mlx5e: TCP flow steering for nvme-tcp
` [PATCH v1 net-next 12/15] net/mlx5e: NVMEoTCP DDP offload control path
` [PATCH v1 net-next 13/15] net/mlx5e: NVMEoTCP, data-path for DDP offload
` [PATCH v1 net-next 14/15] net/mlx5e: NVMEoTCP statistics
` [PATCH v1 net-next 15/15] net/mlx5e: NVMEoTCP workaround CRC after resync

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2020-12-08  0:22 UTC  (21+ messages)
` [PATCH v5 bpf-next 01/14] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v5 bpf-next 02/14] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH v5 bpf-next 03/14] xdp: add xdp_shared_info data structure
` [PATCH v5 bpf-next 04/14] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v5 bpf-next 05/14] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v5 bpf-next 06/14] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v5 bpf-next 07/14] bpf: move user_size out of bpf_test_init
` [PATCH v5 bpf-next 08/14] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v5 bpf-next 09/14] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v5 bpf-next 10/14] net: mvneta: enable jumbo frames for XDP
` [PATCH v5 bpf-next 11/14] bpf: cpumap: introduce xdp multi-buff support
` [PATCH v5 bpf-next 12/14] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v5 bpf-next 13/14] bpf: add new frame_length field to the XDP ctx
` [PATCH v5 bpf-next 14/14] bpf: update xdp_adjust_tail selftest to include multi-buffer

[PATCH v2] MAINTAINERS: Add entry for Marvell Prestera Ethernet Switch driver
 2020-12-08  0:15 UTC  (2+ messages)

[PATCH 0/1] Bluetooth: Further improvements for suspend tasks
 2020-12-08  0:12 UTC  (2+ messages)
` [PATCH 1/1] Bluetooth: Remove hci_req_le_suspend_config

[PATCH v3] ath10k: add option for chip-id based BDF selection
 2020-12-08  0:02 UTC  (2+ messages)

macb: should we revert 0a4e9ce17ba7 ("macb: support the two tx descriptors on at91rm9200") ?
 2020-12-07 23:52 UTC  (3+ messages)

[PATCH net v1 1/2] net: dsa: microchip: fix devicetree parsing of cpu node
 2020-12-07 23:31 UTC  (3+ messages)
` [PATCH net v1 2/2] net: dsa: microchip: improve port count comments

[PATCH v3 net-next 0/4] net: dsa: Link aggregation support
 2020-12-07 23:26 UTC  (14+ messages)
` [PATCH v3 net-next 2/4] "

[PATCH net-next] tcp: optimise receiver buffer autotuning initialisation for high latency connections
 2020-12-07 23:22 UTC  (15+ messages)

[PATCH] drivers: broadcom: save return value of pci_find_capability() in u8
 2020-12-07 23:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: avoid overflows involving hash elem_size
 2020-12-07 22:50 UTC  (3+ messages)

[PATCH net-next v10 0/4] GVE Raw Addressing
 2020-12-07 22:45 UTC  (5+ messages)
` [PATCH net-next v10 1/4] gve: Add support for raw addressing device option
` [PATCH net-next v10 2/4] gve: Add support for raw addressing to the rx path
` [PATCH net-next v10 3/4] gve: Rx Buffer Recycling
` [PATCH net-next v10 4/4] gve: Add support for raw addressing in the tx path

[pull request][net-next V2 00/15] mlx5 updates 2020-12-01
 2020-12-07 22:04 UTC  (17+ messages)
` [net-next V2 08/15] net/mlx5e: Add TX PTP port object support

[PATCH bpf-next v3 0/5] selftests/bpf: xsk selftests
 2020-12-07 21:55 UTC  (9+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: xsk selftests framework

[PATCH bpf-next v4 0/5] selftests/bpf: xsk selftests
 2020-12-07 21:53 UTC  (6+ messages)
` [PATCH bpf-next v4 1/5] selftests/bpf: xsk selftests framework
` [PATCH bpf-next v4 2/5] selftests/bpf: xsk selftests - SKB POLL, NOPOLL
` [PATCH bpf-next v4 3/5] selftests/bpf: xsk selftests - DRV "
` [PATCH bpf-next v4 4/5] selftests/bpf: xsk selftests - Socket Teardown - SKB, DRV
` [PATCH bpf-next v4 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets "

[PATCH v5 0/6] microchip: add support for ksz88x3 driver family
 2020-12-07 21:44 UTC  (6+ messages)
` [PATCH v5 3/6] net: dsa: microchip: ksz8795: move register offsets and shifts to separate struct

[PATCH v2 0/2] net: dsa: lantiq: add support for xRX300 and xRX330
 2020-12-07 21:43 UTC  (3+ messages)
` [PATCH v2 1/2] net: dsa: lantiq: allow to use all GPHYs on "

[PATCH net-next v2 0/4] vsock: Add flags field in the vsock address
 2020-12-07 21:29 UTC  (13+ messages)
` [PATCH net-next v2 1/4] vm_sockets: Include flags field in the vsock address data structure
` [PATCH net-next v2 2/4] vm_sockets: Add VMADDR_FLAG_TO_HOST vsock flag
` [PATCH net-next v2 4/4] af_vsock: Assign the vsock transport considering the vsock address flags

[PATCH] Bluetooth: smp: Fix biased random passkey generation
 2020-12-07 21:27 UTC  (2+ messages)

[PATCH][next] seg6: fix unintentional integer overflow on left shift
 2020-12-07 20:44 UTC  (3+ messages)

[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-12-07 20:33 UTC  (3+ messages)

[PATCH V4 net-next 0/9] XDP Redirect implementation for ENA driver
 2020-12-07 20:19 UTC  (13+ messages)
` [PATCH V4 net-next 3/9] net: ena: add explicit casting to variables
` [PATCH V4 net-next 6/9] net: ena: use xdp_frame in XDP TX flow
` [PATCH V4 net-next 7/9] net: ena: introduce XDP redirect implementation
` [PATCH V4 net-next 9/9] net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECT

[PATCH] net: rmnet: Adjust virtual device MTU on real device capability
 2020-12-07 20:16 UTC  (4+ messages)

warnings from MTU setting on switch ports
 2020-12-07 20:15 UTC  (9+ messages)
    ` vlan_filtering=1 breaks all traffic (was: Re: warnings from MTU setting on switch ports)
        ` vlan_filtering=1 breaks all traffic

[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-12-07 20:14 UTC  (2+ messages)

pull-request: wireless-drivers-next-2020-12-03
 2020-12-07 20:10 UTC  (5+ messages)

[Patch net v2 1/2] lwt: disable BH too in run_lwt_bpf()
 2020-12-07 20:10 UTC  (2+ messages)

linux-next: build failure after merge of the block tree
 2020-12-07 20:09 UTC  (2+ messages)

KASAN: vmalloc-out-of-bounds Write in pcpu_freelist_populate
 2020-12-07 20:03 UTC 

[PATCH v2] net: dsa: ksz8795: adjust CPU link to host interface
 2020-12-07 19:43 UTC  (7+ messages)

[pull request][net-next V2 00/15] mlx5 Connection Tracking in NIC mode
 2020-12-07 19:19 UTC  (6+ messages)
` [net-next V2 09/15] net/mlx5e: CT: Use the same counter for both directions

[PATCH RFC v2 0/5] dwmac-meson8b: picosecond precision RX delay support
 2020-12-07 19:17 UTC  (3+ messages)
` [PATCH RFC v2 1/5] dt-bindings: net: dwmac-meson: use picoseconds for the RGMII RX delay

KASAN: use-after-free Read in ieee80211_ibss_build_presp
 2020-12-07 19:03 UTC 

[PATCH net-next] tcp: optimise receiver buffer autotuning initialisation for high latency connections
 2020-12-07 18:53 UTC  (3+ messages)
` [PATCH net] tcp: fix receive buffer autotuning to trigger for any valid advertised MSS

[PATCH v9 0/4] Adding the Sparx5 Serdes driver
 2020-12-07 18:24 UTC  (3+ messages)
` [PATCH v9 1/4] dt-bindings: phy: Add sparx5-serdes bindings

[PATCH net-next v9 0/4] GVE Raw Addressing
 2020-12-07 18:15 UTC  (4+ messages)
` [PATCH net-next v9 4/4] gve: Add support for raw addressing in the tx path

[PATCH v2 0/1] This patch address comments on patch v1
 2020-12-07 18:14 UTC  (10+ messages)
` [PATCH v2 1/1] ath10k: add option for chip-id based BDF selection

[PATCH net] tcp: fix receive buffer autotuning to trigger for any valid advertised MSS
 2020-12-07 17:49 UTC  (4+ messages)

[PATCH v4 net-next 0/2] net: dsa: add stats64 support
 2020-12-07 17:21 UTC  (3+ messages)
` [PATCH v4 net-next 1/2] net: dsa: add optional "

[PATCH net-next 0/6] s390/qeth: updates 2020-12-07
 2020-12-07 16:56 UTC  (3+ messages)

[PATCH] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
 2020-12-07 16:55 UTC  (6+ messages)

[PATCH bpf-next] libbpf: support module BTF for BPF_TYPE_ID_TARGET CO-RE relocation
 2020-12-07 16:38 UTC  (2+ messages)

[PATCH] net: brcmfmac: remove redundant assignment to pointer 'entry'
 2020-12-07 16:36 UTC  (2+ messages)
`  "

[PATCH wireless] adm8211: fix error return code in adm8211_probe()
 2020-12-07 16:36 UTC  (2+ messages)

[PATCH][next] rtw88: coex: fix missing unitialization of variable 'interval'
 2020-12-07 16:35 UTC  (2+ messages)

[PATCH][next] wilc1000: remove redundant assignment to pointer vif
 2020-12-07 16:34 UTC  (2+ messages)

[PATCH] mwl8k: switch from 'pci_' to 'dma_' API
 2020-12-07 16:33 UTC  (2+ messages)

[PATCH 17/17] realtek: rtw88: pci: Add prototypes for .probe, .remove and .shutdown
 2020-12-07 16:32 UTC  (2+ messages)
` [17/17] "

[PATCH v2] brmcfmac: fix compile when DEBUG is defined
 2020-12-07 16:31 UTC  (2+ messages)

WARNING in sk_stream_kill_queues (5)
 2020-12-07 16:28 UTC  (9+ messages)

[PATCH] bpf: propagate __user annotations properly
 2020-12-07 16:28 UTC  (3+ messages)

[PATCH v2 bpf-next 00/13] Socket migration for SO_REUSEPORT
 2020-12-07 16:25 UTC  (3+ messages)
` [PATCH v2 bpf-next 03/13] Revert "locking/spinlocks: Remove the unused spin_lock_bh_nested() API"

[PATCH v3 net-next 0/2] add ppp_generic ioctl(s) to bridge channels
 2020-12-07 16:22 UTC  (3+ messages)
` [PATCH v3 net-next 1/2] ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctls

[PATCH] net: ath9k: remove trailing semicolon in macro definition
 2020-12-07 16:13 UTC  (2+ messages)

[PATCH] net: sched: fix spelling mistake in Kconfig "trys" -> "tries"
 2020-12-07 16:12 UTC 

[PATCH v2] octeontx2-pf: Add RSS multi group support
 2020-12-07 16:10 UTC 

[PATCH] vhost scsi: fix error return code in vhost_scsi_set_endpoint()
 2020-12-07 16:07 UTC  (2+ messages)

[PATCH net-next] net: sfp: add debugfs support
 2020-12-07 16:06 UTC  (9+ messages)

[PATCH bpf-next] bpf: return -EOPNOTSUPP when attaching to non-kernel BTF
 2020-12-07 16:00 UTC  (4+ messages)

bonding driver issue when configured for active/backup and using ARP monitoring
 2020-12-07 15:49 UTC  (3+ messages)

[PATCH v3 0/7] Improve s0ix flows for systems i219LM
 2020-12-07 15:41 UTC  (3+ messages)

[RFC PATCH net-next 00/13] Make .ndo_get_stats64 sleepable
 2020-12-07 15:22 UTC  (4+ messages)
` [RFC PATCH net-next 05/13] net: bonding: hold the netdev lists lock when retrieving device statistics

pull request: bluetooth-next 2020-12-07
 2020-12-07 15:09 UTC 

[PATCH net-next] nfc: s3fwrn5: Change irqflags
 2020-12-07 14:26 UTC  (5+ messages)

Why the auxiliary cipher in gss_krb5_crypto.c?
 2020-12-07 14:15 UTC  (13+ messages)
  ` [RFC][PATCH 00/18] crypto: Add generic Kerberos library


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