netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-22 16:17:35 to 2024-07-23 17:51:45 UTC [more...]

[PATCH v5 0/3] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-23 17:51 UTC  (8+ messages)
` [PATCH v5 1/3] net: introduce helper sendpages_ok()

[PATCH net] net: nexthop: Initialize all fields in dumped nexthops
 2024-07-23 17:42 UTC  (5+ messages)

[PATCH] USB2NET: SR9700: fix uninitialized variable use in sr_mdio_read
 2024-07-23 17:39 UTC  (3+ messages)

[PATCH net v2] bnxt_en: update xdp_rxq_info in queue restart logic
 2024-07-23 17:37 UTC  (4+ messages)

[PATCH iwl-next v2] i40e: Add support for fw health report
 2024-07-23 17:36 UTC  (2+ messages)

[PATCH] Bluetooth: hci_core: fix suspicious RCU usage in hci_conn_drop()
 2024-07-23 17:17 UTC 

[PATCH net v3] igb: cope with large MAX_SKB_FRAGS
 2024-07-23 17:16 UTC  (4+ messages)

[PATCH net-next v3 0/6] net: ethernet: ti: am65-cpsw: Add multi queue RX support
 2024-07-23 17:11 UTC  (3+ messages)
` [PATCH net-next v3 1/6] net: ethernet: ti: am65-cpsw: Introduce multi queue Rx

[PATCH V3 09/10] bnxt_en: Add TPH support in BNXT driver
 2024-07-23 16:48 UTC  (2+ messages)

[PATCH net v2 0/2] tcp: restrict crossed SYN specific actions to SYN-ACK
 2024-07-23 16:42 UTC  (12+ messages)
` [PATCH net v2 1/2] tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
` [PATCH net v2 2/2] tcp: limit wake-up for crossed SYN cases to SYN-ACK

[syzbot] [net?] WARNING in inet_csk_get_port (3)
 2024-07-23 16:38 UTC  (2+ messages)

[RFC PATCH net-next] net: add an entry for CONFIG_NET_RX_BUSY_POLL
 2024-07-23 16:28 UTC  (7+ messages)

[RFC net-next 00/10] crc-offload: Split RX CRC offload from csum offload
 2024-07-23 16:23 UTC  (3+ messages)
` [RFC net-next 01/10] skbuff: Rename csum_not_inet to csum_is_crc32

[PATCH net] net: wangxun: use net_prefetch to simplify logic
 2024-07-23 16:02 UTC  (4+ messages)

[PATCH iwl-next v2] igc: Get rid of spurious interrupts
 2024-07-23 15:53 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net] net: stmmac: Correct byte order of perfect_match
 2024-07-23 15:50 UTC  (2+ messages)

xfrm/ipsec/iptfs and some new sysctls
 2024-07-22 14:29 UTC  (3+ messages)
` [devel-ipsec] "

[PATCH net] net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driver
 2024-07-23 15:07 UTC  (2+ messages)

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2024-07-23 14:43 UTC  (12+ messages)
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests

[RFC PATCH 1/2] net: bonding: correctly annotate RCU in bond_should_notify_peers()
 2024-07-23 14:27 UTC  (5+ messages)

[RFC PATCH 00/15] l2tp: simplify tunnel and session cleanup
 2024-07-23 13:51 UTC  (16+ messages)
` [RFC PATCH 01/15] l2tp: lookup tunnel from socket without using sk_user_data
` [RFC PATCH 02/15] ipv4: export ip_flush_pending_frames
` [RFC PATCH 03/15] l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_frames
` [RFC PATCH 04/15] l2tp: don't use tunnel socket sk_user_data in ppp procfs output
` [RFC PATCH 05/15] l2tp: don't set sk_user_data in tunnel socket
` [RFC PATCH 06/15] l2tp: remove unused tunnel magic field
` [RFC PATCH 07/15] l2tp: simplify tunnel and socket cleanup
` [RFC PATCH 08/15] l2tp: delete sessions using work queue
` [RFC PATCH 09/15] l2tp: free sessions using rcu
` [RFC PATCH 10/15] l2tp: refactor ppp socket/session relationship
` [RFC PATCH 11/15] l2tp: prevent possible tunnel refcount underflow
` [RFC PATCH 12/15] l2tp: use rcu list add/del when updating lists
` [RFC PATCH 13/15] l2tp: add idr consistency check in session_register
` [RFC PATCH 14/15] l2tp: cleanup eth/ppp pseudowire setup code
` [RFC PATCH 15/15] l2tp: use pre_exit pernet hook to avoid rcu_barrier

[PATCH v2 00/15] cxl: add Type2 device support
 2024-07-23 13:43 UTC  (4+ messages)
` [PATCH v2 04/15] cxl: add capabilities field to cxl_dev_state

[PATCH v5.10] bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
 2024-07-23 13:25 UTC  (2+ messages)

[PATCH net-next] net: bonding: correctly annotate RCU in bond_should_notify_peers()
 2024-07-23 13:20 UTC  (5+ messages)

[RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-07-23 13:19 UTC  (13+ messages)
` [RFC v11 01/14] mm: page_frag: add a test module for page_frag
` [RFC v11 08/14] mm: page_frag: some minor refactoring before adding new API

[PATCH bpf v3 0/4] af_unix: MSG_OOB handling fix & selftest
 2024-07-23 12:31 UTC  (12+ messages)
` [PATCH bpf v3 2/4] selftest/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()

[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
 2024-07-23 11:36 UTC  (3+ messages)

[PATH v5 0/3] vdpa: support set mac address from vdpa tool
 2024-07-23 11:29 UTC  (10+ messages)
` [PATH v5 1/3] "
` [PATH v5 2/3] vdpa_sim_net: Add the support of set mac address
` [PATH v5 3/3] vdpa/mlx5: "

[iwl-next v5 00/15] ice: support devlink subfunction
 2024-07-23 11:26 UTC  (37+ messages)
` [iwl-next v5 01/15] ice: add new VSI type for subfunctions
  ` [Intel-wired-lan] "
` [iwl-next v5 02/15] ice: export ice ndo_ops functions
  ` [Intel-wired-lan] "
` [iwl-next v5 03/15] ice: add basic devlink subfunctions support
  ` [Intel-wired-lan] "
` [iwl-next v5 04/15] ice: treat subfunction VSI the same as PF VSI
      ` [Intel-wired-lan] "
` [iwl-next v5 05/15] ice: allocate devlink for subfunction
    ` [Intel-wired-lan] "
` [iwl-next v5 06/15] ice: base subfunction aux driver
  ` [Intel-wired-lan] "
` [iwl-next v5 07/15] ice: implement netdev for subfunction
      ` [Intel-wired-lan] "
` [iwl-next v5 08/15] ice: make representor code generic
  ` [Intel-wired-lan] "
` [iwl-next v5 09/15] ice: create port representor for SF
  ` [Intel-wired-lan] "
` [iwl-next v5 10/15] ice: don't set target VSI for subfunction
  ` [Intel-wired-lan] "
` [iwl-next v5 11/15] ice: check if SF is ready in ethtool ops
  ` [Intel-wired-lan] "
` [iwl-next v5 12/15] ice: implement netdevice ops for SF representor
    ` [Intel-wired-lan] "
` [iwl-next v5 13/15] ice: support subfunction devlink Tx topology
  ` [Intel-wired-lan] "
` [iwl-next v5 14/15] ice: basic support for VLAN in subfunctions
  ` [Intel-wired-lan] "
` [iwl-next v5 15/15] ice: allow to activate and deactivate subfunction
  ` [Intel-wired-lan] "

[PATCH net] selftests: forwarding: skip if kernel not support setting bridge fdb learning limit
 2024-07-23 11:13 UTC  (5+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-07-23 11:04 UTC  (4+ messages)
` [PATCH net-next v4 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY

[PATCH net-next v7] net/mlx5: Reclaim max 50K pages at once
 2024-07-23 11:03 UTC  (2+ messages)

[PATCH] net: stmmac: fix the mistake of the device tree property string of reset gpio in stmmac_mdio_reset
 2024-07-23 10:47 UTC  (2+ messages)

[PATCH net] net: airoha: Fix MBI_RX_AGE_SEL_MASK definition
 2024-07-23 10:40 UTC  (2+ messages)

[PATCH net] gve: Fix an edge case for TSO skb validity check
 2024-07-23 10:20 UTC  (8+ messages)

[PATCH net-next] net: drop special comment style
 2024-07-23  9:55 UTC  (3+ messages)

XDP Performance Regression in recent kernel versions
 2024-07-23  9:52 UTC  (8+ messages)

[PATCH bpf-next] selftests/bpf: fix compilation failure when CONFIG_NET_FOU!=y
 2024-07-23  9:44 UTC  (5+ messages)
` [PATCH bpf-next v2] "
    ` [PATCH bpf-next v3] "

[RFT PATCH net] net: phy: aquantia: only poll GLOBAL_CFG registers on aqr113c and aqr115c
 2024-07-23  9:38 UTC  (2+ messages)

[PATCH net] l2tp: make session IDR and tunnel session list coherent
 2024-07-23  9:30 UTC  (3+ messages)

[PATCH net] ipv4: Fix incorrect source address in Record Route option
 2024-07-23  9:10 UTC  (2+ messages)

[PATCH v1 net] can: bcm: Remove proc entry when dev is unregistered
 2024-07-23  9:04 UTC  (2+ messages)

[PATCH v1 net] l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops
 2024-07-23  8:50 UTC  (2+ messages)

[PATCH iwl-next v2 00/13] ice: iavf: add support for TC U32 filters on VFs
 2024-07-23  8:07 UTC  (34+ messages)
` [PATCH iwl-next v2 01/13] ice: add parser create and destroy skeleton
    ` [Intel-wired-lan] "
` [PATCH iwl-next v2 02/13] ice: parse and init various DDP parser sections
    ` [Intel-wired-lan] "
` [PATCH iwl-next v2 03/13] ice: add debugging functions for the "
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 04/13] ice: add parser internal helper functions
    ` [Intel-wired-lan] "
` [PATCH iwl-next v2 05/13] ice: add parser execution main loop
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 06/13] ice: support turning on/off the parser's double vlan mode
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 07/13] ice: add UDP tunnels support to the parser
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 08/13] ice: add API for parser profile initialization
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 09/13] virtchnl: support raw packet in protocol header
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 10/13] ice: add method to disable FDIR SWAP option
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 11/13] ice: enable FDIR filters from raw binary patterns for VFs
        ` [Intel-wired-lan] "
` [PATCH iwl-next v2 12/13] iavf: refactor add/del FDIR filters
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 13/13] iavf: add support for offloading tc U32 cls filters
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH iwl-next v2 00/13] ice: iavf: add support for TC U32 filters on VFs

