netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-06 15:55:02 to 2024-09-07 05:49:01 UTC [more...]

[PATCH net-next 00/16] RX software timestamp for all - round 3
 2024-09-07  5:48 UTC  (3+ messages)
` [PATCH net-next 15/16] ixp4xx_eth: Remove setting of RX software timestamp

[syzbot] [net?] KASAN: slab-use-after-free Read in unix_stream_read_actor (2)
 2024-09-07  5:39 UTC  (7+ messages)

[PATCH net-next v2 00/10] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
 2024-09-07  5:34 UTC  (12+ messages)
` [PATCH net-next v2 01/10] net: dsa: bcm_sf2: Convert using devm_clk_get_optional_enabled() in bcm_sf2_sw_probe()
` [PATCH net-next v2 02/10] net: ethernet: Convert using devm_clk_get_enabled() in emac_probe()
` [PATCH net-next v2 03/10] net: ethernet: arc: "
` [PATCH net-next v2 04/10] net: ethernet: ethoc: Convert using devm_clk_get_enabled() in ethoc_probe()
` [PATCH net-next v2 05/10] net: ftgmac100: Convert using devm_clk_get_enabled() in ftgmac100_setup_clk()
` [PATCH net-next v2 06/10] net: ethernet: hisilicon: Convert using devm_clk_get_enabled() in hisi_femac_drv_probe()
` [PATCH net-next v2 07/10] net: lantiq_xrx200: Convert using devm_clk_get_enabled() in xrx200_probe()
` [PATCH net-next v2 08/10] net: stmmac: dwmac-dwc-qos-eth: Convert using devm_clk_get_enabled() in dwc_qos_probe()
` [PATCH net-next v2 09/10] net: ethernet: sunplus: Convert using devm_clk_get_enabled() in spl2sw_probe()
` [PATCH net-next v2 10/10] net: xilinx: axienet: Convert using devm_clk_get_optional_enabled() in axienet_probe()

[PATCH bpf-next v2 0/5] bpf: Allow skb dynptr for tp_btf
 2024-09-07  3:26 UTC  (14+ messages)
` [PATCH bpf-next v2 1/5] bpf: Support __nullable argument suffix "
` [PATCH bpf-next v2 2/5] selftests/bpf: Add test for __nullable suffix in tp_btf
` [PATCH bpf-next v2 3/5] tcp: Use skb__nullable in trace_tcp_send_reset

[PATCH net] virtio-net: fix overflow inside virtnet_rq_alloc
 2024-09-07  3:16 UTC  (9+ messages)

[PATCH net-next v5 0/2] net-timestamp: introduce a flag to filter out rx software and hardware report
 2024-09-07  3:11 UTC  (7+ messages)
` [PATCH net-next v5 1/2] net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag

[PATCH ipsec-next v10 00/16] Add IP-TFS mode to xfrm
 2024-09-07  3:06 UTC  (8+ messages)
` [PATCH ipsec-next v10 07/16] xfrm: iptfs: add new iptfs xfrm mode impl
    ` [devel-ipsec] "
  ` [devel-ipsec] [PATCH ipsec-next v10 00/16] Add IP-TFS mode to xfrm

[PATCH net-next v2 00/10] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
 2024-09-07  3:10 UTC  (13+ messages)
