Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-26 23:43:57 to 2024-04-29 08:26:44 UTC [more...]

[PATCH net-next] net: sfp: allow use 2500base-X for 2500base-T modules
 2024-04-29  8:26 UTC  (2+ messages)

[PATCH net-next] net: sfp-bus: constify link_modes to sfp_select_interface()
 2024-04-29  8:25 UTC  (2+ messages)

[PATCH net-next] net: phylink: add debug print for empty posssible_interfaces
 2024-04-29  8:23 UTC  (2+ messages)

[PATCH v4 0/8] sysctl: Remove sentinel elements from networking
 2024-04-29  8:22 UTC  (6+ messages)
` [PATCH v4 1/8] net: Remove the now superfluous sentinel elements from ctl_table array

[RFC PATCH] net: Fix one page_pool page leak from skb_frag_unref
 2024-04-29  7:39 UTC  (9+ messages)

[net-next,RFC,PATCH 1/5] net: stmmac: dwmac-stm32: Separate out external clock rate validation
 2024-04-29  7:19 UTC  (6+ messages)
` [net-next,RFC,PATCH 2/5] net: stmmac: dwmac-stm32: Separate out external clock selector
` [net-next,RFC,PATCH 3/5] net: stmmac: dwmac-stm32: Extract PMCR configuration
` [net-next,RFC,PATCH 4/5] net: stmmac: dwmac-stm32: Clean up the debug prints
` [net-next,RFC,PATCH 5/5] net: stmmac: dwmac-stm32: Fix Mhz to MHz

[PATCH net-next v2] net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimers
 2024-04-29  7:15 UTC 

[PATCH] dt-bindings: Drop unnecessary quotes on keys
 2024-04-29  6:22 UTC  (2+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-04-29  6:13 UTC  (39+ messages)
` [PATCH net-next v4 01/12] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface
` [PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
` [PATCH net-next v4 09/12] net: ethernet: oa_tc6: implement receive path to receive rx ethernet frames
` [PATCH net-next v4 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v4 13/12] net: lan865x: optional hardware reset

[PATCH net v2] xfrm: Preserve vlan tags for transport mode software GRO
 2024-04-29  5:51 UTC  (2+ messages)

[PATCH net-next] net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimers
 2024-04-29  5:54 UTC  (7+ messages)

[PATCH net-next 0/8] net: openvswitch: Add sample multicasting
 2024-04-29  5:33 UTC  (6+ messages)
` [PATCH net-next 4/8] net: psample: add tracepoint

[PATCH net v2 0/3] net: bcmgenet: protect contended accesses
 2024-04-29  5:30 UTC  (2+ messages)

[PATCH net-next] net: ethernet: ti: am65-cpsw-qos: Add support to taprio for past base_time
 2024-04-29  5:20 UTC  (3+ messages)

[PATCH net-next v3 0/6] add ethernet driver for Tehuti Networks TN40xx chips
 2024-04-29  4:38 UTC  (7+ messages)
` [PATCH net-next v3 1/6] net: tn40xx: add pci "
` [PATCH net-next v3 2/6] net: tn40xx: add register defines
` [PATCH net-next v3 3/6] net: tn40xx: add basic Tx handling
` [PATCH net-next v3 4/6] net: tn40xx: add basic Rx handling
` [PATCH net-next v3 5/6] net: tn40xx: add mdio bus support
` [PATCH net-next v3 6/6] net: tn40xx: add PHYLIB support

[PATCH iwl-net v3] ice: Do not get coalesce settings while in reset
 2024-04-29  3:51 UTC  (2+ messages)
