netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-09 18:24:20 to 2025-04-10 07:19:58 UTC [more...]

[PATCH net-next 0/2] Implement udp tunnel port for txgbe
 2025-04-10  7:44 UTC  (3+ messages)
` [PATCH net-next 1/2] net: txgbe: Support to set UDP tunnel port
` [PATCH net-next 2/2] net: wangxun: restrict feature flags for tunnel packets

[PATCH v2 00/14] Add Microchip ZL3073x support (part 1)
 2025-04-10  7:19 UTC  (11+ messages)
` [PATCH v2 02/14] dt-bindings: dpll: Add support for Microchip Azurite chip family
` [PATCH v2 03/14] mfd: Add Microchip ZL3073x support
` [PATCH v2 06/14] mfd: zl3073x: Add macros for device registers access
` [PATCH v2 07/14] mfd: zl3073x: Add components versions register defs

[PATCH net-next v1 00/11] net: pktgen: fix checkpatch code style errors/warnings
 2025-04-10  7:17 UTC  (12+ messages)
` [PATCH net-next v1 01/11] net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")
` [PATCH net-next v1 02/11] net: pktgen: fix code style (ERROR: space prohibited after that '&')
` [PATCH net-next v1 03/11] net: pktgen: fix code style (ERROR: else should follow close brace '}')
` [PATCH net-next v1 04/11] net: pktgen: fix code style (WARNING: please, no space before tabs)
` [PATCH net-next v1 05/11] net: pktgen: fix code style (WARNING: suspect code indent for conditional statements)
` [PATCH net-next v1 06/11] net: pktgen: fix code style (WARNING: Block comments)
` [PATCH net-next v1 07/11] net: pktgen: fix code style (WARNING: Missing a blank line after declarations)
` [PATCH net-next v1 08/11] net: pktgen: fix code style (WARNING: macros should not use a trailing semicolon)
` [PATCH net-next v1 09/11] net: pktgen: fix code style (WARNING: braces {} are not necessary for single statement blocks)
` [PATCH net-next v1 10/11] net: pktgen: fix code style (WARNING: quoted string split across lines)
` [PATCH net-next v1 11/11] net: pktgen: fix code style (WARNING: Prefer strscpy over strcpy)

[PATCH net-next v3 0/4] page_pool: Convert stats to u64_stats_t
 2025-04-10  7:16 UTC  (3+ messages)
` [PATCH net-next v3 1/4] mlnx5: Use generic code for page_pool statistics

[PATCH net-next v2] net: airoha: Add matchall filter offload support
 2025-04-10  7:16 UTC  (3+ messages)

Issue with AMD Xilinx AXI Ethernet (xilinx_axienet) on MicroBlaze: Packets only received after some buffer is full
 2025-04-10  7:14 UTC  (11+ messages)

[PATCH 0/7] irqbypass: Cleanups and a perf improvement
 2025-04-10  7:13 UTC  (5+ messages)
` [PATCH 1/7] irqbypass: Drop pointless and misleading THIS_MODULE get/put
` [PATCH 2/7] irqbypass: Drop superfluous might_sleep() annotations

[PATCH 00/28] Add Microchip ZL3073x support
 2025-04-10  7:11 UTC  (9+ messages)
` [PATCH 05/28] mfd: zl3073x: Add components versions register defs
` [PATCH 16/28] dt-bindings: dpll: Add support for Microchip Azurite chip family

[PATCH net-next 0/5 V2] eth: fbnic: extend hardware stats coverage
 2025-04-10  7:08 UTC  (6+ messages)
` [PATCH net-next 1/5 V2] eth: fbnic: add locking support for hw stats
` [PATCH net-next 2/5 V2] eth: fbnic: add coverage for hw queue stats
` [PATCH net-next 3/5 V2] eth: fbnic: add coverage for RXB stats
` [PATCH net-next 4/5 V2] eth: fbnic: add support for TMI stats
` [PATCH net-next 5/5 V2] eth: fbnic: add support for TTI HW stats

[net-next v4 0/5] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-04-10  7:08 UTC  (9+ messages)
` [net-next v4 3/5] ARM: dts: nxp: mxs: Adjust XEA board's DTS to support L2 switch
` [net-next v4 4/5] net: mtip: The L2 switch driver for imx287
` [net-next v4 5/5] ARM: mxs_defconfig: Enable CONFIG_FEC_MTIP_L2SW to support MTIP L2 switch

