netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-13 18:54:41 to 2024-11-14 09:05:19 UTC [more...]

[PATCH v2 00/11] Remove implicit devres from pci_intx()
 2024-11-14  9:05 UTC  (4+ messages)
` [PATCH v2 11/11] Remove "

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-11-14  9:03 UTC  (16+ messages)
` [PATCH net-next v11 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v11 15/23] ovpn: implement keepalive mechanism
` [PATCH net-next v11 17/23] ovpn: add support for peer floating

[PATCH net] can: can327: fix snprintf() limit in can327_handle_prompt()
 2024-11-14  9:03 UTC 

[PATCH v2 0/2] can: tcan4x5x: add option for selecting nWKRQ voltage
 2024-11-14  9:03 UTC  (12+ messages)
` [PATCH v2 1/2] "

[PATCH net v1 0/2] Fix ethtool --show-eee for stmmac
 2024-11-14  9:02 UTC  (10+ messages)
` [PATCH net v1 1/2] net: phy: Introduce phy_update_eee() to update eee_cfg values

[syzbot] Monthly wireless report (Nov 2024)
 2024-11-14  8:58 UTC 

[PATCH net v2] ipmr: Fix access to mfc_cache_list without lock held
 2024-11-14  8:55 UTC  (4+ messages)

[PATCH net-next v3 0/2] net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RX
 2024-11-14  8:55 UTC  (6+ messages)
` [PATCH net-next v3 2/2] "

[PATCH net 0/2] ipv6: fix temporary address not removed correctly
 2024-11-14  8:46 UTC  (11+ messages)
` [PATCH net 1/2] net/ipv6: delete temporary address if mngtmpaddr is removed or un-mngtmpaddr
` [PATCH net 2/2] selftests/rtnetlink.sh: add mngtempaddr test

[PATCH] net: wwan: Add WWAN sahara port type
 2024-11-14  8:45 UTC 

[BUG] BUG: unable to handle page fault for address: ffffffffa6df0480
 2024-11-14  8:29 UTC  (3+ messages)

[syzbot] [wireless?] INFO: task hung in nl80211_pre_doit (3)
 2024-11-14  8:18 UTC 

[PATCH net v1 0/2] Fix 'ethtool --show-eee' during initial stage
 2024-11-14  8:16 UTC  (3+ messages)
` [PATCH net v1 1/2] net: phy: set eee_cfg based on PHY configuration
` [PATCH net v1 2/2] net: stmmac: set initial EEE policy configuration

[PATCH net v2] netlink: Add string check in netlink_ack_tlv_fill
 2024-11-14  8:07 UTC  (3+ messages)

[PATCH net-next v2 00/14][pull request] Intel Wired LAN Driver Updates 2024-11-05 (ice, ixgbe, igc. igb, igbvf, e1000)
 2024-11-14  7:57 UTC  (13+ messages)
` [PATCH net-next v2 04/14] ice: support optional flags in signature segment header
` [PATCH net-next v2 05/14] ice: Add support for persistent NAPI config
` [PATCH net-next v2 06/14] ice: only allow Tx promiscuous for multicast
` [PATCH net-next v2 07/14] ice: initialize pf->supported_rxdids immediately after loading DDP
` [PATCH net-next v2 08/14] ice: use stack variable for virtchnl_supported_rxdids
` [PATCH net-next v2 09/14] ice: Unbind the workqueue
` [PATCH net-next v2 10/14] ixgbe: Break include dependency cycle
` [PATCH net-next v2 11/14] igc: remove autoneg parameter from igc_mac_info
` [PATCH net-next v2 12/14] igb: Fix 2 typos in comments in igb_main.c
` [PATCH net-next v2 13/14] igbvf: remove unused spinlock
` [PATCH net-next v2 14/14] e1000: Hold RTNL when e1000_down can be called

[PATCH ipsec-next v14 00/15] Add IP-TFS mode to xfrm
 2024-11-14  7:07 UTC  (16+ messages)
` [PATCH ipsec-next v14 01/15] xfrm: config: add CONFIG_XFRM_IPTFS
` [PATCH ipsec-next v14 02/15] include: uapi: protocol number and packet structs for AGGFRAG in ESP
` [PATCH ipsec-next v14 03/15] xfrm: netlink: add config (netlink) options
` [PATCH ipsec-next v14 04/15] xfrm: add mode_cbs module functionality
` [PATCH ipsec-next v14 05/15] xfrm: add generic iptfs defines and functionality
` [PATCH ipsec-next v14 06/15] xfrm: iptfs: add new iptfs xfrm mode impl
` [PATCH ipsec-next v14 07/15] xfrm: iptfs: add user packet (tunnel ingress) handling
` [PATCH ipsec-next v14 08/15] xfrm: iptfs: share page fragments of inner packets
` [PATCH ipsec-next v14 09/15] xfrm: iptfs: add fragmenting of larger than MTU user packets
` [PATCH ipsec-next v14 10/15] xfrm: iptfs: add basic receive packet (tunnel egress) handling
` [PATCH ipsec-next v14 11/15] xfrm: iptfs: handle received fragmented inner packets
` [PATCH ipsec-next v14 12/15] xfrm: iptfs: add reusing received skb for the tunnel egress packet
` [PATCH ipsec-next v14 13/15] xfrm: iptfs: add skb-fragment sharing code
` [PATCH ipsec-next v14 14/15] xfrm: iptfs: handle reordering of received packets
` [PATCH ipsec-next v14 15/15] xfrm: iptfs: add tracepoint functionality

