netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-10 11:37:04 to 2025-02-10 19:24:02 UTC [more...]

[PATCH net-next 00/10][pull request] Intel Wired LAN Driver Updates 2025-02-10 (ice, igc, e1000e)
 2025-02-10 19:23 UTC  (2+ messages)
` [PATCH net-next 01/10] ice: Don't check device type when checking GNSS presence

[PATCH net-next v2] selftests: net: Add support for testing SO_RCVMARK and SO_RCVPRIORITY
 2025-02-10 19:22 UTC 

[PATCH net-next 00/11] net: Hold netdev instance lock during ndo operations
 2025-02-10 19:20 UTC  (12+ messages)
` [PATCH net-next 01/11] net: hold netdev instance lock during ndo_open/ndo_stop
` [PATCH net-next 02/11] net: hold netdev instance lock during ndo_setup_tc
` [PATCH net-next 03/11] net: hold netdev instance lock during queue operations
` [PATCH net-next 04/11] net: hold netdev instance lock during rtnetlink operations
` [PATCH net-next 05/11] net: hold netdev instance lock during ioctl operations
` [PATCH net-next 06/11] net: hold netdev instance lock during sysfs operations
` [PATCH net-next 07/11] net: hold netdev instance lock during ndo_bpf
` [PATCH net-next 08/11] net: ethtool: try to protect all callback with netdev instance lock
` [PATCH net-next 09/11] net: dummy: add dummy shaper API
` [PATCH net-next 10/11] docs: net: document new locking reality
` [PATCH net-next 11/11] eth: bnxt: remove most dependencies on RTNL

[PATCH net-next v6 00/12] Begin upstreaming Homa transport protocol
 2025-02-10 19:19 UTC  (3+ messages)

[PATCH net] MAINTAINERS: Add sctp headers to the general netdev entry
 2025-02-10 19:18 UTC  (4+ messages)

