netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-17 13:11:43 to 2025-01-18 00:34:05 UTC [more...]

[PATCH net-next v6 0/5] net: napi: add CPU affinity to napi->config
 2025-01-18  0:33 UTC  (4+ messages)
` [PATCH net-next v6 1/5] net: move ARFS rmap management to core
` [PATCH net-next v6 2/5] net: napi: add CPU affinity to napi_config
` [PATCH net-next v6 3/5] bnxt: use napi's irq affinity

[PATCH bpf-next v6 0/5] net/smc: Introduce smc_ops
 2025-01-17 23:50 UTC  (5+ messages)
` [PATCH bpf-next v6 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v6 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf

[PATCH net-next v2 00/15] mptcp: pm: misc cleanups, part 2
 2025-01-17 23:28 UTC  (17+ messages)
` [PATCH net-next v2 01/15] mptcp: pm: drop info of userspace_pm_remove_id_zero_address
` [PATCH net-next v2 02/15] mptcp: pm: userspace: flags: clearer msg if no remote addr
` [PATCH net-next v2 03/15] mptcp: pm: more precise error messages
` [PATCH net-next v2 04/15] mptcp: pm: improve "
` [PATCH net-next v2 05/15] mptcp: pm: userspace: use GENL_REQ_ATTR_CHECK
` [PATCH net-next v2 06/15] mptcp: pm: remove duplicated error messages
` [PATCH net-next v2 07/15] mptcp: pm: mark missing address attributes
` [PATCH net-next v2 08/15] mptcp: pm: use NL_SET_ERR_MSG_ATTR when possible
` [PATCH net-next v2 09/15] mptcp: pm: make three pm wrappers static
` [PATCH net-next v2 10/15] mptcp: pm: drop skb parameter of get_addr
` [PATCH net-next v2 11/15] mptcp: pm: add id parameter for get_addr
` [PATCH net-next v2 12/15] mptcp: pm: reuse sending nlmsg code in get_addr
` [PATCH net-next v2 13/15] mptcp: pm: drop skb parameter of set_flags
` [PATCH net-next v2 14/15] mptcp: pm: change rem type "
` [PATCH net-next v2 15/15] mptcp: pm: add local parameter for set_flags

[PATCH net-next] net: introduce netdev_napi_exit()
 2025-01-17 23:21 UTC 

[PATCH net-next v11 00/21] io_uring zero copy rx
 2025-01-17 23:20 UTC  (10+ messages)
` [PATCH net-next v11 10/21] net: add helpers for setting a memory provider on an rx queue

[PATCH net v3] tcp_cubic: fix incorrect HyStart round start detection
 2025-01-17 23:11 UTC  (3+ messages)

[PATCH net-next] net: destroy dev->lock later in free_netdev()
 2025-01-17 23:00 UTC  (2+ messages)

[PATCH net-next v2 05/11] net: protect netdev->napi_list with netdev_lock()
 2025-01-17 22:52 UTC  (4+ messages)

[PATCH ethtool] netlink: settings: Fix PHYAD printing
 2025-01-17 22:50 UTC 

[syzbot] [bluetooth?] [wireless?] WARNING in free_netdev (2)
 2025-01-17 22:44 UTC 

[PATCH] net/ncsi: Fix NULL pointer derefence if CIS arrives before SP
 2025-01-17 22:43 UTC  (5+ messages)

[PATCH net-next v5 0/4] Support PTP clock for Wangxun NICs
 2025-01-17 22:39 UTC  (6+ messages)
` [PATCH net-next v5 1/4] net: wangxun: Add support for PTP clock

[PATCH net-next] net: phy: realtek: HWMON support for standalone versions of RTL8221B and RTL8251
 2025-01-17 22:24 UTC 

[net,v2] tcp: correct handling of extreme memory squeeze
 2025-01-17 22:27 UTC  (3+ messages)

[PATCH net-next 0/6] net: ethtool: fixes for HDS threshold
 2025-01-17 22:18 UTC  (9+ messages)
` [PATCH net-next 1/6] net: move HDS config from ethtool state
` [PATCH net-next 2/6] net: provide pending ring configuration in net_device
` [PATCH net-next 3/6] eth: bnxt: apply hds_thrs settings correctly
` [PATCH net-next 4/6] net: ethtool: populate the default HDS params in the core
` [PATCH net-next 5/6] eth: bnxt: allocate enough buffer space to meet HDS threshold
` [PATCH net-next 6/6] eth: bnxt: update header sizing defaults

[PATCH net-next v2] net: phy: Fix suspicious rcu_dereference usage
 2025-01-17 22:16 UTC  (3+ messages)

[PATCH net-next v12 00/10] io_uring zero copy rx
 2025-01-17 22:16 UTC  (12+ messages)
` [PATCH net-next v12 01/10] net: page_pool: don't cast mp param to devmem
` [PATCH net-next v12 02/10] net: prefix devmem specific helpers
` [PATCH net-next v12 03/10] net: generalise net_iov chunk owners
` [PATCH net-next v12 04/10] net: page_pool: create hooks for custom memory providers
` [PATCH net-next v12 05/10] netdev: add io_uring memory provider info
` [PATCH net-next v12 06/10] net: page_pool: add callback for mp info printing
` [PATCH net-next v12 07/10] net: page_pool: add a mp hook to unregister_netdevice*
` [PATCH net-next v12 08/10] net: prepare for non devmem TCP memory providers
` [PATCH net-next v12 09/10] net: page_pool: add memory provider helpers
` [PATCH net-next v12 10/10] net: add helpers for setting a memory provider on an rx queue

[PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
 2025-01-17 22:02 UTC  (12+ messages)

[PATCH net 0/5] vsock: Transport reassignment and error handling issues
 2025-01-17 21:59 UTC  (6+ messages)
` [PATCH net 1/5] vsock: Keep the binding until socket destruction
` [PATCH net 2/5] vsock: Allow retrying on connect() failure
` [PATCH net 3/5] vsock/test: Introduce vsock_bind()
` [PATCH net 4/5] vsock/test: Add test for UAF due to socket unbinding
` [PATCH net 5/5] vsock/test: Add test for connect() retries

pull request: bluetooth-next 2025-01-15
 2025-01-17 21:32 UTC 

pull request: bluetooth-next 2025-01-15
 2025-01-17 21:30 UTC  (3+ messages)

[PATCH v2 intel-net 0/3] ice: fix Rx data path for heavy 9k MTU traffic
 2025-01-17 21:22 UTC  (5+ messages)
` [PATCH v2 intel-net 1/3] ice: put Rx buffers after being done with current frame
` [PATCH v2 intel-net 2/3] ice: gather page_count()'s of each frag right before XDP prog call
` [PATCH v2 intel-net 3/3] ice: stop storing XDP verdict within ice_rx_buf

[PATCH net-next v1 0/5] Some pktgen fixes/improvments
 2025-01-17 21:11 UTC  (7+ messages)
` [PATCH net-next v1 1/5] net: pktgen: replace ENOTSUPP with EOPNOTSUPP
` [PATCH net-next v1 2/5] net: pktgen: enable 'param=value' parsing
` [PATCH net-next v1 3/5] net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
` [PATCH net-next v1 4/5] net: pktgen: fix access outside of user given buffer in pktgen_if_write()
` [PATCH net-next v1 5/5] selftest: net: add proc_net_pktgen

[PATCH net] net: dsa: microchip: ksz9477: fix multicast filtering
 2025-01-17 21:02 UTC  (11+ messages)

pull-request: wireless-next-2025-01-17
 2025-01-17 20:35 UTC 

[RFC net-next 0/7] Provide an ism layer
 2025-01-17 20:29 UTC  (16+ messages)

[RFC PATCH] tcp: fill the one wscale sized window to trigger zero window advertising
 2025-01-17 19:50 UTC  (2+ messages)

[PATCH net-next] eth: bnxt: fix string truncation warning in FW version
 2025-01-17 19:48 UTC  (2+ messages)

[PATCH v2] hv_netvsc: Replace one-element array with flexible array member
 2025-01-17 19:14 UTC  (5+ messages)

[syzbot] [wireless?] possible deadlock in ieee80211_remove_interfaces
 2025-01-17 19:07 UTC  (2+ messages)

[PATCH v8 0/7] rust: Add IO polling
 2025-01-17 18:59 UTC  (3+ messages)
` [PATCH v8 4/7] rust: time: Add wrapper for fsleep function

[RFC PATCH 00/24] crypto: Add generic Kerberos library with AEAD template for hash-then-crypt
 2025-01-17 18:57 UTC  (26+ messages)
` [RFC PATCH 01/24] crypto/krb5: Add API Documentation
` [RFC PATCH 02/24] crypto/krb5: Add some constants out of sunrpc headers
` [RFC PATCH 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm
` [RFC PATCH 04/24] crypto/krb5: Test manager data
` [RFC PATCH 05/24] crypto/krb5: Implement Kerberos crypto core
` [RFC PATCH 06/24] crypto/krb5: Add an API to query the layout of the crypto section
` [RFC PATCH 07/24] crypto/krb5: Add an API to alloc and prepare a crypto object
` [RFC PATCH 08/24] crypto/krb5: Add an API to perform requests
` [RFC PATCH 09/24] crypto/krb5: Provide infrastructure and key derivation
` [RFC PATCH 10/24] crypto/krb5: Implement the Kerberos5 rfc3961 "
` [RFC PATCH 11/24] crypto/krb5: Provide RFC3961 setkey packaging functions
` [RFC PATCH 12/24] crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions
` [RFC PATCH 13/24] crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic
` [RFC PATCH 14/24] crypto/krb5: Implement the AES enctypes from rfc3962
` [RFC PATCH 15/24] crypto/krb5: Implement the AES enctypes from rfc8009
` [RFC PATCH 16/24] crypto/krb5: Implement the AES encrypt/decrypt "
` [RFC PATCH 17/24] crypto/krb5: Implement crypto self-testing
` [RFC PATCH 18/24] crypto/krb5: Add the AES self-testing data from rfc8009
` [RFC PATCH 19/24] crypto/krb5: Implement the Camellia enctypes from rfc6803
` [RFC PATCH 20/24] rxrpc: Add the security index for yfs-rxgk
` [RFC PATCH 21/24] rxrpc: Add YFS RxGK (GSSAPI) security class
` [RFC PATCH 22/24] rxrpc: rxgk: Provide infrastructure and key derivation
` [RFC PATCH 23/24] rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
` [RFC PATCH 24/24] rxrpc: rxgk: Implement connection rekeying

[PATCH net-next 0/4] net-sysfs: remove the rtnl_trylock/restart_syscall construction
 2025-01-17 18:35 UTC  (4+ messages)
` [PATCH net-next 1/4] net-sysfs: remove rtnl_trylock from device attributes

[PATCH v3 net-next] net: sched: refine software bypass handling in tc_run
 2025-01-17 18:32 UTC  (3+ messages)

[PATCH net-next] sysctl net: Remove macro checks for CONFIG_SYSCTL
 2025-01-17 18:21 UTC  (2+ messages)

[PATCH net-next] net: macsec: Add endianness annotations in salt struct
 2025-01-17 18:18 UTC  (2+ messages)

[PATCH net] net: hsr: avoid potential out-of-bound access in fill_frame_info()
 2025-01-17 18:18 UTC  (6+ messages)

[PATCH v2 net-next] ixgbe: Fix endian handling for ACI descriptor registers
 2025-01-17 18:09 UTC  (4+ messages)

[PATCH net-next v2 00/10] bnxt_en: Add NPAR 1.2 and TPH support
 2025-01-17 18:07 UTC  (6+ messages)
` [PATCH net-next v2 09/10] bnxt_en: Extend queue stop/start for TX rings
` [PATCH net-next v2 10/10] bnxt_en: Add TPH support in BNXT driver

[PATCH net-next] tipc: re-order conditions in tipc_crypto_key_rcv()
 2025-01-17 18:02 UTC  (2+ messages)

[net-next PATCH v4 0/6] Add af_xdp support for cn10k
 2025-01-17 17:47 UTC  (3+ messages)
` [net-next PATCH v4 1/6] octeontx2-pf: Don't unmap page pool buffer

bnxt_en: NETDEV WATCHDOG in 6.13-rc7
 2025-01-17 17:44 UTC  (3+ messages)

[PATCH net-next] mptcp: sysctl: add syn_retrans_before_tcp_fallback
 2025-01-17 17:40 UTC 

[syzbot] [mptcp?] WARNING in __mptcp_clean_una (2)
 2025-01-17 17:32 UTC  (3+ messages)

[PATCH net-next v18 00/25] Introducing OpenVPN Data Channel Offload
 2025-01-17 17:14 UTC  (7+ messages)
` [PATCH net-next v18 12/25] ovpn: implement TCP transport
` [PATCH net-next v18 20/25] ovpn: implement peer add/get/dump/delete via netlink

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

[PATCH net-next] net: phy: Fix suspicious rcu_dereference usage
 2025-01-17 17:09 UTC  (2+ messages)

[net PATCH] net: airoha: Fix wrong GDM4 register definition
 2025-01-17 17:03 UTC  (2+ messages)

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-17 16:56 UTC  (7+ messages)
` [PATCH net-next v7 3/8] page_pool: fix IOMMU crash when driver has already unbound

[PATCH bpf] bpf: use attach_btf instead of vmlinux in bpf_sk_storage_tracing_allowed
 2025-01-17 16:42 UTC  (3+ messages)

[PATCH net-next v1 7/7] net: usb: lan78xx: Enable EEE support with phylink integration
 2025-01-17 16:23 UTC  (11+ messages)

[PATCH net-next v2] net: dsa: microchip: Add SGMII port support to KSZ9477 switch
 2025-01-17 16:18 UTC  (6+ messages)

[PATCH net-next] selftests: net: give up on the cmsg_time accuracy on slow machines
 2025-01-17 15:16 UTC  (4+ messages)

[PATCH iwl-next v2] ixgbe: Fix possible skb NULL pointer dereference
 2025-01-17 15:49 UTC 

[PATCH net-next] net: fec: implement TSO descriptor cleanup
 2025-01-17 15:30 UTC  (2+ messages)

[PATCH] tcp: check socket state before calling WARN_ON
 2025-01-17 15:18 UTC  (10+ messages)

[PATCH net 1/1] tools: Sync if_xdp.h uapi tooling header
 2025-01-17 15:08 UTC  (3+ messages)

[PATCH] net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpios
 2025-01-17 15:08 UTC  (3+ messages)

REMINDER - LSF/MM/BPF: 2025: Call for Proposals
 2025-01-17 14:59 UTC 

[PATCH net v2] tcp_cubic: fix incorrect HyStart round start detection
 2025-01-17 14:34 UTC  (7+ messages)

[PATCH v8 4/7] rust: time: Add wrapper for fsleep function
 2025-01-17 14:31 UTC  (5+ messages)

[PATCH v1 1/3] selftests: pidfd: add missing sys/mount.h include in pidfd_fdinfo_test.c
 2025-01-17 14:20 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: ethernet: ti: am65-cpsw: streamline RX/TX queue creation and cleanup
 2025-01-17 14:06 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error path
` [PATCH net-next v2 2/3] net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanup
` [PATCH net-next v2 3/3] net: ethernet: ti: am65-cpsw: streamline TX "

[PATCH v3 00/14] net-next/yunsilicon: ADD Yunsilicon XSC Ethernet Driver
 2025-01-17 13:45 UTC  (7+ messages)
` [PATCH v3 02/14] net-next/yunsilicon: Enable CMDQ
` [PATCH v3 04/14] net-next/yunsilicon: Add qp and cq management

[PATCH] crypto: chtls: Add check alloc_skb() returned value
 2025-01-17 13:29 UTC  (2+ messages)

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

[PATCH iwl-net 0/4] igb: fix igb_msix_other() handling for PREEMPT_RT
 2025-01-17 13:19 UTC  (7+ messages)

[PATCH net-next 0/5] mlxsw: Move Tx header handling to PCI driver
 2025-01-17 13:12 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).