netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-13 16:48:39 to 2025-01-14 08:07:58 UTC [more...]

[PATCH v1 net-next 00/11] ipv6: Convert RTM_{NEW,DEL}ADDR and more to per-netns RTNL
 2025-01-14  8:05 UTC  (6+ messages)
` [PATCH v1 net-next 01/11] ipv6: Add __in6_dev_get_rtnl_net()
` [PATCH v1 net-next 02/11] ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL
` [PATCH v1 net-next 03/11] ipv6: Hold rtnl_net_lock() in addrconf_verify_work()
` [PATCH v1 net-next 04/11] ipv6: Hold rtnl_net_lock() in addrconf_dad_work()
` [PATCH v1 net-next 05/11] ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup()

[PATCH v5 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-01-14  8:05 UTC  (9+ messages)
` [PATCH v5 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v5 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v5 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v5 4/7] can: Add Nuvoton NCT6694 CAN support
` [PATCH v5 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v5 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v5 7/7] rtc: Add Nuvoton NCT6694 RTC support

[PATCH v3] dt-bindings: net: qcom,ethqos: Correct fallback compatible for qcom,qcs615-ethqos
 2025-01-14  8:03 UTC  (2+ messages)

[PATCH] selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
 2025-01-14  7:43 UTC 

[PATCH net-next v2 1/2] net: txgbe: Add basic support for new AML devices
 2025-01-14  7:29 UTC  (4+ messages)

[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
 2025-01-14  7:11 UTC  (4+ messages)
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf

[iwl-next PATCH v4 0/3] IDPF Virtchnl: Enhance error reporting & fix locking/workqueue issues
 2025-01-14  7:00 UTC  (9+ messages)
` [iwl-next PATCH v4 1/3] idpf: Acquire the lock before accessing the xn->salt
  ` [Intel-wired-lan] "
` [iwl-next PATCH v4 2/3] idpf: convert workqueues to unbound
      ` [Intel-wired-lan] "
` [iwl-next PATCH v4 3/3] idpf: add more info during virtchnl transaction timeout/salt mismatch
  ` [Intel-wired-lan] "

[PATCH iwl-net v2] idpf: fix transaction timeouts on reset
 2025-01-14  6:57 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH iwl-net v2] idpf: add read memory barrier when checking descriptor done bit
 2025-01-14  6:55 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH iwl-net v1 0/4] fix locking issue
 2025-01-14  6:53 UTC  (9+ messages)
` [PATCH iwl-net v1 1/4] idpf: Change function argument
` [PATCH iwl-net v1 2/4] idpf: rename vport_ctrl_lock
` [PATCH iwl-net v1 3/4] idpf: Add init, reinit, and deinit control lock
  ` [Intel-wired-lan] "
` [PATCH iwl-net v1 4/4] idpf: add lock class key
  ` [Intel-wired-lan] "

[PATCH bpf v5 0/3] bpf: fix wrong copied_seq calculation and add tests
 2025-01-14  6:35 UTC  (4+ messages)
` [PATCH bpf v5 1/3] bpf: fix wrong copied_seq calculation

[PATCH v11 0/2] binder: report txn errors via generic netlink
 2025-01-14  6:01 UTC  (12+ messages)
` [PATCH v11 2/2] "

[pull-request] mlx5-next updates 2025-01-14
 2025-01-14  5:57 UTC 

[PATCH net] tcp_cubic: fix incorrect HyStart round start detection
 2025-01-14  4:31 UTC 

[PATCH net-next 00/10] bnxt_en: Add NPAR 1.2 and TPH support
 2025-01-14  4:57 UTC  (6+ messages)
` [PATCH net-next 09/10] bnxt_en: Extend queue stop/start for Tx rings

[PATCH net-next v8 02/11] rtnetlink: Pack newlink() params into struct
 2025-01-14  4:49 UTC  (2+ messages)
` [PATCH net-next v8 06/11] net: ipv6: Use link netns in newlink() of rtnl_link_ops

[PATCH net-next 0/3] eth: fbnic: Add hardware monitoring support
 2025-01-14  4:00 UTC  (6+ messages)
` [PATCH net-next 1/3] eth: fbnic: hwmon: Add completion infrastructure for firmware requests
` [PATCH net-next 2/3] eth: fbnic: hwmon: Add support for reading temperature and voltage sensors
` [PATCH net-next 3/3] eth: fbnic: Add hardware monitoring support via HWMON interface

[PATCH net-next 00/11] net: use netdev->lock to protect NAPI
 2025-01-14  3:51 UTC  (12+ messages)
