netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 08:10:07 to 2023-06-05 15:30:32 UTC [more...]

[PATCH] net: revert "align SO_RCVMARK required privileges with SO_MARK"
 2023-06-05 15:27 UTC  (2+ messages)

[PATCH RFC v2 net-next 01/28] net: sched: act_api: Add dynamic actions IDR
 2023-06-05 15:27 UTC  (28+ messages)
` [PATCH RFC v2 net-next 04/28] net/sched: act_api: add init_ops to struct tc_action_op
      ` [p4tc-discussions] "
` [PATCH RFC v2 net-next 05/28] net/sched: act_api: introduce tc_lookup_action_byid()
        ` [p4tc-discussions] "
` [PATCH RFC v2 net-next 09/28] p4tc: add P4 data types
    ` [p4tc-discussions] "
` [PATCH RFC v2 net-next 10/28] p4tc: add pipeline create, get, update, delete
    ` [p4tc-discussions] "
` [PATCH RFC v2 net-next 12/28] p4tc: add header field create, get, delete, flush and dump
    ` [p4tc-discussions] "

net: phy: realtek: Support external PHY clock
 2023-06-05 15:27 UTC  (5+ messages)
` [PATCH v3 1/3] net: phy: realtek: Add optional "
` [PATCH v3 2/3] dt-bindings: net: phy: Document support for external PHY clk
` [PATCH v3 3/3] net: phy: realtek: Disable clock on suspend

[PATCH iproute2-next v7] ip-link: add support for nolocalbypass in vxlan
 2023-06-05 15:19 UTC  (7+ messages)

[PATCH net-next v4 00/11] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS
 2023-06-05 15:18 UTC  (15+ messages)
` [PATCH net-next v4 01/11] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace
` [PATCH net-next v4 02/11] tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
` [PATCH net-next v4 03/11] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH net-next v4 04/11] splice, net: Add a splice_eof op to file-ops and socket-ops
` [PATCH net-next v4 05/11] tls/sw: Use splice_eof() to flush
` [PATCH net-next v4 06/11] tls/device: "
` [PATCH net-next v4 07/11] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()
` [PATCH net-next v4 08/11] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 09/11] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v4 10/11] tls/device: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 11/11] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES

[PATCH v11 00/12] Network support for Landlock
 2023-06-05 15:02 UTC  (2+ messages)

[PATCH net-next] net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()
 2023-06-05 15:10 UTC  (2+ messages)

[PATCH net-next v2 0/3] support non-frag page for page_pool_alloc_frag()
 2023-06-05 15:08 UTC  (15+ messages)
` [PATCH net-next v2 1/3] page_pool: unify frag page and non-frag page handling
` [PATCH net-next v2 2/3] page_pool: support non-frag page for page_pool_alloc_frag()

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-05 14:56 UTC  (7+ messages)

[net-next PATCH] net/mlx5: Add header file for events
 2023-06-05 14:51 UTC  (2+ messages)

[PATCH] net/pppoe: fix a typo for the PPPOE_HASH_BITS_1 definition
 2023-06-05 14:47 UTC  (3+ messages)

[PATCH net-next RFC 01/20] net/sched: act_api: change act_base into an IDR
 2023-06-05 14:45 UTC  (4+ messages)
` [PATCH net-next RFC 13/20] p4tc: add metadata create, update, delete, get, flush and dump

[PATCH v3 bpf-next 00/22] xsk: multi-buffer support
 2023-06-05 14:44 UTC  (23+ messages)
` [PATCH v3 bpf-next 01/22] xsk: prepare 'options' in xdp_desc for multi-buffer use
` [PATCH v3 bpf-next 02/22] xsk: introduce XSK_USE_SG bind flag for xsk socket
` [PATCH v3 bpf-next 03/22] xsk: prepare both copy and zero-copy modes to co-exist
` [PATCH v3 bpf-next 04/22] xsk: move xdp_buff's data length check to xsk_rcv_check
` [PATCH v3 bpf-next 05/22] xsk: add support for AF_XDP multi-buffer on Rx path
` [PATCH v3 bpf-next 06/22] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
` [PATCH v3 bpf-next 07/22] xsk: allow core/drivers to test EOP bit
` [PATCH v3 bpf-next 08/22] xsk: add support for AF_XDP multi-buffer on Tx path
` [PATCH v3 bpf-next 09/22] xsk: discard zero length descriptors in "
` [PATCH v3 bpf-next 10/22] xsk: support mbuf on ZC RX
` [PATCH v3 bpf-next 11/22] ice: xsk: add RX multi-buffer support
` [PATCH v3 bpf-next 12/22] xsk: support ZC Tx multi-buffer in batch API
` [PATCH v3 bpf-next 13/22] xsk: report zero-copy multi-buffer capability via xdp_features
` [PATCH v3 bpf-next 14/22] ice: xsk: Tx multi-buffer support
` [PATCH v3 bpf-next 15/22] xsk: add multi-buffer documentation
` [PATCH v3 bpf-next 16/22] selftests/xsk: transmit and receive multi-buffer packets
` [PATCH v3 bpf-next 17/22] selftests/xsk: add basic multi-buffer test
` [PATCH v3 bpf-next 18/22] selftests/xsk: add unaligned mode test for multi-buffer
` [PATCH v3 bpf-next 19/22] selftests/xsk: add invalid descriptor "
` [PATCH v3 bpf-next 20/22] selftests/xsk: add metadata copy test for multi-buff
` [PATCH v3 bpf-next 21/22] selftests/xsk: add test for too many frags
` [PATCH v3 bpf-next 22/22] selftests/xsk: reset NIC settings to default after running test suite

[PATCH v1 net] ipv6: rpl: Fix Route of Death
 2023-06-05 14:40 UTC 

[PATCH net-next] tipc: replace open-code bearer rcu_dereference access in bearer.c
 2023-06-05 14:40 UTC 

[PATCH net-next 08/30] net: dsa: mt7530: change p{5,6}_interface to p{5,6}_configured
 2023-06-05 14:36 UTC  (12+ messages)

[PATCH net] net: openvswitch: fix upcall counter access before allocation
 2023-06-05 14:38 UTC  (6+ messages)
` [ovs-dev] "

