netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-28 07:25:14 to 2023-12-31 10:33:36 UTC [more...]

[PATCH] wifi: cfg80211: Replace a label in cfg80211_parse_ml_sta_data()
 2023-12-31 10:33 UTC 

[PATCH net v2] net: dsa: tag_rtl4_a: Bump min packet size
 2023-12-30 23:56 UTC  (14+ messages)

[PATCH iproute2-next] bridge: mdb: Add flush support
 2023-12-30 21:40 UTC  (2+ messages)

[RFC PATCH v3 00/20] Zero copy Rx using io_uring
 2023-12-30 21:15 UTC  (11+ messages)
` [RFC PATCH v3 07/20] io_uring: add interface queue
` [RFC PATCH v3 15/20] io_uring: add io_recvzc request

[PATCH v3 0/2] ss: pretty-printing BPF socket-local storage
 2023-12-30 21:03 UTC  (3+ messages)
` [PATCH v3 1/2] ss: add support for "

[PATCH 0/5] bpf: Adjustments for four function implementations
 2023-12-30 20:14 UTC  (6+ messages)
` [PATCH 1/5] bpf: Improve exception handling in bpf_struct_ops_link_create()
` [PATCH 2/5] bpf: Move an assignment for the variable “st_map” "
` [PATCH 3/5] bpf: Improve exception handling in bpf_core_apply()
` [PATCH 4/5] bpf: Return directly after a failed bpf_map_kmalloc_node() in bpf_cgroup_storage_alloc()
` [PATCH 5/5] bpf: Improve exception handling in trie_update_elem()

[PATCH net-next v3 0/8] net: dsa: realtek: variants to drivers, interfaces to a common module
 2023-12-30 15:56 UTC  (4+ messages)
` [PATCH net-next v3 8/8] Revert "net: dsa: OF-ware slave_mii_bus"

[REGRESSION] net/ipv6/addrconf: Temporary addresses with short lifetimes generating when they shouldn't, causing applications to fail
 2023-12-30 15:43 UTC  (6+ messages)
    ` [PATCH] Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"

[PATCH net 0/1] Prevent DSA tags from breaking COE
 2023-12-30 14:17 UTC  (5+ messages)
` [PATCH net 1/1] net: stmmac: "

Does Linux still support UP?
 2023-12-30 14:14 UTC  (5+ messages)

[PATCH 6.1 038/112] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2023-12-30 11:59 UTC  (2+ messages)
` [PATCH 6.1 080/112] net: ks8851: Fix TX stall caused by TX buffer overrun

[PATCH 6.6 067/156] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2023-12-30 11:59 UTC  (2+ messages)
` [PATCH 6.6 120/156] net: ks8851: Fix TX stall caused by TX buffer overrun

PHY issue with SJA1105Q/DP84849I Design
 2023-12-30 11:28 UTC  (9+ messages)

[PATCH net-next v7 0/9] stmmac: Add Loongson platform support
 2023-12-30 11:25 UTC  (5+ messages)
` [PATCH net-next v7 4/9] net: stmmac: Add multi-channel supports

[PATCH v2 net-next] selftests/net: change shebang to bash to support "source"
 2023-12-30  6:30 UTC  (4+ messages)

[PATCH v4 0/5] support ipq5332 platform
 2023-12-30  3:15 UTC  (15+ 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

[PATCH] wifi: mac80211: Use subsystem appropriate debug call
 2023-12-30  2:42 UTC  (5+ messages)

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
 2023-12-30  1:01 UTC  (31+ 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 1/2] configure: avoid un-recommended command substitution form
 2023-12-30  0:42 UTC  (5+ messages)

[PATCH net v4 0/3] Fix a regression in the Gemini ethernet controller
 2023-12-29 23:17 UTC  (2+ messages)

[PATCH net v2] mlxbf_gige: fix receive packet race condition
 2023-12-29 22:50 UTC  (2+ messages)

[net-next 01/15] net/mlx5e: Use the correct lag ports number when creating TISes
 2023-12-29 22:40 UTC  (2+ messages)

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

[PATCH iwl-next v5 0/2] ixgbe: Refactor ixgbe internal status
 2023-12-29 21:46 UTC  (5+ messages)
` [PATCH iwl-next v5 1/2] ixgbe: Refactor overtemp event handling
  ` [Intel-wired-lan] "
` [PATCH iwl-next v5 2/2] ixgbe: Refactor returning internal error codes
  ` [Intel-wired-lan] "

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

[PATCH iproute2-rc 0/2] Bugfixes for rdmatool
 2023-12-29 17:21 UTC  (4+ 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 v3] posix-timers: add multi_clock_gettime system call
 2023-12-29 15:26 UTC  (4+ messages)

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

[PATCH 1/1] net: mdio: mux-bcm-iproc: Use alignment helpers and SZ_4K
 2023-12-29 14:52 UTC 

[PATCH net-next] selftests/net: change the shebang of unicast_extensions.sh to bash
 2023-12-29 13:34 UTC  (5+ messages)

[PATCH net-next] net/sched: introduce ACT_P_BOUND return code
 2023-12-29 13:26 UTC  (2+ messages)
` [PATCH net-next] net/sched: sch_api: conditional netlink notifications

Urgent Bug Report Kernel crash 6.5.2
 2023-12-29 12:00 UTC  (11+ messages)

[PATCH net-next v1 0/4] net: stmmac: Enable Per DMA Channel interrupt
 2023-12-29 11:51 UTC  (4+ messages)
` [PATCH net-next v1 4/4] net: stmmac: Use interrupt mode INTM=1 for per channel irq

[PATCH net] rtnetlink: allow to set iface down before enslaving it
 2023-12-29 10:08 UTC 

Delivery of mill parts
 2023-12-29  8:45 UTC 

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

[PATCH net-next v2] genetlink: Use internal flags for multicast groups
 2023-12-29  8:50 UTC  (2+ messages)

[PATCH v1] ptp: ocp: fix bug in unregistering the DPLL subsystem
 2023-12-29  8:40 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: add csum/ip_summed fields to __sk_buff
 2023-12-29  8:14 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] testcases/bpf: add testcases for skb->csum to ctx_skb.c

[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 iproute2 2/2] configure: use the portable printf to suppress newlines in messages
 2023-12-29  6:00 UTC  (3+ 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 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 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  (13+ messages)
` [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 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

[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 


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