` [PATCH -next v2] platform/olpc: Remove redundant null pointer checks in olpc_ec_setup_debugfs()
` [PATCH -next v2 2/2] media: siano: remove redundant null pointer checks in cec_devnode_init()
` [PATCH net-next v2 02/10] net: ethernet: Convert using devm_clk_get_enabled() in emac_probe()
` [PATCH net-next v2 03/10] net: ethernet: arc: "
` [PATCH net-next v2 04/10] net: ethernet: ethoc: Convert using devm_clk_get_enabled() in ethoc_probe()
` [PATCH net-next v2 05/10] net: ftgmac100: Convert using devm_clk_get_enabled() in ftgmac100_setup_clk()
` [PATCH net-next v2 06/10] net: ethernet: hisilicon: Convert using devm_clk_get_enabled() in hisi_femac_drv_probe()
` [PATCH net-next v2 07/10] net: lantiq_xrx200: Convert using devm_clk_get_enabled() in xrx200_probe()
` [PATCH net-next v2 08/10] net: stmmac: dwmac-dwc-qos-eth: Convert using devm_clk_get_enabled() in dwc_qos_probe()
` [PATCH net-next v2 09/10] net: ethernet: sunplus: Convert using devm_clk_get_enabled() in spl2sw_probe()
` [PATCH net-next v2 10/10] net: xilinx: axienet: Convert using devm_clk_get_optional_enabled() in axienet_probe()

[PATCH net-next 00/12] net: Convert using devm_clk_get_enabled()/devm_clk_get_optional_enabled()
 2024-09-07  2:55 UTC  (3+ messages)

[PATCH ipsec-next v11 00/16] Add IP-TFS mode to xfrm
 2024-09-07  2:24 UTC  (17+ messages)
` [PATCH ipsec-next v11 01/16] xfrm: config: add CONFIG_XFRM_IPTFS
` [PATCH ipsec-next v11 02/16] include: uapi: add ip_tfs_*_hdr packet formats
` [PATCH ipsec-next v11 03/16] include: uapi: add IPPROTO_AGGFRAG for AGGFRAG in ESP
` [PATCH ipsec-next v11 04/16] xfrm: netlink: add config (netlink) options
` [PATCH ipsec-next v11 05/16] xfrm: add mode_cbs module functionality
` [PATCH ipsec-next v11 06/16] xfrm: add generic iptfs defines and functionality
` [PATCH ipsec-next v11 07/16] xfrm: iptfs: add new iptfs xfrm mode impl
` [PATCH ipsec-next v11 08/16] xfrm: iptfs: add user packet (tunnel ingress) handling
` [PATCH ipsec-next v11 09/16] xfrm: iptfs: share page fragments of inner packets
` [PATCH ipsec-next v11 10/16] xfrm: iptfs: add fragmenting of larger than MTU user packets
` [PATCH ipsec-next v11 11/16] xfrm: iptfs: add basic receive packet (tunnel egress) handling
` [PATCH ipsec-next v11 12/16] xfrm: iptfs: handle received fragmented inner packets
` [PATCH ipsec-next v11 13/16] xfrm: iptfs: add reusing received skb for the tunnel egress packet
` [PATCH ipsec-next v11 14/16] xfrm: iptfs: add skb-fragment sharing code
` [PATCH ipsec-next v11 15/16] xfrm: iptfs: handle reordering of received packets
` [PATCH ipsec-next v11 16/16] xfrm: iptfs: add tracepoint functionality

[PATCH net-next v2] ptp: ocp: Improve PCIe delay estimation
 2024-09-07  2:10 UTC  (2+ messages)

[PATCH net-next 01/16] netfilter: ctnetlink: support CTA_FILTER for flush
 2024-09-07  2:10 UTC  (2+ messages)

[PATCH net] selftests: net: csum: Fix checksums for packets with non-zero padding
 2024-09-07  2:05 UTC  (2+ messages)

[PATCH v2 net-next 0/6] sfc: per-queue stats
 2024-09-07  2:03 UTC  (3+ messages)
` [PATCH v2 net-next 6/6] sfc: add per-queue RX and TX bytes stats

[PATCH net-next v1] net: mvneta: Avoid the misuse of the '_t' variants
 2024-09-07  1:55 UTC  (2+ messages)

[PATCH V7 net-next 00/11] Add support of HIBMCGE Ethernet Driver
 2024-09-07  1:45 UTC  (3+ messages)