[PATCH v6 0/7] rust: Add IO polling
 2024-11-14  7:02 UTC  (8+ messages)
` [PATCH v6 1/7] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v6 2/7] rust: time: Introduce Delta type
` [PATCH v6 3/7] rust: time: Introduce Instant type
` [PATCH v6 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v6 5/7] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v6 6/7] rust: Add read_poll_timeout functions
` [PATCH v6 7/7] net: phy: qt2025: Wait until PHY becomes ready

[PATCH net-next] mctp i2c: notify user space on TX failure
 2024-11-14  6:48 UTC  (5+ messages)

[net v2 0/2] Fix rcu_read_lock issues in netdev-genl
 2024-11-14  6:29 UTC  (3+ messages)

[PATCH PCI] PCI: Add ACS quirk for Wangxun FF5XXX NICS
 2024-11-14  6:27 UTC  (2+ messages)

[net-next 0/3] Add Aspeed G7 FTGMAC100 support
 2024-11-14  6:26 UTC  (10+ messages)
` [net-next 3/3] net: ftgmac100: Support for AST2700
    ` 回覆: "
        ` 回覆: "

[iwl-next v7 0/9] ice: managing MSI-X in driver
 2024-11-14  6:05 UTC  (4+ messages)
` [iwl-next v7 5/9] ice, irdma: move interrupts code to irdma
  ` [Intel-wired-lan] "

[PATCH net-next] netlink: add igmp join/leave notifications
 2024-11-14  5:58 UTC  (7+ messages)

[PATCH net-next 0/2] Add support for the RTL907XD-VA and fix a driver warning
 2024-11-14  4:01 UTC  (4+ messages)
` [PATCH net-next 1/2] rtase: Add support for RTL907XD-VA PCIe port

[PATCH net-next 0/2] net: dsa: microchip: Add LAN9646 switch support
 2024-11-14  4:00 UTC  (2+ messages)

[PATCH net] net: Make copy_safe_from_sockptr() match documentation
 2024-11-14  4:00 UTC  (3+ messages)

[PATCH net v2]: stmmac: dwmac-intel-plat: fix call balance of tx_clk handling routines
 2024-11-14  4:00 UTC  (2+ messages)

[PATCH v2 0/2] net: stmmac: dwmac-mediatek: Fix inverted logic for mediatek,mac-wol
 2024-11-14  4:00 UTC  (2+ messages)

[PATCH net] samples: pktgen: correct dev to DEV
 2024-11-14  3:10 UTC  (2+ messages)

[PATCH net 0/3] mptcp: pm: a few more fixes
 2024-11-14  3:10 UTC  (2+ messages)

[PATCH net] net: phylink: ensure PHY momentary link-fails are handled
 2024-11-14  3:10 UTC  (2+ messages)

[PATCH net-next] net: simplify eeecfg_mac_can_tx_lpi
 2024-11-14  3:00 UTC  (2+ messages)

[PATCH net-next] net: phy: c45: don't use temporary linkmode bitmaps in genphy_c45_ethtool_get_eee
 2024-11-14  3:00 UTC  (2+ messages)

[PATCH net-next v4 0/9] Support external snapshots on dwmac1000
 2024-11-14  3:00 UTC  (2+ messages)

[PATCH net-next] bnxt_en: optimize gettimex64
 2024-11-14  2:59 UTC  (3+ messages)

[PATCH] net: bridge: Fix the wrong format specifier
 2024-11-14  2:58 UTC 

[PATCH v2 0/3] Add support for Nuvoton MA35D1 GMAC
 2024-11-14  2:56 UTC  (3+ messages)