` [Intel-wired-lan] "

linux-next: manual merge of the net-next tree with the mm tree
 2024-04-29  2:33 UTC  (2+ messages)

Beaglebone Ethernet Probe Failure In 6.8+
 2024-04-29  1:58 UTC  (6+ messages)

linux-next: manual merge of the bpf-next tree with the net tree
 2024-04-29  1:49 UTC 

[PATCH] sctp: prefer struct_size over open coded arithmetic
 2024-04-28 23:33 UTC  (2+ messages)

SR-IOV + switchdev + vlan + Mellanox: Cannot ping
 2024-04-28 20:24 UTC  (3+ messages)

[PATCH v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-28 17:47 UTC  (8+ messages)
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add IPv4 and IPv6 sockaddr test cases

[PATCH net-next v7 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-04-28 15:49 UTC  (13+ messages)
` [PATCH net-next v7 01/11] net/smc: decouple ism_client from SMC-D DMB registration
` [PATCH net-next v7 02/11] net/smc: introduce loopback-ism for SMC intra-OS shortcut
` [PATCH net-next v7 03/11] net/smc: implement ID-related operations of loopback-ism
` [PATCH net-next v7 04/11] net/smc: implement DMB-related "
` [PATCH net-next v7 05/11] net/smc: mark optional smcd_ops and check for support when called
` [PATCH net-next v7 06/11] net/smc: ignore loopback-ism when dumping SMC-D devices
` [PATCH net-next v7 07/11] net/smc: register loopback-ism into SMC-D device list
` [PATCH net-next v7 08/11] net/smc: add operations to merge sndbuf with peer DMB
` [PATCH net-next v7 09/11] net/smc: {at|de}tach sndbuf to peer DMB if supported
` [PATCH net-next v7 10/11] net/smc: adapt cursor update when sndbuf and peer DMB are merged
` [PATCH net-next v7 11/11] net/smc: implement DMB-merged operations of loopback-ism

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-28 15:15 UTC  (8+ messages)
` [PATCH bpf-next v3 07/11] bpf: Fix a false rejection caused by AND operation

[PATCH net-next v10 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-28 14:49 UTC  (4+ messages)
` [PATCH net-next v10 2/4] ethtool: provide customized dim profile management

[PATCH net] net: drop pulled SKB_GSO_FRAGLIST skb
 2024-04-28 14:30 UTC 

[PATCH net] net: prevent pulling SKB_GSO_FRAGLIST skb
 2024-04-28 14:29 UTC 

[PATCH V2 net 0/7] There are some bugfix for the HNS3 ethernet driver
 2024-04-28 14:14 UTC  (4+ messages)
` [PATCH V2 net 5/7] net: hns3: using user configure after hardware reset

[PATCH] wifi: brcmfmac: remove unused niclist structure
 2024-04-28 13:17 UTC 

[PATCH net v2] nfc: nci: Fix uninit-value in nci_rx_work
 2024-04-28 13:45 UTC  (2+ messages)

[PATCH net] udp: fix segmentation crash for GRO packet without fraglist
 2024-04-28 13:19 UTC  (20+ messages)

[PATCH net v2] igb: cope with large MAX_SKB_FRAGS
 2024-04-28 13:05 UTC  (2+ messages)

[PATCH v2] rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()
 2024-04-28 11:16 UTC 

[net-next PATCH v3 0/9] Introduce RVU representors
 2024-04-28 10:53 UTC  (10+ messages)
` [net-next PATCH v3 1/9] octeontx2-pf: Refactoring RVU driver
` [net-next PATCH v3 2/9] octeontx2-pf: RVU representor driver
` [net-next PATCH v3 3/9] octeontx2-pf: Create representor netdev
` [net-next PATCH v3 4/9] octeontx2-pf: Add basic net_device_ops
` [net-next PATCH v3 5/9] octeontx2-af: Add packet path between representor and VF
` [net-next PATCH v3 6/9] octeontx2-pf: Get VF stats via representor
` [net-next PATCH v3 7/9] octeontx2-pf: Add support to sync link state between representor and VFs
` [net-next PATCH v3 8/9] octeontx2-pf: Configure VF mtu via representor
` [net-next PATCH v3 9/9] octeontx2-pf: Add representors for sdp MAC

WARNING: CPU: 1 PID: 1 at net/core/netpoll.c:370 netpoll_send_skb+0x1fc/0x20c at boot when netconsole is enabled (kernel v6.9-rc5, v6.8.7, sungem, PowerMac G4 DP)
 2024-04-28 10:53 UTC 