` [PATCH net-next 01/11] net: add netdev_lock() / netdev_unlock() helpers
` [PATCH net-next 02/11] net: add helpers for lookup and walking netdevs under netdev_lock()
` [PATCH net-next 03/11] net: make netdev_lock() protect netdev->reg_state
` [PATCH net-next 04/11] net: add netdev->up protected by netdev_lock()
` [PATCH net-next 05/11] net: protect netdev->napi_list with netdev_lock()
` [PATCH net-next 06/11] net: protect NAPI enablement "
` [PATCH net-next 07/11] net: make netdev netlink ops hold netdev_lock()
` [PATCH net-next 08/11] net: protect threaded status of NAPI with netdev_lock()
` [PATCH net-next 09/11] net: protect napi->irq "
` [PATCH net-next 10/11] net: protect NAPI config fields "
` [PATCH net-next 11/11] netdev-genl: remove rtnl_lock protection from NAPI ops

[PATCH net v6 0/4] Fix race conditions in ndo_get_stats64
 2025-01-14  3:36 UTC  (3+ messages)
` [PATCH net v6 1/4] octeon_ep: update tx/rx stats locally for persistence

[PATCH net-next v2 1/2] tools/net/ynl: add support for --family and --list-families
 2025-01-14  3:30 UTC  (2+ messages)

[PATCH net-next] eth: iavf: extend the netdev_lock usage
 2025-01-14  3:30 UTC  (2+ messages)

[PATCH net-next v2 1/2] net: remove init_dummy_netdev()
 2025-01-14  3:30 UTC  (5+ messages)
` [PATCH net-next v2 2/2] net: cleanup init_dummy_netdev_core()

[PATCH net-next V2 00/15] mlx5 HW-Managed Flow Steering in FS core level
 2025-01-14  3:30 UTC  (2+ messages)

[PATCH net-next] can: grcan: move napi_enable() from under spin lock
 2025-01-14  3:30 UTC  (2+ messages)

[PATCH v2 net] r8169: remove redundant hwmon support
 2025-01-14  3:30 UTC  (2+ messages)

[PATCH] rhashtable: Fix potential deadlock by moving schedule_work outside lock
 2025-01-14  3:23 UTC  (13+ messages)
              ` [v2 PATCH] rhashtable: Fix rhashtable_try_insert test
                  ` [v3 "

[PATCH net-next v8 0/10] bnxt_en: implement tcp-data-split and thresh option
 2025-01-14  3:20 UTC  (3+ messages)

[PATCH net-next v2 0/3] Add PEROUT library for RDS PTP supported phys
 2025-01-14  3:20 UTC  (3+ messages)
` [PATCH net-next v2 3/3] net: phy: microchip_rds_ptp : Add PEROUT feature "

[PATCH net v2] ipv6: socket SO_BINDTODEVICE lookup routing fail without IPv6 rule
 2025-01-14  3:11 UTC  (4+ messages)

[PATCH v2] net: stmmac: sti: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
 2025-01-14  3:10 UTC  (2+ messages)

[PATCH RESEND net] net/smc: fix data error when recvmsg with MSG_PEEK flag
 2025-01-14  3:10 UTC  (2+ messages)

[PATCH net v2] Revert "net/ncsi: change from ndo_set_mac_address to dev_set_mac_address"
 2025-01-14  3:10 UTC  (9+ messages)
` [PATCH] net/ncsi: fix locking in Get MAC Address handling
      ` 回覆: [External] "

[PATCH v4] net/ncsi: fix state race during channel probe completion
 2025-01-14  2:51 UTC 

[PATCH net-next v2] net: dsa: microchip: Add SGMII port support to KSZ9477 switch
 2025-01-14  2:47 UTC 

[PATCH net-next, v5] netlink: support dumping IPv4 multicast addresses
 2025-01-14  2:37 UTC 

[PATCHv2 net] net: sched: refine software bypass handling in tc_run
 2025-01-14  2:32 UTC  (5+ messages)

[PATCH net-next v7 0/3] Add support for Nuvoton MA35D1 GMAC
 2025-01-14  2:21 UTC  (5+ messages)
` [PATCH net-next v7 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family

[PATCH net-next 0/5] net: ethernet: Simplify few things
 2025-01-14  1:58 UTC  (5+ messages)
` [PATCH net-next 5/5] net: stmmac: stm32: Use syscon_regmap_lookup_by_phandle_args

[PATCH 0/3] Support tuning the RX sampling swap of the MAC
 2025-01-14  1:51 UTC  (8+ messages)
