messages from 2023-06-05 10:14:26 to 2023-06-05 18:22:56 UTC [more...]
[PATCH net-next] net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()
2023-06-05 18:22 UTC (3+ messages)
[PATCH net-next] ethtool: ioctl: improve error checking for set_wol
2023-06-05 18:21 UTC (2+ messages)
[PATCH net v2 00/10] Implement support for SRIOV + LAG
2023-06-05 18:22 UTC (11+ messages)
` [PATCH net v2 01/10] ice: Correctly initialize queue context values
` [PATCH net v2 02/10] ice: Add driver support for firmware changes for LAG
` [PATCH net v2 03/10] ice: changes to the interface with the HW and FW for SRIOV_VF+LAG
` [PATCH net v2 04/10] ice: implement lag netdev event handler
` [PATCH net v2 05/10] ice: process events created by "
` [PATCH net v2 06/10] ice: Flesh out implementation of support for SRIOV on bonded interface
` [PATCH net v2 07/10] ice: support non-standard teardown of bond interface
` [PATCH net v2 08/10] ice: enforce interface eligibility and add messaging for SRIOV LAG
` [PATCH net v2 09/10] ice: enforce no DCB config changing when in bond
` [PATCH net v2 10/10] ice: update reset path for SRIOV LAG support
[PATCH net 0/4][pull request] igc: TX timestamping fixes
2023-06-05 18:11 UTC (4+ messages)
` [PATCH net 3/4] igc: Retrieve TX timestamp during interrupt handling
[PATCH v2 net] ipv6: rpl: Fix Route of Death
2023-06-05 18:06 UTC
[PATCH 66/69] ynl: fix nested policy attribute type
2023-06-05 18:06 UTC (2+ messages)
[PATCH v13 0/7] io_uring: add napi busy polling support
2023-06-05 18:00 UTC (6+ messages)
` [PATCH v13 1/7] net: split off __napi_busy_poll from napi_busy_poll
` [PATCH v13 2/7] net: introduce napi_busy_loop_rcu()
[PATCH net-next v2 0/4] tools: ynl: user space C
2023-06-05 17:50 UTC (3+ messages)
` [PATCH net-next v2 2/4] tools: ynl: user space helpers
[PATCH iwl-next v4 00/13] ice: switchdev bridge offload
2023-06-05 17:45 UTC (17+ 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 iwl-next v4 09/13] ice: Accept LAG netdevs in bridge offloads
` [PATCH iwl-next v4 10/13] ice: Add VLAN FDB support in switchdev mode
[PATCH net-next v8] net: dsa: mv88e6xxx: implement USXGMII mode for mv88e6393x
2023-06-05 17:44 UTC
[PATCH RFC v2 net-next 01/28] net: sched: act_api: Add dynamic actions IDR
2023-06-05 17:39 UTC (31+ messages)
` [PATCH RFC v2 net-next 03/28] net/sched: act_api: increase TCA_ID_MAX
` [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] "
[v5,net-next]net: wwan: t7xx : V5 ptach upstream work
2023-06-05 17:35 UTC
[PATCH] net: revert "align SO_RCVMARK required privileges with SO_MARK"
2023-06-05 17:30 UTC (3+ messages)
[PATCH] libbpf:fix use empty function pointers in ringbuf_poll
2023-06-05 17:26 UTC (2+ messages)
[PATCH v1 net] ipv6: rpl: Fix Route of Death
2023-06-05 17:25 UTC (5+ messages)
[PATCH v3 bpf-next 00/22] xsk: multi-buffer support
2023-06-05 16:58 UTC (24+ 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 net-next v7 0/1] net: dsa: mv88e6xxx: implement USXGMII mode for mv88e6393x
2023-06-05 16:54 UTC (6+ messages)
` [PATCH net-next v7 1/1] "
[PATCH RESEND net-next 0/5] Improve the taprio qdisc's relationship with its children
2023-06-05 16:53 UTC (5+ messages)
[PATCH bpf] bpf: search_bpf_extables should search subprogram extables
2023-06-05 16:49 UTC
[PATCH net-next] ionic: add support for ethtool extended stat link_down_count
2023-06-05 16:31 UTC (5+ messages)
[PATCH v2 net] tcp: gso: really support BIG TCP
2023-06-05 16:16 UTC
[PATCH 00/13] mm: jit/text allocator
2023-06-05 16:10 UTC (11+ messages)
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX
[PATCH net-next 00/12] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 3
2023-06-05 15:52 UTC (10+ messages)
` [PATCH net-next 09/12] tls/sw: Support MSG_SPLICE_PAGES
` Bug in short splice to socket?
[PATCH net-next v2 0/2] Move KSZ9477 errata handling to PHY driver
2023-06-05 15:42 UTC (5+ messages)
` [PATCH net-next v2 1/2] net: phy: micrel: Move KSZ9477 errata fixes "
` [PATCH net-next v2 2/2] net: dsa: microchip: remove KSZ9477 PHY errata handling
[PATCH v4 0/3] net: phy: realtek: Support external PHY clock
2023-06-05 15:40 UTC (4+ messages)
` [PATCH v4 1/3] net: phy: realtek: Add optional "
` [PATCH v4 2/3] dt-bindings: net: phy: Document support for external PHY clk
` [PATCH v4 3/3] net: phy: realtek: Disable clock on suspend
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 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 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 (4+ messages)
` [RFC PATCH iwl-next 2/6] ip_tunnel: convert __be16 tunnel flags to bitmaps
[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 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 (4+ messages)
` [RFC,PATCH net-next 3/3] net: ngbe: add support for ncsi nics
[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 (10+ 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] 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 (4+ messages)
` [PATCH net-next v5 1/3] net-memcg: Fold dependency into memcg pressure cond
` "
[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] 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 (2+ messages)
` [PATCH rdma-next v2 1/4] net/mlx5: Nullify qp->dbg pointer post destruction
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).