netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-27 09:17:24 to 2023-12-29 08:15:35 UTC [more...]

[PATCH bpf-next 0/2] bpf: add csum/ip_summed fields to __sk_buff
 2023-12-29  8:14 UTC 

[RFC nf-next v4 0/2] netfilter: bpf: support prog update
 2023-12-29  8:03 UTC  (4+ messages)
` [RFC nf-next v4 1/2] "
` [RFC nf-next v4 2/2] selftests/bpf: Add netfilter link prog update test

[PATCH net 1/2] netfilter: nf_tables: set transport offset from mac header for netdev/egress
 2023-12-29  8:00 UTC  (2+ messages)

[PATCH v2] iucv: make iucv_bus const
 2023-12-29  7:50 UTC  (2+ messages)

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
 2023-12-29  7:31 UTC  (28+ messages)
` [PATCH net-next v3 01/27] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v3 02/27] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v3 03/27] virtio_net: independent directory
` [PATCH net-next v3 04/27] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v3 05/27] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH net-next v3 07/27] virtio_ring: virtqueue_disable_and_recycle let the callback detach bufs
` [PATCH net-next v3 08/27] virtio_ring: introduce virtqueue_detach_unused_buf_dma()
` [PATCH net-next v3 09/27] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next v3 10/27] virtio_net: sq support premapped mode
` [PATCH net-next v3 11/27] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v3 12/27] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v3 13/27] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v3 14/27] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v3 15/27] virtio_net: move some api to header
` [PATCH net-next v3 16/27] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v3 17/27] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v3 18/27] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next v3 19/27] virtio_net: xsk: tx: free the unused "
` [PATCH net-next v3 20/27] virtio_net: separate receive_mergeable
` [PATCH net-next v3 21/27] virtio_net: separate receive_buf
` [PATCH net-next v3 22/27] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v3 23/27] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next v3 24/27] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v3 25/27] virtio_net: xsk: rx: free the unused xsk buffer
` [PATCH net-next v3 26/27] virtio_net: update tx timeout record
` [PATCH net-next v3 27/27] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH iproute2-rc 0/2] Bugfixes for rdmatool
 2023-12-29  6:52 UTC  (3+ messages)
` [PATCH iproute2-rc 1/2] rdma: Fix core dump when pretty is used
` [PATCH iproute2-rc 2/2] rdma: Fix the error of accessing string variable outside the lifecycle

[PATCH iproute2 1/2] configure: avoid un-recommended command substitution form
 2023-12-29  6:00 UTC  (8+ messages)
` [PATCH iproute2 2/2] configure: use the portable printf to suppress newlines in messages
    ` [PATCH 1/2] configure: avoid un-recommended command substitution form
      ` [PATCH 2/2] configure: use the portable printf to suppress newlines in messages

[PATCH v3] posix-timers: add multi_clock_gettime system call
 2023-12-29  4:03 UTC  (3+ messages)

[PATCH v3 net 0/4] qbv cycle time extension/truncation
 2023-12-29  2:15 UTC  (5+ messages)

[PATCH net] net: sock: remove excess structure-member documentation
 2023-12-29  1:30 UTC  (2+ messages)

[PATCH net] ethtool: reformat kerneldoc for struct ethtool_link_settings
 2023-12-29  1:30 UTC  (2+ messages)

[PATCH net] ethtool: reformat kerneldoc for struct ethtool_fec_stats
 2023-12-29  1:30 UTC  (2+ messages)

[PATCH] selinux: Fix error priority for bind with AF_UNSPEC on AF_INET6 socket
 2023-12-29  0:19 UTC  (2+ messages)

[PATCH] net: bcmgenet: Fix FCS generation for fragmented skbuffs
 2023-12-28 21:58 UTC  (9+ messages)
  ` [PATCH v2] "
            ` [PATCH v3] "