` [PATCH 2/3] net: stmmac: qcom-ethqos: Enable RX programmable swap on qcs615

[PATCH net-next v8 01/11] rtnetlink: Lookup device in target netns when creating link
 2025-01-14  1:39 UTC  (2+ messages)

[PATCH v2 net-next 3/3] tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counter
 2025-01-14  1:33 UTC  (2+ messages)

[syzbot] [net?] KASAN: slab-use-after-free Read in handle_tx (2)
 2025-01-14  1:26 UTC  (2+ messages)

[PATCH v2 1/1] net: fec: handle page_pool_dev_alloc_pages error
 2025-01-14  1:19 UTC  (3+ messages)

[PATCH v2] net: netpoll: ensure skb_pool list is always initialized
 2025-01-14  1:13 UTC  (2+ messages)
` [PATCH net v3] "

[RFC] Fix mismatch in if_xdp.h between tools and kernel UAPI
 2025-01-14  1:05 UTC  (2+ messages)

[PATCH net-next] inet: ipmr: fix data-races
 2025-01-14  0:35 UTC  (2+ messages)

[PATCH v2] selftests/net/forwarding: teamd command not found
 2025-01-14  0:33 UTC 

[Intel-wired-lan] [PATCH net-next] ixgbe: Remove redundant self-assignments in ACI command execution
 2025-01-14  0:22 UTC 

[PATCH net-next v5 00/12] Begin upstreaming Homa transport protocol
 2025-01-14  0:20 UTC  (10+ messages)
` [PATCH net-next v5 07/12] net: homa: create homa_sock.h and homa_sock.c

[PATCH net-next v10 00/22] io_uring zero copy rx
 2025-01-14  0:11 UTC  (8+ messages)
` [PATCH net-next v10 15/22] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH net-next v10 22/22] io_uring/zcrx: add selftest

[PATCH net v2 0/5] vsock: some fixes due to transport de-assignment
 2025-01-14  0:09 UTC  (10+ messages)
` [PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes

[PATCH v3 00/10] DTS updates for system1 BMC
 2025-01-14  0:07 UTC  (15+ messages)
` [PATCH v3 01/10] dt-bindings: net: faraday,ftgmac100: Add phys mode
` [PATCH v3 02/10] bindings: ipmi: Add binding for IPMB device intf
` [PATCH v3 05/10] ARM: dts: aspeed: system1: Add RGMII support

[PATCH 0/3] Use new for_each macro to create hexdumps
 2025-01-14  0:04 UTC  (5+ messages)
` [PATCH 1/3] hexdump: Implement macro for converting large buffers
` [PATCH 2/3] hexdump: Use for_each macro in print_hex_dump
` [PATCH 3/3] ibmvnic: Print data buffers with kernel API's

[PATCH net-next] tsnep: Link queues to NAPIs
 2025-01-13 22:36 UTC  (8+ messages)

[PATCH net-next 0/3] virtio_net: Link queues to NAPIs
 2025-01-13 22:32 UTC  (7+ messages)
` [PATCH net-next 3/3] virtio_net: Map NAPIs to queues

[PATCH net-next v2 0/5] Support loopback mode speed selection
 2025-01-13 22:08 UTC  (8+ messages)
` [PATCH net-next v2 3/5] net: phy: micrel: Add loopback support
` [PATCH net-next v2 4/5] tsnep: Select speed for loopback
` [PATCH net-next v2 5/5] tsnep: Add PHY loopback selftests

[PATCH net-next 00/13][pull request] Intel Wired LAN Driver Updates 2025-01-08 (ice)
 2025-01-13 21:40 UTC  (13+ messages)
` [PATCH net-next 08/13] ice: use rd32_poll_timeout_atomic in ice_read_phy_tstamp_ll_e810
` [PATCH net-next 12/13] ice: implement low latency PHY timer updates

[Question] Generic way to retrieve IRQ number of Tx/Rx queue
 2025-01-13 21:15 UTC  (2+ messages)

[PATCH net-next] gve: Add RSS cache for non RSS device option scenario
 2025-01-13 21:11 UTC 

[PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-01-13 21:01 UTC  (5+ messages)
` [PATCH net-next v2 1/8] net: gro: decouple GRO from the NAPI layer

[PATCH net v4 0/7] usbnet: ipheth: prevent OoB reads of NDP16
 2025-01-13 20:52 UTC  (4+ messages)

[PATCH v4 0/9] DTS updates for system1 BMC
 2025-01-13 19:48 UTC  (10+ messages)