[net-next PATCH v2 0/9] Introduce RVU representors
 2024-04-28 10:49 UTC  (7+ messages)
  ` [EXTERNAL] "

[PATCH net-next] net: dsa: realtek: provide own phylink MAC operations
 2024-04-28 10:33 UTC 

[PATCH net-next v2] net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being used
 2024-04-28  9:19 UTC 

[PATCH v24 00/20] nvme-tcp receive offloads
 2024-04-28  8:15 UTC  (5+ messages)
` [PATCH v24 01/20] net: Introduce direct data placement tcp offload

[PATCH net-next] net: txgbe: use phylink_pcs_change() to report PCS link change events
 2024-04-28  8:02 UTC  (3+ messages)

[PATCH v6 00/16] mm: jit/text allocator
 2024-04-28  6:55 UTC  (4+ messages)
` [PATCH v6 08/16] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[PATCH 1/1] net: e1000e & ixgbe: Remove PCI_HEADER_TYPE_MFD duplicates
 2024-04-28  4:38 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH stable,5.10 0/2] introduce stop timer to solve the problem of CVE-2024-26865
 2024-04-28  3:49 UTC  (3+ messages)
` [PATCH stable,5.10 1/2] tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
` [PATCH stable,5.10 2/2] tcp: Fix NEW_SYN_RECV handling "

[PATCH vhost v3 0/4] virtio_net: rx enable premapped mode by default
 2024-04-28  1:18 UTC  (3+ messages)

[PATCH net-next] net: phy: phy_link_topology: Handle NULL topologies
 2024-04-27 19:34 UTC  (4+ messages)

[PATCH net 1/2] net: bridge: fix multicast-to-unicast with fraglist GSO
 2024-04-27 18:24 UTC  (2+ messages)
` [PATCH net 2/2] net: core: reject skb_copy(_expand) for fraglist GSO skbs

[PATCH v4 net-next v4 0/6] Add TCP fraglist GRO support
 2024-04-27 18:23 UTC  (7+ messages)
` [PATCH v4 net-next v4 1/6] net: move skb_gro_receive_list from udp to core
` [PATCH v4 net-next v4 2/6] net: add support for segmenting TCP fraglist GSO packets
` [PATCH v4 net-next v4 3/6] net: add code for TCP fraglist GRO
` [PATCH v4 net-next v4 4/6] net: create tcp_gro_lookup helper function
` [PATCH v4 net-next v4 5/6] net: create tcp_gro_header_pull "
` [PATCH v4 net-next v4 6/6] net: add heuristic for enabling TCP fraglist GRO

[PATCH net 0/4] net: qede: avoid overruling error codes
 2024-04-27 17:38 UTC  (12+ messages)
` [PATCH net 1/4] net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()
` [PATCH net 2/4] net: qede: use return from qede_parse_flow_attr() for flower
` [PATCH net 3/4] net: qede: use return from qede_parse_flow_attr() for flow_spec
` [PATCH net 4/4] net: qede: use return from qede_parse_actions()

[PATCH] man: fix doc ip will exit with -1
 2024-04-27 16:42 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] WARNING in group_send_sig_info
 2024-04-27 16:34 UTC 

[PATCH net-next] net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being used
 2024-04-27 15:43 UTC  (3+ messages)

[PATCH net-next v4 0/7] i40e: cleanups & refactors
 2024-04-27 14:57 UTC  (15+ messages)
` [PATCH net-next v4 1/7] i40e: Remove flags field from i40e_veb
` [PATCH net-next v4 2/7] i40e: Refactor argument of several client notification functions
` [PATCH net-next v4 3/7] i40e: Refactor argument of i40e_detect_recover_hung()
` [PATCH net-next v4 4/7] i40e: Add helper to access main VSI
` [PATCH net-next v4 5/7] i40e: Consolidate checks whether given VSI is main
` [PATCH net-next v4 6/7] i40e: Add helper to access main VEB
` [PATCH net-next v4 7/7] i40e: Add and use helper to reconfigure TC for given VSI

[PATCH 0/3] net: bcmgenet: protect contended accesses
 2024-04-27 14:16 UTC  (7+ messages)
` [PATCH 1/3] net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
` [PATCH 2/3] net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()
` [PATCH 3/3] net: bcmgenet: synchronize UMAC_CMD access