[PATCH v2 1/1] net: phy: micrel: Add workaround for incomplete autonegotiation
 2023-12-28 21:21 UTC  (6+ messages)

[RFC PATCH net-next 00/10] selftests: Add TEST_INCLUDES directive and adjust tests to use it
 2023-12-28 20:38 UTC  (15+ messages)
` [RFC PATCH net-next 02/10] selftests: forwarding: Remove executable bits from lib.sh
` [RFC PATCH net-next 04/10] selftests: forwarding: Simplify forwarding.config import logic
` [RFC PATCH net-next 05/10] selftests: Introduce Makefile variable to list shared bash scripts
` [RFC PATCH net-next 10/10] selftests: dsa: Replace symlinks by wrapper script

[PATCH v4 0/6] VMware hypercalls enhancements
 2023-12-28 19:24 UTC  (7+ messages)
` [PATCH v4 1/6] x86/vmware: Move common macros to vmware.h
` [PATCH v4 2/6] x86/vmware: Introduce VMware hypercall API
` [PATCH v4 3/6] ptp/vmware: Use "
` [PATCH v4 4/6] input/vmmouse: "
` [PATCH v4 5/6] drm/vmwgfx: "
` [PATCH v4 6/6] x86/vmware: Add TDX hypercall support

[PATCH net v2 0/1] net: ravb: fixes for the ravb driver
 2023-12-28 19:07 UTC  (6+ messages)
` [PATCH net v2 1/1] net: ravb: Wait for operation mode to be applied

[PATCH iwl-net] idpf: avoid compiler padding in virtchnl2_ptype struct
 2023-12-28 17:39 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net-next 0/3] net: gro: reduce extension header parsing overhead
 2023-12-28 17:06 UTC  (7+ messages)
` [PATCH net-next 2/3] net: gro: parse ipv6 ext headers without frag0
` [PATCH net-next 3/3] selftests/net: fix GRO coalesce test and add ext

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-28 16:58 UTC  (5+ messages)
` [PATCH v5 15/40] netfs: Add support for DIO buffering

[PATCH net-next] net: dsa: mt7530: register OF node for internal MDIO bus
 2023-12-28 16:58 UTC  (7+ messages)

[PATCH] tcp: fixed whitespace trailing error
 2023-12-28 16:42 UTC 

[PATCH net] netfilter: nf_nat: fix action not being set for all ct states
 2023-12-28 15:59 UTC  (3+ messages)

[PATCH net-next 1/1] net/sched: We should only add appropriate qdiscs blocks to ports' xarray
 2023-12-28 14:58 UTC  (2+ messages)

[PATCH net-next v8 0/5] net/sched: Introduce tc block ports tracking and use
 2023-12-28 14:13 UTC  (6+ messages)
` [PATCH net-next v8 1/5] net/sched: Introduce tc block netdev tracking infra

[PATCH] sysctl: treewide: constify ctl_table_root::set_ownership
 2023-12-28 13:22 UTC  (2+ messages)

[PATCH] sysctl: treewide: constify ctl_table_root::permissions
 2023-12-28 13:21 UTC  (2+ messages)

[PATCH net-next v2] net/sched: cls_api: complement tcf_tfilter_dump_policy
 2023-12-28 13:13 UTC  (2+ messages)

[RFC nf-next v3 0/2] netfilter: bpf: support prog update
 2023-12-28 11:06 UTC  (8+ messages)
` [RFC nf-next v3 1/2] "

[PATCH net] net/smc: fix invalid link access in dumping SMC-R connections
 2023-12-28 11:02 UTC  (3+ messages)

[PATCH v8 00/20] GenieZone hypervisor drivers
 2023-12-28 10:51 UTC  (21+ messages)