[PATCH net 1/1] igc: Fix double reset adapter triggered from a single taprio cmd
 2024-07-23  7:33 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH iwl-next v3] igc: Add MQPRIO offload support
 2024-07-23  7:30 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v3 0/7] Add support for the LAN966x PCI device using a DT overlay
 2024-07-23  7:21 UTC  (3+ messages)
` [PATCH v3 2/7] reset: mchp: sparx5: Remove dependencies and allow building as a module

[PATCH bpf-next v2 0/9] Add BPF LSM return value range check, BPF part
 2024-07-23  7:07 UTC  (9+ messages)
` [PATCH bpf-next v2 5/9] bpf, verifier: improve signed ranges inference for BPF_AND

[PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
 2024-07-23  7:04 UTC  (5+ messages)
` [PATCH v4 9/20] "

[PATCH v6 0/3] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-23  6:56 UTC  (4+ messages)
` [PATCH v6 1/3] net: introduce helper sendpages_ok()
` [PATCH v6 2/3] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v6 3/3] drbd: "

[PATCH iwl-next v2 0/5] ice: add standard stats
 2024-07-23  3:03 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next v2 1/2] net: dsa: vsc73xx: make RGMII delays configurable
 2024-07-23  2:47 UTC  (3+ messages)
` [PATCH net-next v2 2/2] dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-ps

[PATCH 0/4] net: dsa: microchip: ksz8795: add Wake on LAN support
 2024-07-23  2:42 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: net: dsa: microchip: add microchip,pme-active-high flag

[PATH v4 0/3] vdpa: support set mac address from vdpa tool
 2024-07-23  1:52 UTC  (9+ messages)
` [PATH v4 3/3] vdpa/mlx5: Add the support of set mac address

[RFC net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-07-23  1:20 UTC  (4+ messages)

[PATCH v7 0/4] Landlock: Abstract Unix Socket Scoping Support
 2024-07-23  1:13 UTC  (4+ messages)
` [PATCH v7 1/4] Landlock: Add abstract unix socket connect restriction

[RFC PATCH bpf-next RESEND 00/16] bpf: Checkpoint/Restore In eBPF (CRIB)
 2024-07-23  1:00 UTC  (7+ messages)
` [RFC PATCH bpf-next RESEND 03/16] bpf: Improve bpf kfuncs pointer arguments chain of trust

[net] tcp: add SO_PEEK_OFF socket option tor TCPv6
 2024-07-23  0:52 UTC  (2+ messages)

[RFC PATCH v9 00/11] bpf qdisc
 2024-07-23  0:19 UTC  (5+ messages)
` [OFFLIST RFC 1/4] bpf: Search for kptrs in prog BTF structs
  ` [OFFLIST RFC 3/4] bpf: Support bpf_kptr_xchg into local kptr

[PATCH] MAINTAINERS: Update bonding entry
 2024-07-22 22:27 UTC  (2+ messages)

[ANN] netdev development stats for 6.11
 2024-07-22 21:22 UTC 

[PATCH v9 12/14] PCI: Provide stub failed link recovery for device probing and hot plug
 2024-07-22 20:40 UTC  (3+ messages)
` PCI: Work around PCIe link training failures

[PATCH v2 6/8] fwctl: Add documentation
 2024-07-22 20:40 UTC  (4+ messages)

Kernel hang caused by commit "can: m_can: Start/Cancel polling timer together with interrupts"
 2024-07-22 18:58 UTC  (7+ messages)

[PATCH net-next RFC] net: ethernet: mtk_eth_soc: use prefetch methods
 2024-07-22 18:26 UTC  (4+ messages)

[PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
 2024-07-22 16:29 UTC  (3+ messages)
` [PATCH bpf v5] bpf: Fixed segment issue when downgrade gso_size

[PATCH RFC net-next] bonding: Remove support for use_carrier
 2024-07-22 16:26 UTC  (4+ messages)

[PATCH iwl-net] ice: Introduce netif_device_attach/detach into reset flow
 2024-07-22 16:26 UTC  (5+ messages)
` [Intel-wired-lan] "


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