[PATCH net-next 0/6] selftests: net: page_poll allocation error injection
 2024-04-27 13:55 UTC  (6+ messages)
` [PATCH net-next 3/6] selftests: net: py: extract tool logic
` [PATCH net-next 6/6] selftests: drv-net-hw: add test for memory allocation failures with page pool

[PATCH v3 0/1] Documentation: networking: document ISO 15765-2
 2024-04-27 13:39 UTC  (3+ messages)
` [PATCH] "

[PATCH net-next RFC v2] net: dsa: mv88e6xxx: Correct check for empty list
 2024-04-27 13:23 UTC  (4+ messages)

[PATCH net] net: wwan: Add net device name for error message print
 2024-04-27 13:22 UTC  (4+ messages)
  `  "
    `  "

[PATCH net-next] net: hsr: init prune_proxy_timer sooner
 2024-04-27 13:16 UTC  (2+ messages)

[PATCH 1/2] [PATCH net-next,1/2] Add new args for cong_control in tcp_congestion_ops
 2024-04-27 13:06 UTC  (2+ messages)

[PATCH net-next v2 00/15] MT7530 DSA Subdriver Improvements Act IV
 2024-04-27 11:40 UTC  (4+ messages)
` [PATCH net-next v2 07/15] net: dsa: mt7530: move MT753X_MTRAP operations for MT7530

[PATCH v6 2/3] open: add O_CRED_ALLOW flag
 2024-04-27 11:24 UTC 

[PATCH net] MAINTAINERS: add an explicit entry for YNL
 2024-04-27 11:13 UTC  (3+ messages)

[PATCH] tcp_bbr: replace lambda expression with bitwise operation for bit flip
 2024-04-27  8:31 UTC  (5+ messages)

[PATCH v5 0/8] sysctl: Remove sentinel elements from networking
 2024-04-27  8:14 UTC  (3+ messages)
` [PATCH v5 8/8] ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table array

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-27  7:40 UTC  (4+ messages)

[syzbot] [bpf?] [net?] possible deadlock in sock_hash_delete_elem (2)
 2024-04-27  6:08 UTC  (2+ messages)
` [syzbot] [net?] [bpf?] "

[PATCH net v2] net: wwan: Fix missing net device name for error message print
 2024-04-27  5:57 UTC  (3+ messages)
  `  "

[PATCH net-next v2 0/3] net: dsa: realtek: fix LED support for rtl8366
 2024-04-27  5:11 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: dsa: realtek: keep default LED state in rtl8366rb
` [PATCH net-next v2 2/3] net: dsa: realtek: do not assert reset on remove
` [PATCH net-next v2 3/3] net: dsa: realtek: add LED drivers for rtl8366rb

[PATCH v5 2/3] open: add O_CRED_ALLOW flag
 2024-04-27  2:12 UTC  (2+ messages)

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-27  2:11 UTC  (4+ messages)
` [RFC PATCH net-next v8 07/14] page_pool: devmem support

pull-request: bpf 2024-04-26
 2024-04-27  0:50 UTC  (2+ messages)

[PATCH net-next] tools: ynl: don't append doc of missing type directly to the type
 2024-04-27  0:40 UTC  (2+ messages)

[PATCH net-next v2 0/3] mlx4: Add support for netdev-genl API
 2024-04-27  0:34 UTC  (10+ messages)
` [PATCH net-next v2 1/3] net/mlx4: Track RX allocation failures in a stat
` [PATCH net-next v2 3/3] net/mlx4: support per-queue statistics via netlink

[net-next PATCH] hsr: Simplify code for announcing HSR nodes timer setup
 2024-04-27  0:33 UTC  (2+ messages)

[PATCH net-next v7 0/8] virtio-net: support device stats
 2024-04-27  0:23 UTC  (5+ messages)
` [PATCH net-next v7 7/8] netdev: add queue stats
` [PATCH net-next v7 8/8] virtio-net: support queue stat

[RFC PATCH bpf-next v5 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-26 23:55 UTC  (6+ messages)
` [RFC PATCH bpf-next v5 2/2] net: Add additional bit to support clockid_t timestamp type


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 read-only IMAP folder(s) and NNTP newsgroup(s).