[PATCH net-next v5 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-10 19:10 UTC  (6+ messages)
` [PATCH net-next v5 2/3] netdev-genl: Add an XSK "

[PATCH 0/3] igb: XDP/ZC follow up
 2025-02-10 18:58 UTC  (7+ messages)
` [PATCH 1/3] igb: Link IRQs to NAPI instances
` [PATCH 2/3] igb: Link queues "
` [PATCH 3/3] igb: Get rid of spurious interrupts

[PATCH net-next 0/4] net: add EXPORT_IPV6_MOD()
 2025-02-10 18:46 UTC  (10+ messages)
` [PATCH net-next 3/4] tcp: use EXPORT_IPV6_MOD[_GPL]()

[PATCH v3 0/5] net: Bluetooth: add TX timestamping for ISO/L2CAP/SCO
 2025-02-10 18:43 UTC  (8+ messages)
` [PATCH v3 1/5] net-timestamp: COMPLETION timestamp on packet tx completion
` [PATCH v3 3/5] Bluetooth: ISO: add TX timestamping

[PATCH v2 net-next] netlink: specs: add conntrack dump and stats dump support
 2025-02-10 18:39 UTC  (2+ messages)

[PATCH v9 0/6] Add NSS clock controller support for IPQ9574
 2025-02-10 18:17 UTC  (5+ messages)
` [PATCH v9 4/6] clk: qcom: Add NSS clock Controller driver "
` [PATCH v9 5/6] arm64: dts: qcom: ipq9574: Add nsscc node

[syzbot] [net?] general protection fault in arp_create (3)
 2025-02-10 18:11 UTC 

[PATCH v2 net-next 0/2] Enable Big TCP for MANA devices
 2025-02-10 18:02 UTC  (7+ messages)
` [PATCH v2 net-next 1/2] net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE

[PATCH v3 0/4] Enable ethernet on qcs615
 2025-02-10 18:01 UTC  (8+ messages)
` [PATCH v3 2/4] net: stmmac: dwmac-qcom-ethqos: Mask PHY mode if configured with rgmii-id

[net-next PATCH v5 0/6] Add af_xdp support for cn10k
 2025-02-10 17:57 UTC  (11+ messages)
` [net-next PATCH v5 1/6] octeontx2-pf: use xdp_return_frame() to free xdp buffers
` [net-next PATCH v5 2/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v5 3/6] octeontx2-pf: AF_XDP zero copy receive support
` [net-next PATCH v5 5/6] octeontx2-pf: Prepare for AF_XDP

[RFC PATCH 0/2] udp: avoid false sharing on sk_tsflags
 2025-02-10 17:53 UTC  (6+ messages)

[PATCH] net: dsa: microchip: KSZ8563 register regmap alignment to 32 bit boundaries
 2025-02-10 17:50 UTC  (4+ messages)

[PATCH net-next v2] af_unix: Fix undefined 'other' error
 2025-02-10 17:50 UTC  (2+ messages)

[PATCH v2 bpf] net: Add rx_skb of kfree_skb to raw_tp_null_args[]
 2025-02-10 17:49 UTC  (5+ messages)

[PATCH] net/mlx4_core: Avoid impossible mlx4_db_alloc() order value
 2025-02-10 17:45 UTC 

[PATCH bpf-next v4 00/19] bpf qdisc
 2025-02-10 17:43 UTC  (20+ messages)
` [PATCH bpf-next v4 01/19] bpf: Make every prog keep a copy of ctx_arg_info
` [PATCH bpf-next v4 02/19] bpf: Support getting referenced kptr from struct_ops argument
` [PATCH bpf-next v4 03/19] selftests/bpf: Test referenced kptr arguments of struct_ops programs
` [PATCH bpf-next v4 04/19] bpf: Allow struct_ops prog to return referenced kptr
` [PATCH bpf-next v4 05/19] selftests/bpf: Test returning referenced kptr from struct_ops programs
` [PATCH bpf-next v4 06/19] bpf: Prepare to reuse get_ctx_arg_idx
` [PATCH bpf-next v4 07/19] bpf: Generalize finding member offset of struct_ops prog
` [PATCH bpf-next v4 08/19] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [PATCH bpf-next v4 09/19] bpf: net_sched: Add basic bpf qdisc kfuncs
` [PATCH bpf-next v4 10/19] bpf: Search and add kfuncs in struct_ops prologue and epilogue
` [PATCH bpf-next v4 11/19] bpf: net_sched: Add a qdisc watchdog timer
` [PATCH bpf-next v4 12/19] bpf: net_sched: Support updating bstats
` [PATCH bpf-next v4 13/19] bpf: net_sched: Support updating qstats
` [PATCH bpf-next v4 14/19] bpf: net_sched: Allow writing to more Qdisc members
` [PATCH bpf-next v4 15/19] bpf: net_sched: Disable attaching bpf qdisc to non root
` [PATCH bpf-next v4 16/19] libbpf: Support creating and destroying qdisc
` [PATCH bpf-next v4 17/19] selftests/bpf: Add a basic fifo qdisc test
` [PATCH bpf-next v4 18/19] selftests/bpf: Add a bpf fq qdisc to selftest
` [PATCH bpf-next v4 19/19] selftests/bpf: Test attaching bpf qdisc to mq and non root

[PATCH 0/4] net: dsa: b53: Enable internal GPHY on BCM63268
 2025-02-10 17:25 UTC  (7+ messages)

[Performance] ip-xfrm 20x encapsulation penalty
 2025-02-10 17:08 UTC 

[syzbot] [ext4?] [net?] general protection fault in __dev_set_rx_mode
 2025-02-10 17:04 UTC 

2024 Tax Onboarding
 2025-02-10 16:53 UTC 

[PATCH 1/2] vsock/virtio: Move rx_buf_nr and rx_buf_max_nr initialization position
 2025-02-10 16:52 UTC  (5+ messages)
    ` [PATCH 2/2] vsock/virtio: Don't reset the created SOCKET during s2r

Fw: [Bug 219766] New: Garbage Ethernet Frames
 2025-02-10 16:49 UTC 

[ANN] netdev call - Feb 11th
 2025-02-10 16:41 UTC 

[PATCH net-next 0/7] eth: fbnic: support RSS contexts and ntuple filters
 2025-02-10 16:30 UTC  (2+ messages)

[PATCH iwl-next v2 00/13] ixgbe: Add basic devlink support
 2025-02-10 16:26 UTC  (15+ messages)
` [PATCH iwl-next v2 01/13] ixgbe: add initial "
` [PATCH iwl-next v2 02/13] ixgbe: add handler for devlink .info_get()
` [PATCH iwl-next v2 03/13] ixgbe: add E610 functions for acquiring flash data
` [PATCH iwl-next v2 04/13] ixgbe: read the OROM version information
` [PATCH iwl-next v2 05/13] ixgbe: read the netlist "
` [PATCH iwl-next v2 06/13] ixgbe: add .info_get extension specific for E610 devices
` [PATCH iwl-next v2 07/13] ixgbe: add E610 functions getting PBA and FW ver info
` [PATCH iwl-next v2 08/13] ixgbe: extend .info_get with stored versions
` [PATCH iwl-next v2 09/13] ixgbe: add device flash update via devlink
` [PATCH iwl-next v2 10/13] ixgbe: add support for devlink reload
` [PATCH iwl-next v2 11/13] ixgbe: add FW API version check
` [PATCH iwl-next v2 12/13] ixgbe: add E610 implementation of FW recovery mode
` [PATCH iwl-next v2 13/13] ixgbe: add support for FW rollback mode

[PATCH net] tcp: drop skb extensions before skb_attempt_defer_free
 2025-02-10 16:24 UTC  (2+ messages)

[PATCH v2 net-next 0/4] sfc: support devlink flash
 2025-02-10 16:21 UTC  (5+ messages)
` [PATCH v2 net-next 4/4] sfc: document devlink flash support

[PATCH net-next, v8 1/2] netlink: support dumping IPv4 multicast addresses
 2025-02-10 16:13 UTC  (3+ messages)
` [PATCH net-next, v8 2/2] selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support

[PATCH net-next 0/4] xsk: the lost bits from Chapter III
 2025-02-10 16:00 UTC  (12+ messages)
` [PATCH net-next 1/4] unroll: add generic loop unroll helpers
` [PATCH net-next 2/4] i40e: use generic unrolled_count() macro
` [PATCH net-next 3/4] ice: "
` [PATCH net-next 4/4] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go

[PATCH v2] blackhole_dev: convert self-test to KUnit
 2025-02-10 15:58 UTC  (2+ messages)

[PATCH net-next v4 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-02-10 15:31 UTC  (4+ messages)

[PATCH v6 net-next 0/4] PHC support in ENA driver
 2025-02-10 15:28 UTC  (4+ messages)
` [PATCH v6 net-next 3/4] net: ena: Add PHC documentation

[PATCH 00/10] Expand STM32MP2 family with new SoC and boards
 2025-02-10 15:21 UTC  (11+ messages)
` [PATCH 01/10] dt-bindings: stm32: document stm32mp257f-dk board
` [PATCH 02/10] arm64: dts: st: add stm32mp257f-dk board support
` [PATCH 03/10] arm64: Kconfig: expand STM32 Armv8 SoC with STM32MP23 SoCs family
` [PATCH 04/10] arm64: dts: st: introduce stm32mp23 "
` [PATCH 05/10] dt-bindings: stm32: document stm32mp235f-dk board
` [PATCH 06/10] arm64: dts: st: add stm32mp235f-dk board support
` [PATCH 07/10] arm64: Kconfig: expand STM32 Armv8 SoC with STM32MP21 SoCs family
` [PATCH 08/10] arm64: dts: st: introduce stm32mp21 "
` [PATCH 09/10] dt-bindings: stm32: document stm32mp215f-dk board
` [PATCH 10/10] arm64: dts: st: add stm32mp215f-dk board support

[PATCH v4 02/10] fwctl: Basic ioctl dispatch for the character device
 2025-02-10 15:24 UTC  (3+ messages)

[RFC PATCH v1 net-next] net: mlxsw_sp: Use switchdev_handle_port_obj_add_foreign() for vxlan
 2025-02-10 15:22 UTC  (3+ messages)

[PATCH v4 00/10] Introduce fwctl subystem
 2025-02-10 15:17 UTC  (4+ messages)
` [PATCH v4 06/10] fwctl: Add documentation

[PATCH net-next v5 0/8] netconsole: Add support for CPU population
 2025-02-10 15:10 UTC  (2+ messages)

[PATCH net-next v7 0/5] net: napi: add CPU affinity to napi->config
 2025-02-10 15:04 UTC  (4+ messages)
` [PATCH net-next v7 1/5] net: move ARFS rmap management to core

[PATCH v2] net: e1000e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-02-10 14:58 UTC  (2+ messages)

[PATCH net-next v4] net: phy: marvell-88q2xxx: Add support for PHY LEDs on 88q2xxx
 2025-02-10 14:53 UTC 

[PATCH net 0/3] net: ethernet: ti: am65-cpsw: XDP fixes
 2025-02-10 14:52 UTC  (4+ messages)
` [PATCH net 1/3] net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases
` [PATCH net 2/3] net: ethernet: ti: am65-cpsw: fix RX & TX statistics for XDP_TX case
` [PATCH net 3/3] net: ethernet: ti: am65_cpsw: fix tx_cleanup for XDP case

[PATCH net-next v3 0/3] net: dsa: add support for phylink managed EEE
 2025-02-10 14:26 UTC  (6+ messages)
` [PATCH net-next v3 1/3] net: phylink: provide phylink_mac_implements_lpi()

[PATCH net-next 1/2] selftests: drv-net: factor out a DrvEnv base class
 2025-02-10 14:24 UTC  (4+ messages)
` [PATCH net-next 2/2] selftests: drv-net: add helper for path resolution

[PATCH net] net/smc: use the correct ndev to find pnetid by pnetid table
 2025-02-10 14:20 UTC  (13+ messages)

[PATCH iwl-next v2 0/3] E825C PTP cleanup
 2025-02-10 14:11 UTC  (4+ messages)
` [PATCH iwl-next v2 1/3] ice: rename ice_ptp_init_phc_eth56g function
` [PATCH iwl-next v2 2/3] ice: Refactor E825C PHY registers info struct
` [PATCH iwl-next v2 3/3] ice: E825C PHY register cleanup

[PATCH] ss: Tone down cgroup path resolution
 2025-02-10 14:11 UTC 

[PATCH net-next] amd-xgbe: re-initiate auto-negotiation for Broadcom PHYs
 2025-02-10 13:49 UTC  (2+ messages)

[PATCH net V2] net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size
 2025-02-10 13:43 UTC 

[PATCH] prandom: remove next_pseudo_random32
 2025-02-10 13:39 UTC  (2+ messages)

[PATCH iwl-next v3] ixgbe: add support for thermal sensor event reception
 2025-02-10 13:37 UTC  (6+ messages)
` [Intel-wired-lan] "

[PATCH net-next v9 00/11] net: Improve netns handling in rtnetlink
 2025-02-10 13:30 UTC  (12+ messages)
` [PATCH net-next v9 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v9 02/11] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v9 03/11] net: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v9 04/11] ieee802154: 6lowpan: Validate "
` [PATCH net-next v9 05/11] net: ip_tunnel: Use "
` [PATCH net-next v9 06/11] net: ipv6: "
` [PATCH net-next v9 07/11] net: xfrm: "
` [PATCH net-next v9 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v9 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v9 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v9 11/11] selftests: net: Add test cases for link and peer netns

[PATCH] ixgbe: remove self assignment
 2025-02-10 13:24 UTC  (2+ messages)

[PATCH net-next v1] page_pool: avoid infinite loop to schedule delayed worker
 2025-02-10 13:09 UTC 

ftp ipvs connect failed in ipv6
 2025-02-10 13:06 UTC 

[PATCH RESEND] net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directly
 2025-02-10 13:00 UTC  (2+ messages)

[PATCH net-next v2] net: ethernet: mediatek: add EEE support
 2025-02-10 12:52 UTC 

[PATCH net v2 0/2] vsock: null-ptr-deref when SO_LINGER enabled
 2025-02-10 12:43 UTC  (6+ messages)
` [PATCH net v2 1/2] vsock: Orphan socket after transport release

[PATCH net v3 0/2] vsock: null-ptr-deref when SO_LINGER enabled
 2025-02-10 12:40 UTC  (4+ messages)
` [PATCH net v3 1/2] vsock: Orphan socket after transport release
` [PATCH net v3 2/2] vsock/test: Add test for SO_LINGER null ptr deref

[PATCH net-next v2 0/3] net: dsa: add support for phylink managed EEE
 2025-02-10 12:42 UTC  (8+ messages)
` [PATCH net-next v2 2/3] net: dsa: allow use of phylink managed EEE support

[PATCH RFC net-next 0/4] net: xpcs: cleanups and partial support for KSZ9477
 2025-02-10 12:02 UTC  (5+ messages)
` [PATCH RFC net-next 4/4] net: xpcs: allow 1000BASE-X to work with older XPCS IP

[PATCH net-next v2 0/2] net: core: improvements to device lookup by hardware address
 2025-02-10 11:56 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: document return value of dev_getbyhwaddr_rcu()
` [PATCH net-next v2 2/2] net: Add dev_getbyhwaddr_rtnl() helper

[PATCH RFC net-next] net: Add dev_getbyhwaddr_rtnl() helper
 2025-02-10 11:40 UTC  (3+ messages)

[PATCH RESEND] net: wwan: t7xx: don't include '<linux/pm_wakeup.h>' directly
 2025-02-10 11:37 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).