` [PATCH v2 3/3] net: stmmac: dwmac-nuvoton: Add dwmac support for MA35 family

[PATCH] net: stmmac: dwmac-qcom-ethqos: Enable support for XGMAC
 2024-11-14  2:51 UTC  (2+ messages)

[PATCH net-next] ynl: samples: Fix the wrong format specifier
 2024-11-14  2:50 UTC  (2+ messages)

[PATCH v2 0/2] tools: ynl: two patches to ease building with rpmbuild
 2024-11-14  2:50 UTC  (2+ messages)

pull-request: wireless-next-2024-11-13
 2024-11-14  2:50 UTC  (2+ messages)

[PATCH] net/unix: pass pidfd flags via SCM_PIDFD cmsg
 2024-11-14  2:50 UTC  (2+ messages)

[PATCH v7 0/2] MCTP Over PCC Transport
 2024-11-14  2:49 UTC  (3+ messages)
` [PATCH v7 1/2] mctp pcc: Check before sending MCTP PCC response ACK
` [PATCH v7 2/2] mctp pcc: Implement MCTP over PCC Transport

[PATCH net-next 0/7] ethtool: generate uapi header from the spec
 2024-11-14  2:33 UTC  (15+ messages)
` [PATCH net-next 1/7] ynl: support attr-cnt-name attribute in legacy definitions
` [PATCH net-next 2/7] ynl: support render "
` [PATCH net-next 3/7] ynl: support directional specs in ynl-gen-c.py
` [PATCH net-next 4/7] ynl: add missing pieces to ethtool spec to better match uapi header

[PATCH v2 net-next] net/mlx5e: Report rx_discards_phy via rx_fifo_errors
 2024-11-14  2:17 UTC 

[PATCH net v4] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
 2024-11-14  1:56 UTC  (2+ messages)

[PATCH net-next 0/3] Reduce locks scope of-smc_xxx_lgr_pending
 2024-11-14  1:51 UTC  (6+ messages)
` [PATCH net-next 1/3] net/smc: refactoring lgr pending lock
` [PATCH net-next 3/3] net/smc: Isolate the smc_xxx_lgr_pending with ib_device

[PATCH net-next 0/2] net: dsa: microchip: Add SGMII port support to KSZ9477 switch
 2024-11-14  1:43 UTC  (7+ messages)
` [PATCH net-next 2/2] "

[PATCH net] net: Fix icmp host relookup triggering ip_rt_bug
 2024-11-14  1:41 UTC  (7+ messages)

[PATCH v3 net-next 0/5] Add more feautues for ENETC v4 - round 1
 2024-11-14  1:35 UTC  (4+ messages)
` [PATCH v3 net-next 4/5] net: enetc: add LSO support for i.MX95 ENETC PF

[PATCH] mac802154: add a check for slave data list before delete
 2024-11-14  1:17 UTC  (3+ messages)

[PATCH net-next v3 0/7] net: ndo_fdb_add/del: Have drivers report whether they notified
 2024-11-14  1:08 UTC  (6+ messages)
` [PATCH net-next v3 7/7] selftests: net: fdb_notify: Add a test for FDB notifications

[PATCH v5 net-next 00/13] AccECN protocol preparation patch series
 2024-11-14  1:04 UTC  (8+ messages)
` [PATCH v5 net-next 09/13] gro: prevent ACE field corruption & better AccECN handling

linux-next: duplicate patches in the bluetooth tree
 2024-11-14  0:54 UTC 

[PATCH net-next 3/8] devlink: Extend devlink rate API with traffic classes bandwidth management
 2024-11-14  0:46 UTC  (4+ messages)

[PATCH ethtool-next] rxclass: Make output for RSS context action explicit
 2024-11-14  0:46 UTC  (10+ messages)

[PATCH net v6] net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hnodes
 2024-11-14  0:41 UTC  (9+ messages)

[PATCH net-next v19 00/10] net: Make timestamping selectable
 2024-11-14  0:39 UTC  (7+ messages)
` [PATCH net-next v19 03/10] ptp: Add phc source and helpers to register specific PTP clock or get information

[PATCH RESEND net 0/7] There are some bugfix for the HNS3 ethernet driver
 2024-11-14  0:31 UTC  (5+ messages)
` [PATCH RESEND net 3/7] net: hns3: Resolved the issue that the debugfs query result is inconsistent

[PATCH] Add string check in netlink_ack_tlv_fill
 2024-11-14  0:02 UTC  (2+ messages)

[PATCH net v1] ice: do not reserve resources for RDMA when disabled
 2024-11-14  0:00 UTC 

[PATCH net-next v4 0/7] enic: Use all the resources configured on VIC
 2024-11-13 23:56 UTC  (8+ messages)
` [PATCH net-next v4 1/7] enic: Create enic_wq/rq structures to bundle per wq/rq data
` [PATCH net-next v4 2/7] enic: Make MSI-X I/O interrupts come after the other required ones
` [PATCH net-next v4 3/7] enic: Save resource counts we read from HW
` [PATCH net-next v4 4/7] enic: Allocate arrays in enic struct based on VIC config
` [PATCH net-next v4 5/7] enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust way
` [PATCH net-next v4 6/7] enic: Move enic resource adjustments to separate function
` [PATCH net-next v4 7/7] enic: Move kdump check into enic_adjust_resources()

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-11-13 23:39 UTC  (9+ messages)

