netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-06 12:38:33 to 2024-11-06 23:58:59 UTC [more...]

[PATCH net 0/1] Netfilter fix for net
 2024-11-06 23:58 UTC  (2+ messages)
` [PATCH net 1/1] netfilter: nf_tables: wait for rcu grace period on net_device removal

[PATCH iwl-net v3 0/6] igc: Fix PTM timeout
 2024-11-06 23:53 UTC  (9+ messages)
` [PATCH iwl-net v3 1/6] igc: Ensure the PTM cycle is reliably triggered
` [PATCH iwl-net v3 2/6] igc: Lengthen the hardware retry time to prevent timeouts
  ` [Intel-wired-lan] "
` [PATCH iwl-net v3 3/6] igc: Move ktime snapshot into PTM retry loop
` [PATCH iwl-net v3 4/6] igc: Handle the IGC_PTP_ENABLED flag correctly
` [PATCH iwl-net v3 5/6] igc: Cleanup PTP module if probe fails
` [PATCH iwl-net v3 6/6] igc: Add lock preventing multiple simultaneous PTM transactions

[PATCH net-next 00/11] Netfilter updates for net-next
 2024-11-06 23:46 UTC  (12+ messages)
` [PATCH net-next 01/11] netfilter: Make legacy configs user selectable
` [PATCH net-next 02/11] netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.c
` [PATCH net-next 03/11] netfilter: nf_tables: replace deprecated strncpy with strscpy_pad
` [PATCH net-next 04/11] netfilter: nf_tables: prefer nft_trans_elem_alloc helper
` [PATCH net-next 05/11] netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion
` [PATCH net-next 06/11] netfilter: nf_tables: avoid false-positive lockdep splats with sets
` [PATCH net-next 07/11] netfilter: nf_tables: avoid false-positive lockdep splats with flowtables
` [PATCH net-next 08/11] netfilter: nf_tables: avoid false-positive lockdep splats in set walker
` [PATCH net-next 09/11] netfilter: nf_tables: avoid false-positive lockdep splats with basechain hook
` [PATCH net-next 10/11] netfilter: nf_tables: must hold rcu read lock while iterating expression type list
` [PATCH net-next 11/11] netfilter: nf_tables: must hold rcu read lock while iterating object "

[PATCH net-next 1/2] mlx5/core: avoid memory barrier in eq_update_ci()
 2024-11-06 23:44 UTC  (8+ messages)
` [PATCH net-next 2/2] mlx5/core: deduplicate {mlx5_,}eq_update_ci()

[PATCH net-next 0/3] net: netpoll: Improve SKB pool management
 2024-11-06 23:43 UTC  (10+ messages)
` [PATCH net-next 1/3] net: netpoll: Defer skb_pool population until setup success

[PATCH net] net/smc: do not leave a dangling sk pointer in __smc_create()
 2024-11-06 23:31 UTC  (2+ messages)

[PATCH net-next v6 0/7] Suspend IRQs during application busy periods
 2024-11-06 23:31 UTC  (5+ messages)
` [PATCH net-next v6 2/7] net: Suspend softirq when prefer_busy_poll is set

[PATCH net] bnxt_en: use irq_update_affinity_hint()
 2024-11-06 23:24 UTC  (2+ messages)

dcb.8: some remarks and editorial changes for this manual
 2024-11-06 23:22 UTC  (2+ messages)

[PATCH net-next v8 5/6] neighbour: Remove bare neighbour::next pointer
 2024-11-06 23:15 UTC  (2+ messages)

[PATCH net-next 0/8] macsec: inherit lower device's features and TSO limits when offloading
 2024-11-06 23:13 UTC  (9+ messages)
` [PATCH net-next 1/8] netdevsim: add more hw_features
` [PATCH net-next 2/8] selftests: netdevsim: add a test checking ethtool features
` [PATCH net-next 3/8] macsec: add some of the lower device's features when offloading
` [PATCH net-next 4/8] macsec: clean up local variables in macsec_notify
` [PATCH net-next 5/8] macsec: inherit lower device's TSO limits when offloading
` [PATCH net-next 6/8] selftests: move macsec offload tests from net/rtnetlink to drivers/net/netdvesim
` [PATCH net-next 7/8] selftests: netdevsim: add test toggling macsec offload
` [PATCH net-next 8/8] selftests: netdevsim: add ethtool features to macsec offload tests