` [PATCH V7 net-next 01/11] net: hibmcge: Add pci table supported in this module

[PATCH net-next 0/2] bnxt_en: implement tcp-data-split ethtool command
 2024-09-07  1:38 UTC  (2+ messages)

[PATCH net-next] sfc: siena: rip out rss-context dead code
 2024-09-07  1:30 UTC  (2+ messages)

[PATCH] net: tls: wait for async completion on last message
 2024-09-07  1:30 UTC  (2+ messages)

[PATCH] net: phy: qca83xx: use PHY_ID_MATCH_EXACT
 2024-09-07  1:30 UTC  (2+ messages)

[PATCH net-next v2 0/2] octeontx2: Address some warnings
 2024-09-07  1:30 UTC  (2+ messages)

[PATCH net-next v2 0/3] Use functionality of irq_get_trigger_type()
 2024-09-07  1:30 UTC  (2+ messages)

[PATCH net-next] netpoll: remove netpoll_srcu
 2024-09-07  1:30 UTC  (2+ messages)

[PATCH net-next] eth: fbnic: Add devlink firmware version info
 2024-09-07  1:29 UTC  (2+ messages)

[PATCH net-next] x25: specifying bcast_addr array size using macro
 2024-09-07  1:27 UTC  (2+ messages)

[PATCH net-next v3] net: enetc: Replace ifdef with IS_ENABLED
 2024-09-07  1:20 UTC  (2+ messages)

[PATCH net-next v2 0/5] make use of the helper macro LIST_HEAD()
 2024-09-07  1:20 UTC  (2+ messages)

[PATCH net-next] sch_cake: constify inverse square root cache
 2024-09-07  1:14 UTC  (2+ messages)

[PATCH net-next] sfc/siena: Convert comma to semicolon
 2024-09-07  1:10 UTC  (2+ messages)

[PATCH net-next] net: atlantic: convert comma to semicolon
 2024-09-07  1:10 UTC  (2+ messages)

[PATCH net-next] ionic: Convert comma to semicolon
 2024-09-07  1:10 UTC  (2+ messages)

[PATCH net-next] sfc: convert comma to semicolon
 2024-09-07  1:10 UTC  (2+ messages)

[PATCH net-next v10 0/7] net: stmmac: FPE via ethtool + tc
 2024-09-07  0:45 UTC  (2+ messages)

[PATCH net-next v2 0/2] selftests/net: add packetdrill
 2024-09-07  0:04 UTC  (7+ messages)
` [PATCH net-next v2 2/2] selftests/net: integrate packetdrill with ksft

[PATCH net-next v3 0/4] Add option to provide OPT_ID value via cmsg
 2024-09-06 23:50 UTC  (11+ messages)
` [PATCH net-next v3 2/4] net_tstamp: add SCM_TS_OPT_ID for TCP sockets

[PATCH net v2] tcp: check skb is non-NULL in tcp_rto_delta_us()
 2024-09-06 23:17 UTC 

[PATCH net 0/1] NULL ptr dereference in tcp_rearm_rto
 2024-09-06 23:16 UTC  (4+ messages)
` [PATCH net 1/1] tcp: check skb is non-NULL in tcp_rto_delta_us()

[PATCH v3 net-next 0/7] ionic: convert Rx queue buffers to use page_pool
 2024-09-06 23:26 UTC  (8+ messages)