[PATCH v2 0/4] Add new headers for Hyper-V Dom0
 2024-11-13 23:32 UTC  (6+ messages)
` [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv

[PATCH net-next] dt-bindings: net: mdio-mux-gpio: Drop undocumented "marvell,reg-init"
 2024-11-13 23:14 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: sff,sfp: Fix "interrupts" property typo
 2024-11-13 22:58 UTC 

[PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
 2024-11-13 22:57 UTC 

[PATCH net-next] dt-bindings: net: dsa: microchip,ksz: Drop undocumented "id"
 2024-11-13 22:56 UTC 

[PATCH net v4 0/7] Double free fixes and NULL pointer checks
 2024-11-13 22:38 UTC  (3+ messages)
` [PATCH net v4 1/7] octeon_ep: Add checks to fix double free crashes

linux-next: duplicate patch in the net tree
 2024-11-13 22:10 UTC 

[PATCH net-next v2 0/8] net: lan969x: add RGMII support
 2024-11-13 21:11 UTC  (9+ messages)
` [PATCH net-next v2 1/8] net: sparx5: do some preparation work
` [PATCH net-next v2 2/8] net: sparx5: add function for RGMII port check
` [PATCH net-next v2 3/8] net: sparx5: use is_port_rgmii() throughout
` [PATCH net-next v2 4/8] net: sparx5: use phy_interface_mode_is_rgmii()
` [PATCH net-next v2 5/8] net: sparx5: verify RGMII speeds
` [PATCH net-next v2 6/8] net: lan969x: add RGMII registers
` [PATCH net-next v2 7/8] net: lan969x: add RGMII implementation
` [PATCH net-next v2 8/8] dt-bindings: net: sparx5: document RGMII MAC delays

[PATCH net] i40e: Fix handling changed priv flags
 2024-11-13 21:07 UTC 

[PATCH net-next v5 0/9] lib: packing: introduce and use (un)pack_fields
 2024-11-13 21:04 UTC  (4+ messages)
` [PATCH net-next v5 3/9] lib: packing: add pack_fields() and unpack_fields()

[PATCH V3 net-next 0/7] Support some features for the HIBMCGE driver
 2024-11-13 20:41 UTC  (7+ messages)
` [PATCH V3 net-next 5/7] net: hibmcge: Add pauseparam supported in this module

[RFC PATCH] devlink: Introduce rate domains
 2024-11-13 20:30 UTC  (11+ messages)
` [PATCH 01/10] [Cover Letter] "
` [PATCH 02/10] devlink: Remove unused param of devlink_rate_nodes_check
` [PATCH 03/10] devlink: Store devlink rates in a rate domain
` [PATCH 04/10] devlink: Serialize access to rate domains
` [PATCH 05/10] devlink: Introduce shared "
` [PATCH 06/10] devlink: Allow specifying parent device for rate commands
` [PATCH 07/10] devlink: Allow rate node parents from other devlinks
` [PATCH 08/10] net/mlx5: qos: Introduce shared esw qos domains
` [PATCH 09/10] net/mlx5: qos: Support cross-esw scheduling in qos.c
` [PATCH 10/10] net/mlx5: qos: Init shared devlink rate domain

[PATCH] samples: bpf: Remove unused variable
 2024-11-13 20:30 UTC  (2+ messages)

[PATCH 0/2] vmxnet3: Fix inconsistent DMA accesses
 2024-11-13 20:00 UTC  (3+ messages)
` [PATCH 1/2] vmxnet3: Fix inconsistent DMA accesses in vmxnet3_probe_device()
` [PATCH 2/2] vmxnet3: Remove adapter from DMA region

[PATCH net-next] net: sparx5: add missing lan969x Kconfig dependency
 2024-11-13 19:56 UTC  (2+ messages)

[PATCH net-next v8 0/2] binder: report txn errors via generic netlink
 2024-11-13 19:32 UTC  (3+ messages)
` [PATCH net-next v8 1/2] tools: ynl-gen: allow uapi headers in sub-dirs
` [PATCH net-next v8 2/2] binder: report txn errors via generic netlink

kernel tcp sockets stuck in FIN_WAIT1 after call tcp_close
 2024-11-13 18:56 UTC  (2+ 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).