[RFC PATCH iwl-next 0/6] ice: Add PFCP filter support
 2023-06-05 14:21 UTC  (14+ messages)
` [RFC PATCH iwl-next 1/6] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [RFC PATCH iwl-next 2/6] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [RFC PATCH iwl-next 3/6] pfcp: add PFCP module
` [RFC PATCH iwl-next 4/6] pfcp: always set pfcp metadata
` [RFC PATCH iwl-next 5/6] ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTS
` [RFC PATCH iwl-next 6/6] ice: Add support for PFCP hardware offload in switchdev

[PATCH net 0/5] mptcp: Fixes for address advertisement
 2023-06-05 14:20 UTC  (2+ messages)

[PATCH net-next v1 1/1] ieee802154: ca8210: Remove stray gpiod_unexport() call
 2023-06-05 14:09 UTC  (3+ messages)

Fwd: nvsp_rndis_pkt_complete error status and net_ratelimit: callbacks suppressed messages on 6.4.0rc4
 2023-06-05 14:08 UTC  (3+ messages)

[PATCH v3 0/1] gro: decrease size of CB
 2023-06-05 13:58 UTC  (3+ messages)

[PATCH net] tcp: gso: really support BIG TCP
 2023-06-05 13:58 UTC  (8+ messages)

[PATCH iwl-next v4 00/13] ice: switchdev bridge offload
 2023-06-05 13:53 UTC  (11+ messages)
` [PATCH iwl-next v4 01/13] ice: Skip adv rules removal upon switchdev release
` [PATCH iwl-next v4 06/13] ice: Implement basic eswitch bridge setup
` [PATCH iwl-next v4 07/13] ice: Switchdev FDB events support

[PATCH 1/1] RDMA/mana_ib: Add EQ interrupt support to mana ib driver
 2023-06-05 13:35 UTC  (3+ messages)

[PATCH 00/21] Add support for sam9x7 SoC family
 2023-06-05 13:34 UTC  (24+ messages)
` [PATCH 01/21] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60 compatible
` [PATCH 03/21] dt-bindings: usb: generic-ehci: Document clock-names property
` [PATCH 15/21] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic
` [PATCH 17/21] power: reset: at91-poweroff: lookup for proper pmc dt node for sam9x7
` [PATCH 21/21] net: macb: add support for gmac to sam9x7

[RFC,PATCH net-next 1/3] net: ngbe: add Wake on Lan support
 2023-06-05 13:31 UTC  (5+ messages)
` [RFC,PATCH net-next 2/3] net: core: add member ncsi_enabled to net_device
` [RFC,PATCH net-next 3/3] net: ngbe: add support for ncsi nics

[PATCH RESEND net-next 0/5] Improve the taprio qdisc's relationship with its children
 2023-06-05 13:27 UTC  (3+ messages)

[PATCH net-next v4 0/4] net: add a regmap-based mdio driver and drop TSE PCS
 2023-06-05 13:15 UTC  (5+ messages)
` [PATCH net-next v4 2/4] net: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx

[PATCH bpf v2] bpf: netfilter: add BPF_NETFILTER bpf_attach_type
 2023-06-05 13:14 UTC 

[PATCH] wireless: ath: work around false-positive stringop-overread warning
 2023-06-05 13:06 UTC  (7+ messages)

[RFC,PATCH net-next 0/3] wangxun nics add wol ncsi support
 2023-06-05 13:05 UTC  (2+ messages)

[PATCH] xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets
 2023-06-05 13:04 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net-next v11 0/9] TXGBE PHYLINK support
 2023-06-05 13:03 UTC  (11+ messages)
` [PATCH net-next v11 2/9] i2c: designware: Add driver support for Wangxun 10Gb NIC

[PATCH resubmit] net: fec: Refactor: rename `adapter` to `fep`
 2023-06-05 12:51 UTC  (5+ messages)

[PATCH net-next v7 0/1] net: dsa: mv88e6xxx: implement USXGMII mode for mv88e6393x
 2023-06-05 12:41 UTC  (2+ messages)

