netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-17 12:24:15 to 2025-01-17 21:11:55 UTC [more...]

[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/ncsi: Fix NULL pointer derefence if CIS arrives before SP
 2025-01-17 21:05 UTC  (4+ messages)

[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 net-next 0/6] net: ethtool: fixes for HDS threshold
 2025-01-17 19:48 UTC  (7+ 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 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 net-next v2] net: phy: Fix suspicious rcu_dereference usage
 2025-01-17 19:06 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 v2 00/15] mptcp: pm: misc cleanups, part 2
 2025-01-17 18:41 UTC  (16+ 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 bpf-next v6 0/5] net/smc: Introduce smc_ops
 2025-01-17 18:36 UTC  (3+ messages)
` [PATCH bpf-next v6 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf

[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  (13+ messages)
` [PATCH net-next v18 05/25] ovpn: introduce the ovpn_peer object
` [PATCH net-next v18 09/25] ovpn: implement packet processing
` [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 v11 00/21] io_uring zero copy rx
 2025-01-17 16:19 UTC  (5+ messages)

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

pull request: bluetooth-next 2025-01-15
 2025-01-17 16:17 UTC 

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

[PATCH net-next v12 00/10] io_uring zero copy rx
 2025-01-17 16:11 UTC  (11+ 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-next v5 0/4] Support PTP clock for Wangxun NICs
 2025-01-17 16:03 UTC  (5+ messages)
` [PATCH net-next v5 1/4] net: wangxun: Add support for PTP clock

[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 v2 intel-net 0/3] ice: fix Rx data path for heavy 9k MTU traffic
 2025-01-17 15:19 UTC  (4+ 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] 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  (7+ 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)

[PATCH iwl-next] ixgbe: Fix possible skb NULL pointer dereference
 2025-01-17 12:58 UTC  (3+ messages)

[PATCH net-next v3 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-01-17 12:58 UTC  (17+ messages)
` [PATCH net-next v3 1/8] net: gro: decouple GRO from the NAPI layer
` [PATCH net-next v3 2/8] net: gro: expose GRO init/cleanup to use outside of NAPI
` [PATCH net-next v3 3/8] bpf: cpumap: switch to GRO from netif_receive_skb_list()
` [PATCH net-next v3 4/8] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
` [PATCH net-next v3 5/8] net: skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH net-next v3 6/8] bpf: cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH net-next v3 7/8] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
` [PATCH net-next v3 8/8] xdp: remove xdp_alloc_skb_bulk()

[PATCH v5 iwl-next 00/10] idpf: add initial PTP support
 2025-01-17 12:41 UTC  (11+ messages)
` [PATCH v5 iwl-next 01/10] "
` [PATCH v5 iwl-next 02/10] virtchnl: add PTP virtchnl definitions
` [PATCH v5 iwl-next 03/10] idpf: move virtchnl structures to the header file
` [PATCH v5 iwl-next 04/10] idpf: negotiate PTP capabilities and get PTP clock
` [PATCH v5 iwl-next 05/10] idpf: add mailbox access to read PTP clock time
` [PATCH v5 iwl-next 06/10] idpf: add PTP clock configuration
` [PATCH v5 iwl-next 07/10] idpf: add Tx timestamp capabilities negotiation
` [PATCH v5 iwl-next 08/10] idpf: add Tx timestamp flows
` [PATCH v5 iwl-next 09/10] idpf: add support for Rx timestamping
` [PATCH v5 iwl-next 10/10] idpf: change the method for mailbox workqueue allocation

[PATCH 00/10] pull request for net-next: batman-adv 2025-01-17
 2025-01-17 12:39 UTC  (11+ messages)
` [PATCH 01/10] batman-adv: Start new development cycle
` [PATCH 02/10] batman-adv: Reorder includes for distributed-arp-table.c
` [PATCH 03/10] batman-adv: Remove atomic usage for tt.local_changes
` [PATCH 04/10] batman-adv: Don't keep redundant TT change events
` [PATCH 05/10] batman-adv: Map VID 0 to untagged TT VLAN
` [PATCH 06/10] MAINTAINERS: update email address of Marek Linder
` [PATCH 07/10] mailmap: add entries for Simon Wunderlich
` [PATCH 08/10] mailmap: add entries for Sven Eckelmann
` [PATCH 09/10] MAINTAINERS: mailmap: add entries for Antonio Quartulli
` [PATCH 10/10] batman-adv: netlink: reduce duplicate code by returning interfaces

[syzbot] [cgroups?] possible deadlock in console_lock_spinning_enable (5)
 2025-01-17 12:34 UTC 

[PATCH net-next 0/9] net: add phylink managed EEE support
 2025-01-17 12:23 UTC  (5+ 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).