netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-07 11:52:44 to 2020-12-07 21:50:24 UTC [more...]

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

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2020-12-07 21:37 UTC  (18+ 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 v5 0/6] microchip: add support for ksz88x3 driver family
 2020-12-07 21:44 UTC  (11+ messages)
` [PATCH v5 1/6] net: dsa: microchip: ksz8795: change drivers prefix to be generic
` [PATCH v5 2/6] net: dsa: microchip: ksz8795: move cpu_select_interface to extra function
` [PATCH v5 3/6] net: dsa: microchip: ksz8795: move register offsets and shifts to separate struct
` [PATCH v5 4/6] net: dsa: microchip: ksz8795: add support for ksz88xx chips
` [PATCH v5 5/6] net: dsa: microchip: Add Microchip KSZ8863 SPI based driver support
` [PATCH v5 6/6] dt-bindings: net: dsa: document additional Microchip KSZ8863/8873 switch

[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 v1 net-next 00/15] nvme-tcp receive offloads
 2020-12-07 21:06 UTC  (16+ 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 v3 01/11] dt-bindings: usb: convert usb-device.txt to YAML schema
 2020-12-07 21:30 UTC  (11+ 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 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 bpf-next] bpf: avoid overflows involving hash elem_size
 2020-12-07 20:52 UTC  (2+ messages)

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

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

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

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

[PATCH net-next] devlink: Add devlink port documentation
 2020-12-07 20:16 UTC  (8+ messages)
` [PATCH net-next v4] "

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)

[PATCH net-next] tcp: optimise receiver buffer autotuning initialisation for high latency connections
 2020-12-07 20:09 UTC  (14+ 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  (6+ messages)
` [PATCH v9 1/4] dt-bindings: phy: Add sparx5-serdes bindings
` [PATCH v9 2/4] phy: Add ethernet serdes configuration option
` [PATCH v9 3/4] phy: Add Sparx5 ethernet serdes PHY driver
` [PATCH v9 4/4] arm64: dts: sparx5: Add Sparx5 serdes driver node

[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  (9+ messages)
` [PATCH net-next 1/6] s390/qeth: don't call INIT_LIST_HEAD() on iob's list entry
` [PATCH net-next 2/6] s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributes
` [PATCH net-next 3/6] s390/qeth: use dev->groups for common "
` [PATCH net-next 4/6] s390/qeth: don't replace a fully completed async TX buffer
` [PATCH net-next 5/6] s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED state
` [PATCH net-next 6/6] s390/qeth: make qeth_qdio_handle_aob() more robust

[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  (15+ messages)
` [PATCH v2 bpf-next 01/13] tcp: Allow TCP_CLOSE sockets to hold the reuseport group
` [PATCH v2 bpf-next 02/13] bpf: Define migration types for SO_REUSEPORT
` [PATCH v2 bpf-next 03/13] Revert "locking/spinlocks: Remove the unused spin_lock_bh_nested() API"
` [PATCH v2 bpf-next 04/13] tcp: Introduce inet_csk_reqsk_queue_migrate()
` [PATCH v2 bpf-next 05/13] tcp: Set the new listener to migrated TFO requests
` [PATCH v2 bpf-next 06/13] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v2 bpf-next 07/13] tcp: Migrate TCP_NEW_SYN_RECV requests
` [PATCH v2 bpf-next 08/13] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v2 bpf-next 09/13] libbpf: Set expected_attach_type "
` [PATCH v2 bpf-next 10/13] bpf: Add migration to sk_reuseport_(kern|md)
` [PATCH v2 bpf-next 11/13] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v2 bpf-next 12/13] bpf: Call bpf_run_sk_reuseport() for socket migration
` [PATCH v2 bpf-next 13/13] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[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] dpaa2-mac: Add a missing of_node_put after of_device_is_available
 2020-12-07 15:04 UTC  (2+ messages)

[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

[PATCH v2] xfrm: interface: Don't hide plain packets from netfilter
 2020-12-07 13:43 UTC 

[PATCH net-next] tun: fix ubuf refcount incorrectly on error path
 2020-12-07 13:38 UTC  (5+ messages)

[RFC PATCH 0/3] net: Adding the Sparx5 Switch Driver
 2020-12-07 13:33 UTC  (5+ messages)
` [RFC PATCH 2/3] net: sparx5: Add Sparx5 switchdev driver

[PATCH net-next] net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddr
 2020-12-07 12:53 UTC 

WARNING: ODEBUG bug in slave_kobj_release
 2020-12-07 12:52 UTC 

[PATCH 1/1] xdp: avoid calling kfree twice
 2020-12-08  6:50 UTC  (2+ messages)

[PATCH v2 0/8] net: macb: add support for sama7g5
 2020-12-07 12:15 UTC  (9+ messages)
` [PATCH v2 1/8] net: macb: add userio bits as platform configuration
` [PATCH v2 2/8] net: macb: add capability to not set the clock rate
` [PATCH v2 3/8] net: macb: add function to disable all macb clocks
` [PATCH v2 4/8] net: macb: unprepare clocks in case of failure
` [PATCH v2 5/8] dt-bindings: add documentation for sama7g5 ethernet interface
` [PATCH v2 6/8] dt-bindings: add documentation for sama7g5 gigabit "
` [PATCH v2 7/8] net: macb: add support for sama7g5 gem interface
` [PATCH v2 8/8] net: macb: add support for sama7g5 emac interface

[PATCH -next] net/mlx5_core: remove unused including <generated/utsrelease.h>
 2020-12-07 12:14 UTC 

[PATCH v5 0/9] "Task_isolation" mode
 2020-12-07 11:58 UTC  (9+ messages)
` [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality
    ` [EXT] "
` [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "


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