[PATCH] virtio-net: disable delayed refill when pausing rx
 2025-04-10  7:05 UTC  (7+ messages)
          ` [PATCH] virtio-net: hold netdev_lock "

[PATCH v1 net-next 00/14] net: Convert ->exit_batch_rtnl() to ->exit_rtnl()
 2025-04-10  7:05 UTC  (16+ messages)
` [PATCH v1 net-next 01/14] net: Factorise setup_net() and cleanup_net()
` [PATCH v1 net-next 02/14] net: Add ops_undo_single for module load/unload
` [PATCH v1 net-next 03/14] net: Add ->exit_rtnl() hook to struct pernet_operations
` [PATCH v1 net-next 04/14] nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl()
` [PATCH v1 net-next 05/14] vxlan: Convert vxlan_exit_batch_rtnl() "
` [PATCH v1 net-next 06/14] ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers "
` [PATCH v1 net-next 07/14] ipv6: Convert tunnel devices' ->exit_batch_rtnl() "
` [PATCH v1 net-next 08/14] xfrm: Convert xfrmi_exit_batch_rtnl() "
` [PATCH v1 net-next 09/14] bridge: Convert br_net_exit_batch_rtnl() "
` [PATCH v1 net-next 10/14] bonding: Convert bond_net_exit_batch_rtnl() "
` [PATCH v1 net-next 11/14] gtp: Convert gtp_net_exit_batch_rtnl() "
` [PATCH v1 net-next 12/14] bareudp: Convert bareudp_exit_batch_rtnl() "
` [PATCH v1 net-next 13/14] geneve: Convert geneve_exit_batch_rtnl() "
` [PATCH v1 net-next 14/14] net: Remove ->exit_batch_rtnl()

[PATCH net-next v2 00/13] rxrpc, afs: Add AFS GSSAPI security class to AF_RXRPC and kafs
 2025-04-10  6:54 UTC  (7+ messages)
` [PATCH net-next v2 03/13] rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE
` [PATCH net-next v2 06/13] rxrpc: rxgk: Provide infrastructure and key derivation

[net-next PATCH v14 00/16] net: dsa: Add Airoha AN8855 support
 2025-04-10  6:46 UTC  (5+ messages)
` [net-next PATCH v14 07/16] net: mdio: regmap: add support for C45 read/write

[PATCH net-next v3 0/2] Refactoring designware VLAN code
 2025-04-10  6:38 UTC  (8+ messages)
` [PATCH net-next v3 1/2] net: stmmac: Refactor VLAN implementation
` [PATCH net-next v3 2/2] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping

[PATCH v9 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-04-10  6:04 UTC  (10+ messages)
` [PATCH v9 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v9 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v9 4/7] can: Add Nuvoton NCT6694 CANFD support

[PATCH net-next v2 0/8] net: depend on instance lock for queue related netlink ops
 2025-04-10  6:01 UTC  (8+ messages)
` [PATCH net-next v2 5/8] xdp: double protect netdev->xdp_flags with netdev->lock
` [PATCH net-next v2 7/8] docs: netdev: break down the instance locking info per ops struct
` [PATCH net-next v2 8/8] netdev: depend on netdev->lock for qstats in ops locked drivers

[PATCH bpf-next v1 0/4] bpf, sockmap: Fix data loss and panic issues
 2025-04-10  5:50 UTC  (3+ messages)

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-10  5:08 UTC  (25+ messages)
` [PATCH v4 01/13] bitops: Change parity8() to parity_odd() with u64 input and bool return type
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 03/13] media: pci: cx18-av-vbi: "
` [PATCH v4 05/13] serial: max3100: "
` [PATCH v4 07/13] Input: joystick - "

[PATCH intel-next v1] ice: be consistent around PTP de-registration
 2025-04-10  5:00 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[mainline]Kernel Warnings at kernel/bpf/syscall.c:3374
 2025-04-10  4:51 UTC 

[PATCH net-next] eth: bnxt: add support rx side device memory TCP
 2025-04-10  4:49 UTC  (2+ messages)

[PATCH v2 1/2] ref_tracker: add a top level debugfs directory for ref_tracker
 2025-04-10  4:27 UTC  (2+ messages)

[PATCH v2 2/2] net: add debugfs files for showing netns refcount tracking info
 2025-04-10  4:24 UTC  (2+ messages)

[PATCH net-next v2 2/2] net: phy: Add Marvell PHY PTP support
 2025-04-10  4:16 UTC  (12+ messages)

[PATCH net-next v2] net: ethernet: microchip: lan743x: Fix memory allocation failure
 2025-04-10  4:10 UTC 

[PATCH v8 net-next 5/5] net: ena: Add PHC documentation
 2025-04-10  4:07 UTC  (11+ messages)

[PATCH bpf-next v4 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-04-10  3:31 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/xsk: Add packet stream replacement function
` [PATCH bpf-next v4 2/2] selftests/xsk: Add tail adjustment tests and support check

[PATCH net-next v2] sock: Correct error checking condition for (assign|release)_proto_idx()
 2025-04-10  3:53 UTC  (2+ messages)

[PATCH net] net: mctp: Set SOCK_RCU_FREE
 2025-04-10  3:53 UTC 

[PATCH net] net/smc: fix general protection fault in __smc_diag_dump
 2025-04-10  3:11 UTC  (3+ messages)

[PATCH bpf v3 0/2] support SKF_NET_OFF and SKF_LL_OFF on skb frags
 2025-04-10  3:10 UTC  (2+ messages)

[PATCH net-next v2 0/6] xfrm & bonding: Correct use of xso.real_dev
 2025-04-10  3:07 UTC  (5+ messages)
` [PATCH net-next v2 5/6] bonding: Mark active offloaded xfrm_states
` [PATCH net-next v2 6/6] bonding: Fix multiple long standing offload races

[PATCH bpf-next v4 0/3] bpf: Fix use-after-free of sockmap
 2025-04-10  3:02 UTC  (3+ messages)
` [PATCH bpf-next v4 2/3] bpf, sockmap: avoid using sk_socket after free when reading

[PATCH bpf-next v2 0/2] bpf: fix ktls panic with sockmap and add tests
 2025-04-10  3:00 UTC  (2+ messages)

[PATCH net-next v10 0/6] add sriov support for wangxun NICs
 2025-04-10  2:55 UTC  (3+ messages)

[PATCH v3 net-next 0/4] net: Retire DCCP socket
 2025-04-10  2:36 UTC  (5+ messages)
` [PATCH v3 net-next 1/4] selftest: net: Remove DCCP bits
` [PATCH v3 net-next 2/4] net: Retire DCCP socket
` [PATCH v3 net-next 3/4] net: Unexport shared functions for DCCP
` [PATCH v3 net-next 4/4] tcp: Rename tcp_or_dccp_get_hashinfo()

[PATCH net-next v10 1/6] net: libwx: Add mailbox api for wangxun pf drivers
 2025-04-10  2:40 UTC  (2+ messages)

[syzbot] [bpf?] [net?] possible deadlock in xsk_bind
 2025-04-10  2:35 UTC 

[PATCH] net: ethernet: cortina: Use TOE/TSO on all TCP
 2025-04-10  2:30 UTC  (2+ messages)

[PATCH net-next 0/2] bridge: Prevent unicast ARP/NS packets from being suppressed by bridge
 2025-04-10  2:30 UTC  (2+ messages)

[PATCH net v3 0/7] There are some bugfix for hibmcge driver
 2025-04-10  2:13 UTC  (8+ messages)
` [PATCH net v3 1/7] net: hibmcge: fix incorrect pause frame statistics issue
` [PATCH net v3 2/7] net: hibmcge: fix incorrect multicast filtering issue
` [PATCH net v3 3/7] net: hibmcge: fix the share of irq statistics among different network ports issue
` [PATCH net v3 4/7] net: hibmcge: fix wrong mtu log issue
` [PATCH net v3 5/7] net: hibmcge: fix the incorrect np_link fail state issue
` [PATCH net v3 6/7] net: hibmcge: fix not restore rx pause mac addr after reset issue
` [PATCH net v3 7/7] net: hibmcge: fix multiple phy_stop() issue

[PATCH v3 net] net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod
 2025-04-10  2:20 UTC  (2+ messages)

[PATCH net-next] io_uring/zcrx: enable tcp-data-split in selftest
 2025-04-10  2:06 UTC  (3+ messages)

[PATCH v4] octeontx2-pf: Add error log forcn10k_map_unmap_rq_policer()
 2025-04-10  1:50 UTC  (3+ messages)

[PATCH net-next] net: remove cpu stall in txq_trans_update()
 2025-04-10  1:50 UTC  (2+ messages)

[PATCH net-next v2 00/13] tools: ynl: c: basic netlink-raw support
 2025-04-10  1:46 UTC  (14+ messages)
` [PATCH net-next v2 01/13] netlink: specs: rename rtnetlink specs in accordance with family name
` [PATCH net-next v2 02/13] netlink: specs: rt-route: specify fixed-header at operations level
` [PATCH net-next v2 03/13] netlink: specs: rt-addr: remove the fixed members from attrs
` [PATCH net-next v2 04/13] netlink: specs: rt-route: "
` [PATCH net-next v2 05/13] netlink: specs: rt-addr: add C naming info
` [PATCH net-next v2 06/13] netlink: specs: rt-route: "
` [PATCH net-next v2 07/13] tools: ynl: support creating non-genl sockets
` [PATCH net-next v2 08/13] tools: ynl-gen: don't consider requests with fixed hdr empty
` [PATCH net-next v2 09/13] tools: ynl: don't use genlmsghdr in classic netlink
` [PATCH net-next v2 10/13] tools: ynl-gen: consider dump ops without a do "type-consistent"
` [PATCH net-next v2 11/13] tools: ynl-gen: use family c-name in notifications
` [PATCH net-next v2 12/13] tools: ynl: generate code for rt-addr and add a sample
` [PATCH net-next v2 13/13] tools: ynl: generate code for rt-route "

[PATCH net-next] net: convert dev->rtnl_link_state to a bool
 2025-04-10  1:42 UTC 

[PATCH net-next v2] net: ncsi: Fix GCPS 64-bit member variables
 2025-04-10  1:23 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2025-04-10  1:20 UTC 

[PATCH bpf-next v1] bpf, sockmap: Introduce tracing capability for sockmap
 2025-04-10  1:19 UTC  (3+ messages)

[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
 2025-04-10  1:15 UTC  (3+ messages)
` [PATCH net-next v9 1/2] page_pool: Move pp_magic check into helper functions

[PATCH net] ipv6: Align behavior across nexthops during path selection
 2025-04-10  1:10 UTC  (2+ messages)

[PATCH v3 net 1/2] net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()
 2025-04-10  1:10 UTC  (2+ messages)

[PATCH net v2 0/7] There are some bugfix for hibmcge driver
 2025-04-10  1:07 UTC  (6+ messages)
` [PATCH net v2 6/7] net: hibmcge: fix not restore rx pause mac addr after reset issue

[PATCH net-next] configs/debug: run and debug PREEMPT
 2025-04-10  1:00 UTC  (2+ messages)

[PATCH] net: remove __get_unaligned_cpu32 from macvlan driver
 2025-04-10  1:00 UTC  (2+ messages)

[PATCH] net: ipvlan: remove __get_unaligned_cpu32 from ipvlan driver
 2025-04-10  1:00 UTC  (2+ messages)

[PATCH net-next] sock: Correct error checking condition for assign|release_proto_idx()
 2025-04-10  0:52 UTC  (5+ messages)

[PATCH net] bonding: hold ops lock around get_link
 2025-04-10  0:44 UTC  (2+ messages)

[PATCH net-next 0/5] eth: fbnic: extend hardware stats coverage
 2025-04-10  0:18 UTC  (4+ messages)
` [PATCH net-next 2/5] eth: fbnic: add coverage for hw queue stats

[PATCH 02/10] tools headers: Update the socket headers with the kernel sources
 2025-04-10  0:11 UTC 

[PATCH net-next] tc: Return an error if filters try to attach too many actions
 2025-04-10  0:10 UTC  (3+ messages)

[PATCH net] ethtool: cmis_cdb: Fix incorrect read / write length extension
 2025-04-09 23:42 UTC  (3+ messages)

[PATCH net 0/6] pds_core: updates and fixes
 2025-04-09 23:35 UTC  (10+ messages)
` [PATCH net 1/6] pds_core: Prevent possible adminq overflow/stuck condition
` [PATCH net 3/6] pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result
` [PATCH net 5/6] pds_core: smaller adminq poll starting interval

[PATCH net-next] net: mdio: Add RTL9300 MDIO driver
 2025-04-09 23:15 UTC 

net-shapers plan
 2025-04-09 22:06 UTC  (6+ messages)

[PATCH net-next 00/13] tools: ynl: c: basic netlink-raw support
 2025-04-09 21:58 UTC  (5+ messages)
` [PATCH net-next 10/13] tools: ynl-gen: consider dump ops without a do "type-consistent"

[PATCH bpf-next v7 00/10] bpf qdisc
 2025-04-09 21:46 UTC  (11+ messages)
` [PATCH bpf-next v7 01/10] bpf: Prepare to reuse get_ctx_arg_idx
` [PATCH bpf-next v7 02/10] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [PATCH bpf-next v7 03/10] bpf: net_sched: Add basic bpf qdisc kfuncs
` [PATCH bpf-next v7 04/10] bpf: net_sched: Add a qdisc watchdog timer
` [PATCH bpf-next v7 05/10] bpf: net_sched: Support updating bstats
` [PATCH bpf-next v7 06/10] bpf: net_sched: Disable attaching bpf qdisc to non root
` [PATCH bpf-next v7 07/10] libbpf: Support creating and destroying qdisc
` [PATCH bpf-next v7 08/10] selftests/bpf: Add a basic fifo qdisc test
` [PATCH bpf-next v7 09/10] selftests/bpf: Add a bpf fq qdisc to selftest
` [PATCH bpf-next v7 10/10] selftests/bpf: Test attaching bpf qdisc to mq and non root

[PATCH net-next 00/12] net/mlx5: HWS, Refactor action STE handling
 2025-04-09 21:24 UTC  (7+ messages)
` [PATCH net-next 03/12] net/mlx5: HWS, Make pool single resource
` [PATCH net-next 04/12] net/mlx5: HWS, Refactor pool implementation
` [PATCH net-next 05/12] net/mlx5: HWS, Cleanup after pool refactoring

[PATCH iwl-next v3 0/3] idpf: add flow steering support
 2025-04-09 20:56 UTC  (4+ messages)
` [PATCH iwl-next v3 1/3] virtchnl2: rename enum virtchnl2_cap_rss
` [PATCH iwl-next v3 2/3] virtchnl2: add flow steering support
` [PATCH iwl-next v3 3/3] idpf: "

[PATCH net-next] af_unix: Remove unix_unhash()
 2025-04-09 20:20 UTC  (2+ messages)

[RFC PATCH 0/6] net: wwan: add NMEA port type support
 2025-04-09 20:18 UTC  (4+ messages)
` [RFC PATCH 4/6] net: wwan: add NMEA port support
  `  "

[PATCH net-next] udp: properly deal with xfrm encap and ADDRFORM
 2025-04-09 20:00 UTC 

[PATCH iwl-next] ice: add a separate Rx handler for flow director commands
 2025-04-09 19:14 UTC  (2+ messages)

[PATCH net-next] r8169: add helper rtl8125_phy_param
 2025-04-09 19:14 UTC 

[PATCH net-next] r8169: add helper rtl_csi_mod for accessing extended config space
 2025-04-09 19:05 UTC 

[PATCH v2 net-next 0/4] net: Retire DCCP socket
 2025-04-09 18:53 UTC  (2+ messages)

[PATCH v3 00/33] Implement kernel-doc in Python
 2025-04-09 18:30 UTC  (2+ messages)

[PATCH net-next v2] batman-adv: constify and move broadcast addr definition
 2025-04-09 18:23 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).