` [PATCH v4 1/9] dt-bindings: net: faraday,ftgmac100: Add phys mode
` [PATCH v4 2/9] bindings: ipmi: Add binding for IPMB device intf
` [PATCH v4 3/9] ARM: dts: aspeed: system1: Add IPMB device
` [PATCH v4 4/9] ARM: dts: aspeed: system1: Add GPIO line name
` [PATCH v4 5/9] ARM: dts: aspeed: system1: Reduce sgpio speed
` [PATCH v4 6/9] ARM: dts: aspeed: system1: Update LED gpio name
` [PATCH v4 7/9] ARM: dts: aspeed: system1: Remove VRs max8952
` [PATCH v4 8/9] ARM: dts: aspeed: system1: Mark GPIO line high/low
` [PATCH v4 9/9] ARM: dts: aspeed: system1: Disable gpio pull down

[PATCH net 0/8] mlx5 misc fixes 2025-01-13
 2025-01-13 19:48 UTC  (15+ messages)
` [PATCH net 1/8] net/mlx5: Fix RDMA TX steering prio
` [PATCH net 3/8] net/mlx5: SF, Fix add port error handling
` [PATCH net 4/8] net/mlx5: Clear port select structure when fail to create
` [PATCH net 6/8] net/mlx5e: Properly match IPsec subnet addresses
` [PATCH net 7/8] net/mlx5e: Rely on reqid in IPsec tunnel mode
` [PATCH net 8/8] net/mlx5e: Always start IPsec sequence number from 1

[TEST] mptcp-connect
 2025-01-13 19:44 UTC  (4+ messages)

[PATCH net-next v2 0/5] net: lan969x: add FDMA support
 2025-01-13 19:36 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: sparx5: enable FDMA on lan969x
` [PATCH net-next v2 2/5] net: sparx5: split sparx5_fdma_{start(),stop()}
` [PATCH net-next v2 3/5] net: sparx5: activate FDMA tx in start()
` [PATCH net-next v2 4/5] net: sparx5: ops out certain FDMA functions
` [PATCH net-next v2 5/5] net: lan969x: add FDMA implementation

[PATCH net-next] socket: Remove unused kernel_sendmsg_locked
 2025-01-13 19:34 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 1/4] mac802154: check local interfaces before deleting sdata list
 2025-01-13 18:36 UTC 

[PATCH AUTOSEL 5.10 1/5] mac802154: check local interfaces before deleting sdata list
 2025-01-13 18:36 UTC 

[PATCH AUTOSEL 5.15 1/6] mac802154: check local interfaces before deleting sdata list
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.1 01/10] mac802154: check local interfaces before deleting sdata list
 2025-01-13 18:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 07/10] selftests: tc-testing: reduce rshift value

[PATCH AUTOSEL 6.6 01/10] mac802154: check local interfaces before deleting sdata list
 2025-01-13 18:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 07/10] selftests: tc-testing: reduce rshift value

[PATCH AUTOSEL 6.12 01/20] mac802154: check local interfaces before deleting sdata list
 2025-01-13 18:34 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 12/20] selftests: tc-testing: reduce rshift value

[PATCH net-next 1/2] dt-bindings: net: rfkill-gpio: enable booting in blocked state
 2025-01-13 18:32 UTC  (2+ messages)

[PATCH net v2 0/4][pull request] Fix E825 initialization
 2025-01-13 18:28 UTC  (5+ messages)
` [PATCH net v2 1/4] ice: "
` [PATCH net v2 2/4] ice: Fix quad registers read on E825
` [PATCH net v2 3/4] ice: Fix ETH56G FC-FEC Rx offset value
` [PATCH net v2 4/4] ice: Add correct PHY lane assignment

[PATCH v3 iwl-next 00/10] idpf: add initial PTP support
 2025-01-13 18:08 UTC  (6+ messages)
` [PATCH v3 iwl-next 08/10] idpf: add Tx timestamp flows

[PATCH net-next v3 0/6] net: xilinx: axienet: Enable adaptive IRQ coalescing with DIM
 2025-01-13 17:45 UTC  (4+ messages)
` [PATCH net-next v3 5/6] net: xilinx: axienet: Get coalesce parameters from driver state

[PATCH net-next v5 0/6] net: napi: add CPU affinity to napi->config
 2025-01-13 17:10 UTC  (7+ messages)
` [PATCH net-next v5 1/6] net: move ARFS rmap management to core
` [PATCH net-next v5 2/6] net: napi: add internal ARFS rmap management
` [PATCH net-next v5 3/6] net: napi: add CPU affinity to napi_config
` [PATCH net-next v5 4/6] bnxt: use napi's irq affinity
` [PATCH net-next v5 5/6] ice: "
` [PATCH net-next v5 6/6] idpf: "

[PATCH net-next 1/2] net: un-export init_dummy_netdev()
 2025-01-13 16:51 UTC  (3+ messages)

[PATCH net-next v1 0/3] net: stmmac: RX performance improvement
 2025-01-13 16:48 UTC  (5+ messages)
` [PATCH net-next v1 1/3] net: stmmac: Switch to zero-copy in non-XDP RX path


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