` [PATCH v8 01/20] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v8 02/20] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v8 03/20] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v8 04/20] virt: geniezone: Add vm support
` [PATCH v8 05/20] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v8 06/20] virt: geniezone: Add vm capability check
` [PATCH v8 07/20] virt: geniezone: Optimize performance of protected VM memory
` [PATCH v8 08/20] virt: geniezone: Add vcpu support
` [PATCH v8 09/20] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v8 10/20] virt: geniezone: Add irqfd support
` [PATCH v8 11/20] virt: geniezone: Add ioeventfd support
` [PATCH v8 12/20] virt: geniezone: Add memory region support
` [PATCH v8 13/20] virt: geniezone: Add dtb config support
` [PATCH v8 14/20] virt: geniezone: Add demand paging support
` [PATCH v8 15/20] virt: geniezone: Add block-based "
` [PATCH v8 16/20] virt: geniezone: Add memory pin/unpin support
` [PATCH v8 17/20] virt: geniezone: Add memory relinquish support
` [PATCH v8 18/20] virt: geniezone: Provide individual VM memory statistics within debugfs
` [PATCH v8 19/20] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason
` [PATCH v8 20/20] virt: geniezone: Enable PTP for synchronizing time between host and guest VMs

[PATCH v4 0/5] support ipq5332 platform
 2023-12-28  9:49 UTC  (14+ messages)
` [PATCH v4 1/5] net: mdio: ipq4019: move eth_ldo_rdy before MDIO bus register
` [PATCH v4 5/5] dt-bindings: net: ipq4019-mdio: Document ipq5332 platform

[net-next v3 1/3] wwan: core: Add WWAN fastboot port type
 2023-12-28  9:44 UTC  (3+ messages)
` [net-next v3 2/3] net: wwan: t7xx: Add sysfs attribute for device state machine
` [net-next v3 3/3] net: wwan: t7xx: Add fastboot WWAN port

[net-next v3 0/3] net: wwan: t7xx: Add fastboot interface
 2023-12-28  9:44 UTC 

[PATCH iwl-net] igc: Fix hicredit calculation
 2023-12-28  9:24 UTC  (2+ messages)
` [Intel-wired-lan] "

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2023-12-28  8:46 UTC  (3+ messages)
` [RFC PATCH net-next v5 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

[PATCH net-next] net: phy: Cleanup struct mdio_driver_common
 2023-12-28  8:37 UTC  (3+ messages)

[PATCH net] net/sched: act_ct: fix skb leak and crash on ooo frags
 2023-12-28  8:14 UTC 

[PATCH net-next v1] net: mctp: use deprecated parser in mctp_set_link_af
 2023-12-28  7:02 UTC 

[PATCH net v1] net/sched: cls_api: complement tcf_tfilter_dump_policy
 2023-12-28  2:09 UTC  (6+ messages)

[PATCH net-next v5 0/5] netdevsim: link and forward skbs between ports
 2023-12-28  1:46 UTC  (6+ messages)
` [PATCH net-next v5 1/5] netdevsim: maintain a list of probed netdevsims
` [PATCH net-next v5 2/5] netdevsim: allow two netdevsim ports to be connected
` [PATCH net-next v5 3/5] netdevsim: forward skbs from one connected port to another
` [PATCH net-next v5 4/5] netdevsim: add selftest for forwarding skb between connected ports
` [PATCH net-next v5 5/5] netdevsim: add Makefile for selftests

[PATCH net-next v1 0/6] virtio-net: support device stats
 2023-12-28  1:44 UTC  (7+ messages)
` [PATCH net-next v1 1/6] virtio_net: introduce device stats feature and structures
` [PATCH net-next v1 3/6] virtio_net: support device stats

[PATCH v2 1/1] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
 2023-12-28  1:26 UTC  (3+ messages)

[PATCH v1 1/1] net: phy: micrel: Add workaround for incomplete autonegotiation
 2023-12-27 22:19 UTC  (2+ messages)

[syzbot] Monthly hams report (Dec 2023)
 2023-12-27 21:01 UTC 

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-12-27 (igc)
 2023-12-27 21:00 UTC  (4+ messages)