` [PATCH v3 net-next 1/7] ionic: debug line for Tx completion errors
` [PATCH v3 net-next 2/7] ionic: rename ionic_xdp_rx_put_bufs
` [PATCH v3 net-next 3/7] ionic: use per-queue xdp_prog
` [PATCH v3 net-next 4/7] ionic: always use rxq_info
` [PATCH v3 net-next 5/7] ionic: Fully reconfigure queues when going to/from a NULL XDP program
` [PATCH v3 net-next 6/7] ionic: convert Rx queue buffers to use page_pool
` [PATCH v3 net-next 7/7] ionic: Allow XDP program to be hot swapped

[PATCH net-next v5 00/15][pull request] ice: support devlink subfunction
 2024-09-06 22:30 UTC  (16+ messages)
` [PATCH net-next v5 01/15] ice: add new VSI type for subfunctions
` [PATCH net-next v5 02/15] ice: export ice ndo_ops functions
` [PATCH net-next v5 03/15] ice: add basic devlink subfunctions support
` [PATCH net-next v5 04/15] ice: treat subfunction VSI the same as PF VSI
` [PATCH net-next v5 05/15] ice: allocate devlink for subfunction
` [PATCH net-next v5 06/15] ice: base subfunction aux driver
` [PATCH net-next v5 07/15] ice: implement netdev for subfunction
` [PATCH net-next v5 08/15] ice: make representor code generic
` [PATCH net-next v5 09/15] ice: create port representor for SF
` [PATCH net-next v5 10/15] ice: don't set target VSI for subfunction
` [PATCH net-next v5 11/15] ice: check if SF is ready in ethtool ops
` [PATCH net-next v5 12/15] ice: implement netdevice ops for SF representor
` [PATCH net-next v5 13/15] ice: support subfunction devlink Tx topology
` [PATCH net-next v5 14/15] ice: basic support for VLAN in subfunctions
` [PATCH net-next v5 15/15] ice: subfunction activation and base devlink ops

[PATCH V2] mptcp: pm: Fix uaf in __timer_delete_sync
 2024-09-06 22:02 UTC  (4+ messages)
` [PATCH net v3] "

[pull request][net-next V3 00/15] mlx5 updates 2024-09-02
 2024-09-06 21:54 UTC  (16+ messages)
` [net-next V3 01/15] net/mlx5: Added missing mlx5_ifc definition for HW Steering
` [net-next V3 02/15] net/mlx5: Added missing definitions in preparation "
` [net-next V3 03/15] net/mlx5: HWS, added actions handling
` [net-next V3 04/15] net/mlx5: HWS, added tables handling
` [net-next V3 05/15] net/mlx5: HWS, added rules handling
` [net-next V3 06/15] net/mlx5: HWS, added definers handling
` [net-next V3 07/15] net/mlx5: HWS, added matchers functionality
` [net-next V3 08/15] net/mlx5: HWS, added FW commands handling
` [net-next V3 09/15] net/mlx5: HWS, added modify header pattern and args handling
` [net-next V3 10/15] net/mlx5: HWS, added vport handling
` [net-next V3 11/15] net/mlx5: HWS, added memory management handling
` [net-next V3 12/15] net/mlx5: HWS, added backward-compatible API handling
` [net-next V3 13/15] net/mlx5: HWS, added debug dump and internal headers
` [net-next V3 14/15] net/mlx5: HWS, added send engine and context handling
` [net-next V3 15/15] net/mlx5: HWS, added API and enabled HWS support

[PATCH net-next v1] net: stmmac: Programming sequence for VLAN packets with split header
 2024-09-06 21:49 UTC  (2+ messages)

[net-next 0/3] net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110
 2024-09-06 21:39 UTC  (6+ messages)
` [net-next 2/3] net: phy: marvell-88q2xxx: Make register writer function generic
` [net-next 3/3] net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110

[PATCH 0/3] net: xilinx: axienet: Partial checksum offload improvements
 2024-09-06 21:37 UTC  (7+ messages)
` [PATCH 3/3] net: xilinx: axienet: Relax partial rx checksum checks

[net-next 0/2] net: phy: Fallback to C22 for PHY register read/write
 2024-09-06 21:36 UTC  (4+ messages)
` [net-next 2/2] net: phy: Fallback to C22 access if needed in phy_mii_ioctl()

[PATCH bpf] sock_map: add a cond_resched() in sock_hash_free()
 2024-09-06 21:32 UTC  (3+ messages)

[PATCH v4 0/6] landlock: Signal scoping support
 2024-09-06 21:30 UTC  (7+ messages)