[PATCH net] net: sched: fix possible refcount leak in tc_chain_tmplt_add()
 2023-06-05 12:31 UTC  (2+ messages)

QUSGMII control word
 2023-06-05 12:25 UTC  (4+ messages)

[PATCH v3] MAINTAINERS: Add new maintainers to Redpine driver
 2023-06-05 12:00 UTC  (6+ messages)

[PATCH] lib80211: remove unused variables iv32 and iv16
 2023-06-05 11:59 UTC  (2+ messages)

[PATCH net-next v5 0/3] sock: Improve condition on sockmem pressure
 2023-06-05 11:52 UTC  (13+ messages)
` [PATCH net-next v5 1/3] net-memcg: Fold dependency into memcg pressure cond
    `  "
` [PATCH net-next v5 2/3] sock: Always take memcg pressure into consideration
      `  "
          `  "
` [PATCH net-next v5 3/3] sock: Fix misuse of sk_under_memory_pressure()
    `  "

[PATCH net-next 0/4] tools: ynl: user space C
 2023-06-05 11:51 UTC  (5+ messages)
` [PATCH net-next 2/4] tools: ynl: user space helpers

[PATCH v6] hv_netvsc: Allocate rx indirection table size dynamically
 2023-06-05 11:30 UTC 

[PATCH v6 net] qed/qede: Fix scheduling while atomic
 2023-06-05 11:26 UTC 

[PATCH net 0/4][pull request] igc: TX timestamping fixes
 2023-06-05 11:16 UTC  (3+ messages)
` [PATCH net 3/4] igc: Retrieve TX timestamp during interrupt handling

[PATCH net-next 00/12] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 3
 2023-06-05 11:03 UTC  (9+ messages)
` [PATCH net-next 09/12] tls/sw: Support MSG_SPLICE_PAGES
    ` Bug in short splice to socket?

[PATCH net] net: stmmac: dwmac-qcom-ethqos: fix a regression on EMAC < 3
 2023-06-05 10:40 UTC  (2+ messages)

[PATCH net-next 0/3] convert sja1105 xpcs creation and remove xpcs_create
 2023-06-05 10:30 UTC  (2+ messages)

[PATCH net-next 0/8] mlxsw, selftests: Cleanups
 2023-06-05 10:30 UTC  (2+ messages)

[PATCH net 1/3] can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J1939 Socket
 2023-06-05 10:30 UTC  (2+ messages)

[PATCH rdma-next v2 0/4] Handle FW failures to destroy QP/RQ objects
 2023-06-05 10:14 UTC  (5+ messages)
` [PATCH rdma-next v2 1/4] net/mlx5: Nullify qp->dbg pointer post destruction
` [PATCH rdma-next v2 2/4] RDMA/mlx5: Reduce QP table exposure
` [PATCH rdma-next v2 3/4] RDMA/mlx5: Handle DCT QP logic separately from low level QP interface
` [PATCH rdma-next v2 4/4] RDMA/mlx5: Return the firmware result upon destroying QP/RQ

[PATCH 00/13] mm: jit/text allocator
 2023-06-05 10:09 UTC  (15+ messages)
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX

[RFC PATCH v7 0/8] Create common DPLL configuration API
 2023-06-05 10:07 UTC  (5+ messages)

[PATCH ipsec-next] xfrm: delete not-needed clear to zero of encap_oa
 2023-06-05 10:05 UTC  (7+ messages)

[PATCH 66/69] ynl: fix nested policy attribute type
 2023-06-05  9:46 UTC 

[PATCH v5] hv_netvsc: Allocate rx indirection table size dynamically
 2023-06-05  9:46 UTC  (3+ messages)

[PATCH pci] PCI: don't skip probing entire device if first fn OF node has status = "disabled"
 2023-06-05  9:34 UTC  (10+ messages)

[PATCH net-next v2 0/4] tools: ynl: user space C
 2023-06-05  9:31 UTC  (3+ messages)
` [PATCH net-next v2 4/4] tools: ynl: add sample for netdev

[PATCH net] net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values
 2023-06-05  9:00 UTC  (2+ messages)

Post ZA: Package REF#93779010
 2023-06-05  8:14 UTC 

[syzbot] [kvm?] [net?] [virt?] general protection fault in vhost_work_queue
 2023-06-05  8:26 UTC  (11+ messages)

[PATCH] e1000e: Use PME poll to circumvent unreliable ACPI wake
 2023-06-05  8:25 UTC  (5+ messages)
    ` [Intel-wired-lan] "

[PATCH net] virtio/vsock: fix sock refcnt bug on owner set failure
 2023-06-05  8:23 UTC  (4+ messages)

[PATCH net 0/4] Fix mixing atomic/non-atomic contexts in mlx5 IPsec code
 2023-06-05  8:09 UTC  (3+ messages)
` [PATCH net 1/4] net/mlx5e: Don't delay release of hardware objects
` [PATCH net 4/4] net/mlx5e: Fix scheduling of IPsec ASO query while in atomic


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