` [PATCH net 1/3] igc: Report VLAN EtherType matching back to user
` [PATCH net 2/3] igc: Check VLAN TCI mask
` [PATCH net 3/3] igc: Check VLAN EtherType mask

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2023-12-27 (ice, i40e)
 2023-12-27 18:25 UTC  (5+ messages)
` [PATCH net 1/4] ice: Fix link_down_on_close message
` [PATCH net 2/4] ice: Shut down VSI with "link-down-on-close" enabled
` [PATCH net 3/4] ice: dpll: fix phase offset value
` [PATCH net 4/4] i40e: Fix filter input checks to prevent config with invalid values

[PATCH iproute2-next v2] remove support for iptables action
 2023-12-27 17:25 UTC  (2+ messages)

[PATCH 0/2] nfc: mei_phy: Adjustments for two function implementations
 2023-12-27 16:04 UTC  (3+ messages)
` [PATCH 1/2] nfc: mei_phy: Return directly after a failed kzalloc() in mei_nfc_send()
` [PATCH 2/2] nfc: mei_phy: Use common code in mei_nfc_connect()

[PATCH iproute2-next] bridge: mdb: Add flush support
 2023-12-27 15:45 UTC  (2+ messages)

[PATCH RFC net-next 00/34] Christmas 3-serie XDP for idpf (+generic stuff)
 2023-12-27 15:43 UTC  (5+ messages)
` [PATCH RFC net-next 01/34] idpf: reuse libie's definitions of parsed ptype structures
` [PATCH RFC net-next 05/34] idpf: convert header split mode to libie + napi_build_skb()

[PATCH] SUNRPC: fix a memleak in gss_import_v2_context
 2023-12-27 15:36 UTC  (4+ messages)

[PATCH v2] posix-timers: add multi_clock_gettime system call
 2023-12-27 15:09 UTC  (3+ messages)

[PATCH v2 net-next] net: pktgen: Use wait_event_freezable_timeout() for freezable kthread
 2023-12-27 14:40 UTC  (2+ messages)

[PATCH iwl-next] i40e: Avoid unnecessary use of comma operator
 2023-12-27 14:13 UTC  (2+ messages)
` [Intel-wired-lan] "

[syzbot] [net?] INFO: rcu detected stall in fq_pie_timer (2)
 2023-12-27 13:54 UTC 

[PATCH] ss: add option to suppress queue columns
 2023-12-27 13:44 UTC 

Fwd: HID-BPF fails to initialise for Linux 6.6.8, claiming -EINVAL
 2023-12-27 13:23 UTC 

[PATCH net-next v9 0/9] Add MACsec support for TJA11XX C45 PHYs
 2023-12-27 13:10 UTC  (2+ messages)

pull-request: wireless-2023-12-19
 2023-12-27 13:10 UTC  (2+ messages)

[PATCH net-next v8 0/3] Ethernet DWMAC5 fault IRQ support
 2023-12-27 11:03 UTC  (7+ messages)
` [PATCH net-next v8 3/3] net: stmmac: Add driver support for DWMAC5 common safety IRQ

[PATCH v2] net: wwan: t7xx: Add fastboot interface
 2023-12-27 10:36 UTC  (2+ messages)

[net-next PATCH 0/3] net: phy: at803x: even more generalization
 2023-12-27  9:19 UTC  (4+ messages)
` [net-next PATCH 1/3] net: phy: at803x: generalize cdt fault length function
` [net-next PATCH 2/3] net: phy: at803x: add support for cdt cross short test for qca808x
` [net-next PATCH 3/3] net: phy: at803x: make read_status more generic

[syzbot] Monthly net report (Dec 2023)
 2023-12-27  9:18 UTC 

[PATCH net-next] net: ethtool: Fix symmetric-xor RSS RX flow hash check
 2023-12-27  9:16 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).