[PATCH net-next v8 4/6] neighbour: Convert iteration to use hlist+macro
 2024-11-06 23:07 UTC  (3+ messages)

[PATCH net-next v2] net: phy: aquantia: Add mdix config and reporting
 2024-11-06 22:43 UTC  (2+ messages)

Kernel panic with niu module
 2024-11-06 22:12 UTC  (5+ messages)

[PATCH v2 bpf-next 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
 2024-11-06 22:25 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
` [PATCH v2 bpf-next 2/8] selftests/bpf: Fix SENDPAGE data logic "
` [PATCH v2 bpf-next 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx "
` [PATCH v2 bpf-next 4/8] selftests/bpf: Add push/pop checking for msg_verify_data "
` [PATCH v2 bpf-next 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop "
` [PATCH v2 bpf-next 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data
` [PATCH v2 bpf-next 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH v2 bpf-next 8/8] bpf, sockmap: Fix sk_msg_reset_curr

[syzbot] [net?] KMSAN: kernel-infoleak in __skb_datagram_iter (4)
 2024-11-06 22:19 UTC  (4+ messages)

[PATCH] [net] net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000
 2024-11-06 22:12 UTC  (4+ messages)

[PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
 2024-11-06 22:04 UTC  (4+ messages)

[PATCH 1/2] bpf: Introduce cpu affinity for sockmap
 2024-11-06 21:43 UTC  (5+ messages)

[PATCH net-next] ipv4: Prepare ip_route_output() to future .flowi4_tos conversion
 2024-11-06 21:37 UTC 

[PATCH v5 0/7] rust: Add IO polling
 2024-11-06 21:35 UTC  (6+ messages)
` [PATCH v5 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v5 6/7] rust: Add read_poll_timeout functions

[PATCH net-next] bnxt_en: add unlocked version of bnxt_refclk_read
 2024-11-06 21:32 UTC 

[PATCH net-next] eth: fbnic: Add PCIe hardware statistics
 2024-11-06 21:17 UTC  (5+ messages)

dcb-pfc.8: some remarks and editorial changes for this manual
 2024-11-06 21:03 UTC  (3+ messages)

[PATCH net-next v8 3/6] neighbour: Convert seq_file functions to use hlist
 2024-11-06 20:34 UTC  (2+ messages)

[PATCH net-next v8 2/6] neighbour: Define neigh_for_each_in_bucket
 2024-11-06 20:28 UTC  (2+ messages)

[PATCH net-next v8 1/6] neighbour: Add hlist_node to struct neighbour
 2024-11-06 20:26 UTC  (2+ messages)

Solving address deletion bottleneck in SCTP
 2024-11-06 20:24 UTC  (2+ messages)

[PATCH net-next 0/4] net: phy: remove genphy_config_eee_advert
 2024-11-06 20:25 UTC  (5+ messages)
` [PATCH net-next 1/4] net: phy: make genphy_c45_write_eee_adv() static
` [PATCH net-next 2/4] net: phy: export genphy_c45_an_config_eee_aneg
` [PATCH net-next 3/4] net: phy: broadcom: use genphy_c45_an_config_eee_aneg in bcm_config_lre_aneg
` [PATCH net-next 4/4] net: phy: remove genphy_config_eee_advert

[PATCHv2 net-next] net: sfc: use ethtool string helpers
 2024-11-06 20:14 UTC  (2+ messages)

[PATCH net-next v3 0/3] fix two bugs related to page_pool
 2024-11-06 19:55 UTC  (22+ messages)
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound

[PATCH] [net-next] net: hns3: add IOMMU_SUPPORT dependency
 2024-11-06 19:39 UTC  (6+ messages)

[PATCH] net/mlx5e: Report rx_discards_phy via rx_missed_errors
 2024-11-06 19:23 UTC  (4+ messages)

[PATCH v3 bpf] bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
 2024-11-06 19:20 UTC  (2+ messages)

[PATCH net-next 0/7] net: lan969x: add RGMII support
 2024-11-06 19:16 UTC  (8+ messages)
` [PATCH net-next 1/7] net: sparx5: do some preparation work
` [PATCH net-next 2/7] net: sparx5: add function for RGMII port check
` [PATCH net-next 3/7] net: sparx5: use is_port_rgmii() throughout
` [PATCH net-next 4/7] net: sparx5: use phy_interface_mode_is_rgmii()
` [PATCH net-next 5/7] net: sparx5: verify RGMII speeds
` [PATCH net-next 6/7] net: lan969x: add RGMII registers
` [PATCH net-next 7/7] net: lan969x: add function for configuring RGMII port devices

[PATCH net 1/1] net/ipv6: Netlink flag for new IPv6 Default Routes
 2024-11-06 18:59 UTC  (3+ messages)

[PATCH] net: ipv4: Cache pmtu for all packet paths if multipath enabled
 2024-11-06 18:57 UTC  (7+ messages)

[PATCH net 0/6] Make TCP-MD5-diag slightly less broken
 2024-11-06 18:10 UTC  (7+ messages)
` [PATCH net 1/6] net/diag: Do not race on dumping MD5 keys with adding new MD5 keys
` [PATCH net 2/6] net/diag: Warn only once on EMSGSIZE
` [PATCH net 3/6] net/diag: Pre-allocate optional info only if requested
` [PATCH net 4/6] net/diag: Always pre-allocate tcp_ulp info
` [PATCH net 5/6] net/diag: Limit TCP-MD5-diag array by max attribute length
` [PATCH net 6/6] net/netlink: Correct the comment on netlink message max cap

[PATCH net-next v1 0/4] virtio_net: enable premapped mode by default
 2024-11-06 18:36 UTC  (6+ messages)

[PATCH net 0/4] virtio/vsock: Fix memory leaks
 2024-11-06 17:51 UTC  (5+ messages)
` [PATCH net 1/4] virtio/vsock: Fix accept_queue memory leak
` [PATCH net 2/4] virtio/vsock: Fix sk_error_queue "
` [PATCH net 3/4] virtio/vsock: Improve MSG_ZEROCOPY error handling
` [PATCH net 4/4] virtio/vsock: Put vsock_connected_sockets_vsk() to use

[net-next PATCH v3 0/3] net: dsa: Add Airoha AN8855 support
 2024-11-06 18:11 UTC  (6+ messages)
` [net-next PATCH v3 3/3] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY

[PATCH] [net-next] net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000
 2024-11-06 18:07 UTC  (3+ messages)

[PATCH] rtnetlink.7: Document struct ifa_cacheinfo
 2024-11-06 18:02 UTC  (8+ messages)

[PATCH net] net: txgbe: fix lost GPIO interrupt
 2024-11-06 18:01 UTC  (2+ messages)

[PATCH net-next v3 0/2] ptp: add control over HW timestamp latch point
 2024-11-06 17:45 UTC  (3+ messages)
` [PATCH net-next v3 1/2] "

[PATCH net-next] eth: fbnic: Add PCIe hardware statistics
 2024-11-06 17:32 UTC  (2+ messages)

[iproute2-next] lib: utils: close file handle on error
 2024-11-06 17:30 UTC  (2+ messages)

[PATCH iproute2-next] bridge: add ip/iplink_bridge files to MAINTAINERS
 2024-11-06 17:30 UTC  (2+ messages)

[PATCH] selinux,xfrm: fix dangling refcount on deferred skb free
 2024-11-06 17:00 UTC  (4+ messages)

[PATCH net-next 0/3] r8169: improve wol/suspend-related code
 2024-11-06 16:57 UTC  (4+ messages)
` [PATCH net-next 1/3] r8169: improve __rtl8169_set_wol
` [PATCH net-next 2/3] r8169: improve rtl_set_d3_pll_down
` [PATCH net-next 3/3] r8169: align WAKE_PHY handling with r8125/r8126 vendor drivers

[PATCH net] rxrpc: Fix missing locking causing hanging calls
 2024-11-06 16:54 UTC  (2+ messages)

[syzbot] [wpan?] [usb?] BUG: corrupted list in ieee802154_if_remove
 2024-11-06 16:53 UTC 

[PATCH 2/2] Rename .data.once to .data..once to fix resetting WARN*_ONCE
 2024-11-06 16:39 UTC  (2+ messages)

[PATCH v2 net-next 6/7] rtnetlink: Convert RTM_NEWLINK to per-netns RTNL
 2024-11-06 16:32 UTC  (2+ messages)

[PATCH v6 0/2] MCTP Over PCC Transport
 2024-11-06 15:59 UTC  (8+ messages)
` [PATCH v6 2/2] mctp pcc: Implement MCTP over "

[PATCH net-next v8] net: ipv4: Cache pmtu for all packet paths if multipath enabled
 2024-11-06 15:44 UTC  (2+ messages)

[PATCH] mptcp: remove the redundant assignment of 'new_ctx->tcp_sock' in subflow_ulp_clone()
 2024-11-06 15:41 UTC  (2+ messages)

[PATCH net-next v3 0/4] Introduce VLAN support in HSR
 2024-11-06 15:39 UTC  (2+ messages)

[PATCH v2] drivers: net: ionic: fix a memory leak bug
 2024-11-06 15:30 UTC  (2+ messages)

[PATCH net-next v7] net: ipv4: Cache pmtu for all packet paths if multipath enabled
 2024-11-06 15:26 UTC  (4+ messages)

[PATCH net-next] r8169: copy vendor driver 2.5G/5G EEE advertisement constraints
 2024-11-06 15:22 UTC  (4+ messages)

[PATCH] net: ethernet: miss media cleanup behavior
 2024-11-06 15:20 UTC  (2+ messages)

bnxt_en: XDP_REDIRECT DMA unmap warnings (bnxt_tx_int_xdp)
 2024-11-06 15:02 UTC  (2+ messages)

[PATCH can v3] can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation
 2024-11-06 15:17 UTC  (2+ messages)

[RFC PATCH net v2] net: fix data-races around sk->sk_forward_alloc
 2024-11-06 15:14 UTC  (3+ messages)

[PATCH v3 net-next] phonet: do not call synchronize_rcu() from phonet_route_del()
 2024-11-06 15:07 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net] ice: change q_index variable type to s16 to store -1 value
 2024-11-06 15:00 UTC  (4+ messages)

[PATCH net-next v2] net: nfc: Propagate ISO14443 type A target ATS to userspace via netlink
 2024-11-06 14:58 UTC  (3+ messages)

[PATCH v2 net] net: enetc: Do not configure preemptible TCs if SIs do not support
 2024-11-06 14:49 UTC  (2+ messages)

[PATCH v2] can: fix skb reference counting in j1939_session_new()
 2024-11-06 14:42 UTC  (4+ messages)

[Question]: should we consider arp missed max during bond_ab_arp_probe()?
 2024-11-06 14:40 UTC  (4+ messages)

[PATCH net v3] net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hnodes
 2024-11-06 14:32 UTC 

[PATCH v2] dt-bindings: can: convert tcan4x5x.txt to DT schema
 2024-11-06 14:27 UTC  (3+ messages)

[PATCH v2 net-next 0/7] rtnetlink: Convert rtnl_newlink() to per-netns RTNL
 2024-11-06 14:25 UTC  (4+ messages)
` [PATCH v2 net-next 7/7] rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PERNET_WIP

[PATCH net v2] Fix u32's systematic failure to free IDR entries for hnodes
 2024-11-06 14:19 UTC  (2+ messages)

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-11-06 13:59 UTC  (6+ messages)

[PATCH 1/2] xfrm: add SA information to the offloaded packet
 2024-11-06 13:41 UTC  (5+ messages)

[PATCH ethtool v2] netlink: settings: Fix for wrong auto-negotiation state
 2024-11-06 13:40 UTC  (2+ messages)

[PATCH v4 net-next 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
 2024-11-06 13:22 UTC  (3+ messages)
` [PATCH v4 net-next 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
  ` [Intel-wired-lan] "

[PATCH v2 net] phonet: do not call synchronize_rcu() from phonet_route_del()
 2024-11-06 13:14 UTC  (3+ messages)

[PATCH net-next] rxrpc: Add a tracepoint for aborts being proposed
 2024-11-06 13:00 UTC 

[PATCH bpf] bpf: fix recursive lock when verdict program return SK_PASS
 2024-11-06 12:44 UTC 

[PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-06 12:35 UTC  (17+ messages)
` [PATCH v3 18/33] cachefiles: Add auxiliary data trace
` [PATCH v3 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v3 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v3 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v3 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v3 23/33] afs: Use netfslib for directories
` [PATCH v3 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v3 25/33] afs: Eliminate afs_read
` [PATCH v3 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v3 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v3 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v3 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v3 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v3 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v3 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v3 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()


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