` [PATCH v4 1/6] landlock: Add signal scoping control
` [PATCH v4 2/6] selftest/landlock: Signal restriction tests
` [PATCH v4 3/6] selftest/landlock: Add signal_scoping_threads test
` [PATCH v4 4/6] selftest/landlock: Test file_send_sigiotask by sending out-of-bound message
` [PATCH v4 5/6] sample/landlock: Support sample for signal scoping restriction
` [PATCH v4 6/6] landlock: Document LANDLOCK_SCOPED_SIGNAL

[PATCH net] r8169: correct the reset timing of RTL8125 for link-change event
 2024-09-06 21:16 UTC  (2+ messages)

[PATCH] ixgbe: Manual AN-37 for troublesome link partners for X550 SFI
 2024-09-06 21:16 UTC  (4+ messages)

[PATCH net v2 0/2] bpf: devmap: provide rxq after redirect
 2024-09-06 20:46 UTC  (4+ messages)
` [PATCH net v2 2/2] bpf: selftests: send packet to devmap redirect XDP

[PATCH] can: rockchip_canfd: fix return type of rkcanfd_start_xmit()
 2024-09-06 20:26 UTC 

[PATCH net-next v6 00/25] Introducing OpenVPN Data Channel Offload
 2024-09-06 19:29 UTC  (7+ messages)
` [PATCH net-next v6 04/25] ovpn: add basic netlink support
` [PATCH net-next v6 11/25] ovpn: implement basic RX path (UDP)
` [PATCH net-next v6 12/25] ovpn: implement packet processing

[pull request][net-next V2 00/15] mlx5 updates 2024-09-02
 2024-09-06 19:26 UTC  (7+ messages)
` [net-next V2 11/15] net/mlx5: HWS, added memory management handling
` [net-next V2 14/15] net/mlx5: HWS, added send engine and context handling

[PATCH] lib80211: Use ERR_CAST() to return
 2024-09-06 19:08 UTC  (2+ messages)

[PATCH v4] memcg: add charging of already allocated slab objects
 2024-09-06 19:04 UTC  (9+ messages)

[syzbot] [kernel?] possible deadlock in __run_timer_base
 2024-09-06 18:47 UTC  (2+ messages)

[PATCH net-next v2 0/5] selftests: mptcp: add time per subtests in TAP output
 2024-09-06 18:46 UTC  (6+ messages)
` [PATCH net-next v2 1/5] selftests: mptcp: lib: "
` [PATCH net-next v2 2/5] selftests: mptcp: connect: remote time "
` [PATCH net-next v2 3/5] selftests: mptcp: reset the last TS before the first test
` [PATCH net-next v2 4/5] selftests: mptcp: diag: remove trailing whitespace
` [PATCH net-next v2 5/5] selftests: mptcp: connect: remove duplicated spaces in TAP output

[PATCH net-next v2] dt-bindings: net: ath11k: document the inputs of the ath11k on WCN6855
 2024-09-06 18:38 UTC  (8+ messages)

[PATCH v1] dt-bindings: net: ethernet-phy: Add forced-master/slave properties for SPE PHYs
 2024-09-06 17:49 UTC  (6+ messages)

[PATCH net v2] net: xilinx: axienet: Fix packet counting
 2024-09-06 17:49 UTC  (3+ messages)

[PATCH net-next 00/12] Unmask upper DSCP bits - part 4 (last)
 2024-09-06 17:13 UTC  (2+ messages)

[PATCH] fou: fix initialization of grc
 2024-09-06 17:06 UTC  (2+ messages)

[syzbot] [usb?] WARNING in rtl8150_open/usb_submit_urb
 2024-09-06 16:51 UTC  (3+ messages)

[PATCH net-next] net: remove dev_pick_tx_cpu_id()
 2024-09-06 16:32 UTC  (2+ messages)

[PATCH net v1 1/1] netfilter: conntrack: Guard possoble unused functions
 2024-09-06 16:31 UTC  (3+ messages)

[PATCH net-next] net-timestamp: correct the use of SOF_TIMESTAMPING_RAW_HARDWARE
 2024-09-06 16:18 UTC  (3+ 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).