netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-01 16:35:04 to 2023-12-02 00:28:45 UTC [more...]

netif_carrier_on() race
 2023-12-02  0:28 UTC  (3+ messages)
` [PATCH wireless-next 0/3] netlink carrier race workaround

[PATCH ipsec-next v3 0/9] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-02  0:20 UTC  (20+ messages)
` [PATCH ipsec-next v3 1/9] bpf: xfrm: "
` [PATCH ipsec-next v3 2/9] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
` [PATCH ipsec-next v3 3/9] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
  ` [devel-ipsec] "
` [PATCH ipsec-next v3 4/9] bpf: selftests: test_loader: Support __btf_path() annotation
` [PATCH ipsec-next v3 5/9] libbpf: selftests: Add verifier tests for CO-RE bitfield writes
` [PATCH ipsec-next v3 6/9] bpf: selftests: test_tunnel: Setup fresh topology for each subtest
` [PATCH ipsec-next v3 7/9] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH ipsec-next v3 8/9] bpf: selftests: Move xfrm tunnel test to test_progs
` [PATCH ipsec-next v3 9/9] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH iwl-next v1] ice: Add support for devlink loopback param
 2023-12-01 23:59 UTC 

[net-next PATCH v11 00/11] Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support)
 2023-12-01 23:56 UTC  (13+ messages)
` [net-next PATCH v11 01/11] netdev-genl: spec: Extend netdev netlink spec in YAML for queue
` [net-next PATCH v11 02/11] net: Add queue and napi association
` [net-next PATCH v11 03/11] ice: Add support in the driver for associating queue with napi
` [net-next PATCH v11 04/11] netdev-genl: Add netlink framework functions for queue
` [net-next PATCH v11 05/11] netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI
` [net-next PATCH v11 06/11] netdev-genl: Add netlink framework functions for napi
` [net-next PATCH v11 07/11] netdev-genl: spec: Add irq in netdev netlink YAML spec
` [net-next PATCH v11 08/11] net: Add NAPI IRQ support
` [net-next PATCH v11 09/11] netdev-genl: spec: Add PID in netdev netlink YAML spec
` [net-next PATCH v11 10/11] netdev-genl: Add PID for the NAPI thread
` [net-next PATCH v11 11/11] eth: bnxt: link NAPI instances to queues and IRQs

[PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-12-01 23:54 UTC  (5+ messages)
` [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call

[PATCH net-next] ipv4: Use READ/WRITE_ONCE() for IP local_port_range
 2023-12-01 23:45 UTC  (2+ messages)

BUG: igc: Unable to select 100 Mbps speed mode
 2023-12-01 23:40 UTC  (2+ messages)

[PATCH 0/6] VMware hypercalls enhancements
 2023-12-01 23:24 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] x86/vmware: Move common macros to vmware.h
  ` [PATCH v2 2/6] x86/vmware: Introduce vmware_hypercall API
  ` [PATCH v2 3/6] ptp/vmware: Use "
  ` [PATCH v2 4/6] input/vmmouse: "
  ` [PATCH v2 5/6] drm/vmwgfx: "
  ` [PATCH v2 6/6] x86/vmware: Add TDX hypercall support

[syzbot] [net?] INFO: rcu detected stall in sys_socket (10)
 2023-12-01 23:16 UTC  (6+ messages)
` Fwd: "

[PATCH net v2] packet: Move reference count in packet_sock to atomic_long_t
 2023-12-01 23:02 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs
 2023-12-01 23:00 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: sched: Move drop_reason to struct tc_skb_cb
` [PATCH net-next v2 2/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs
` [PATCH net-next v2 3/3] net: sched: Add initial TC error skb drop reasons

[PATCH] net: mdio: enable optional clock when registering a phy from devicetree
 2023-12-01 22:41 UTC  (3+ messages)

[PATCH net-next 00/15] bnxt_en: Support new 5760X P7 devices
 2023-12-01 22:39 UTC  (16+ messages)
` [PATCH net-next 01/15] bnxt_en: Fix backing store V2 logic
` [PATCH net-next 02/15] bnxt_en: Update firmware interface to 1.10.3.15
` [PATCH net-next 03/15] bnxt_en: Define basic P7 macros
` [PATCH net-next 04/15] bnxt_en: Consolidate DB offset calculation
` [PATCH net-next 05/15] bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chips
` [PATCH net-next 06/15] bnxt_en: Refactor RSS capability fields
` [PATCH net-next 07/15] bnxt_en: Add new P7 hardware interface definitions
` [PATCH net-next 08/15] bnxt_en: Refactor RX VLAN acceleration logic
` [PATCH net-next 09/15] bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end()
` [PATCH net-next 10/15] bnxt_en: Add support for new RX and TPA_START completion types for P7
` [PATCH net-next 11/15] bnxt_en: Refactor ethtool speeds logic
` [PATCH net-next 12/15] bnxt_en: Support new firmware link parameters
` [PATCH net-next 13/15] bnxt_en: Support force speed using the new HWRM fields
` [PATCH net-next 14/15] bnxt_en: Report the new ethtool link modes in the new firmware interface
` [PATCH net-next 15/15] bnxt_en: Add 5760X (P7) PCI IDs

[PATCH] leds: trigger: netdev: skip setting baseline state in activate if hw-controlled
 2023-12-01 22:32 UTC  (5+ messages)

[PATCH 0/2] net: phy: micrel: additional clock handling
 2023-12-01 22:21 UTC  (7+ messages)
` [PATCH 1/2] net: phy: micrel: use devm_clk_get_optional_enabled for the rmii-ref clock
` [PATCH 2/2] net: phy: micrel: allow usage of generic ethernet-phy clock

UNIX(7)
 2023-12-01 22:07 UTC  (2+ messages)

[PATCH v2] leds: trigger: netdev: fix RTNL handling to prevent potential deadlock
 2023-12-01 21:57 UTC  (2+ messages)

[PATCH net-next v4] tcp: Dump bound-only sockets in inet_diag
 2023-12-01 21:23 UTC  (4+ messages)

[PATCH bpf v2 0/2] bpf fix for unconnect af_unix socket
 2023-12-01 21:14 UTC  (4+ messages)
` [PATCH bpf v2 1/2] bpf: syzkaller found null ptr deref in unix_bpf proto add
` [PATCH bpf v2 2/2] bpf: sockmap, test for unconnected af_unix sock

[PATCH iwl-next v1] idpf: refactor some missing field get/prep conversions
 2023-12-01 20:43 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH net-next 0/4] net/sched: conditional notification of events for cls and act
 2023-12-01 20:43 UTC  (5+ messages)
` [PATCH net-next 1/4] rtnl: add helper to check if rtnl group has listeners
` [PATCH net-next 2/4] net/sched: add helper to check if a notification is needed
` [PATCH net-next 3/4] net/sched: act_api: conditional notification of events
` [PATCH net-next 4/4] net/sched: cls_api: "

[PATCH v2] net: usb: ax88179_178a: avoid failed operations when device is disconnected
 2023-12-01 20:14 UTC  (3+ messages)
` [PATCH v3] "

[PATCH ipsec-next v2 0/6] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-01 20:05 UTC  (7+ messages)
` [PATCH ipsec-next v2 3/6] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro

[PATCH RFC net-next v4 0/2] selftests/dpll: DPLL subsystem integration tests
 2023-12-01 20:03 UTC  (8+ messages)
` [PATCH RFC net-next v4 2/2] selftests/dpll: add DPLL system integration selftests

[PATCH v2 0/3] net: usb: r8152: Fix lost config across deauthorize+authorize
 2023-12-01 19:30 UTC  (6+ messages)
` [PATCH v2 1/3] usb: core: Don't force USB generic_subclass drivers to define probe()
` [PATCH v2 2/3] usb: core: Allow subclassed USB drivers to override usb_choose_configuration()
` [PATCH net v2 3/3] r8152: Choose our USB config with choose_configuration() rather than probe()

[syzbot] Monthly wireless report (Nov 2023)
 2023-12-01 18:49 UTC 

[PATCH v1] neighbour: Don't let neigh_forced_gc() disable preemption for long
 2023-12-01 18:40 UTC  (8+ messages)

[PATCH net-next RFC v5 0/4] net/sched: Introduce tc block ports tracking and use
 2023-12-01 18:45 UTC  (12+ messages)
` [PATCH net-next RFC v5 4/4] net/sched: act_blockcast: Introduce blockcast tc action

[PATCH] netlink: Return unsigned value for nla_len()
 2023-12-01 18:45 UTC  (4+ messages)

[PATCH] usb: core: Save the config when a device is deauthorized+authorized
 2023-12-01 18:32 UTC  (3+ messages)

[PATCH v3 net-next] packet: add a generic drop reason for receive
 2023-12-01 18:32 UTC 

[PATCH v2 net-next] packet: add a generic drop reason for receive
 2023-12-01 18:30 UTC  (4+ messages)

[PATCH net-next v9 00/15] Introducing P4TC
 2023-12-01 18:29 UTC  (16+ messages)
` [PATCH net-next v9 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH net-next v9 02/15] net/sched: act_api: increase action kind string length
` [PATCH net-next v9 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH net-next v9 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v9 05/15] net: sched: act_api: Add support for preallocated P4 action instances
` [PATCH net-next v9 06/15] net: introduce rcu_replace_pointer_rtnl
` [PATCH net-next v9 07/15] rtnl: add helper to check if group has listeners
` [PATCH net-next v9 08/15] p4tc: add P4 data types
` [PATCH net-next v9 09/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v9 10/15] p4tc: add action template create, update, delete, get, flush and dump
` [PATCH net-next v9 11/15] p4tc: add P4 action runtime support
` [PATCH net-next v9 12/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH net-next v9 13/15] p4tc: add runtime table entry create, update, get, delete, "
` [PATCH net-next v9 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v9 15/15] p4tc: add P4 classifier

[PATCH] net: mdio: replace deprecated strncpy with strscpy
 2023-12-01 18:22 UTC  (4+ messages)

[PATCH] qlcnic: replace deprecated strncpy with strscpy
 2023-12-01 18:21 UTC  (4+ messages)

[PATCH] net: ena: replace deprecated strncpy with strscpy
 2023-12-01 18:20 UTC  (4+ messages)

[PATCH net] net: phylink: set phy_state interface when attaching SFP
 2023-12-01 18:19 UTC  (3+ messages)

[PATCH v2] net: dsa: lan9303: use ethtool_sprintf() for lan9303_get_strings()
 2023-12-01 18:19 UTC  (4+ messages)

[PATCH net-next v2 0/4] net/sched: act_api: contiguous action arrays
 2023-12-01 18:12 UTC  (10+ messages)
` [PATCH net-next v2 1/4] net/sched: act_api: use tcf_act_for_each_action
` [PATCH net-next v2 2/4] net/sched: act_api: avoid non-contiguous action array
` [PATCH net-next v2 3/4] net/sched: act_api: stop loop over ops array on NULL in tcf_action_init
` [PATCH net-next v2 4/4] net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_many

[PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2023-12-01 (ice)
 2023-12-01 18:08 UTC  (7+ messages)
` [PATCH net-next 1/6] ice: read internal temperature sensor
` [PATCH net-next 2/6] ice: add CGU info to devlink info callback
` [PATCH net-next 3/6] ice: Improve logs for max ntuple errors
` [PATCH net-next 4/6] ice: Re-enable timestamping correctly after reset
` [PATCH net-next 5/6] ice: periodically kick Tx timestamp interrupt
` [PATCH net-next 6/6] ice: Rename E822 to E82X

[patch net-next v3] docs: netlink: add NLMSG_DONE message format for doit actions
 2023-12-01 18:01 UTC 

[patch net-next v2] docs: netlink: add NLMSG_DONE message format for doit actions
 2023-12-01 18:01 UTC  (3+ messages)

[PATCH 00/14] renesas: rzg3s: Add support for Ethernet
 2023-12-01 17:35 UTC  (9+ messages)
` [PATCH 06/14] pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups
` [PATCH 07/14] pinctrl: renesas: rzg2l: Add support to select power source for Ethernet pins
` [PATCH 08/14] pinctrl: renesas: rzg2l: Add output enable support
` [PATCH 10/14] arm64: renesas: r9a08g045: Add Ethernet nodes

[PATCH net-next 0/3] net: mvmdio: Performance related improvements
 2023-12-01 17:35 UTC  (4+ messages)
` [PATCH net-next 1/3] arm64: dts: marvell: cp11x: Provide clock names for MDIO controllers
` [PATCH net-next 2/3] net: mvmdio: Avoid excessive sleeps in polled mode
` [PATCH net-next 3/3] net: mvmdio: Support setting the MDC frequency on XSMI controllers

[PATCH net-next 0/4] net/sched: act_api: contiguous action arrays
 2023-12-01 17:34 UTC  (3+ messages)

[PATCH v3] net: usb: ax88179_178a: avoid failed operations when device is disconnected
 2023-12-01 17:27 UTC  (2+ messages)

[PATCH net 0/7] ionic: small driver fixes
 2023-12-01 17:20 UTC  (3+ messages)

[PATCH mlx5-next 0/5] Expose c0 and SW encap ICM for RDMA
 2023-12-01 17:15 UTC  (4+ messages)
` [PATCH mlx5-next 2/5] net/mlx5: Manage ICM type of SW encap

[PATCH net-next v2 0/8] net: Add support for Power over Ethernet (PoE)
 2023-12-01 17:10 UTC  (9+ messages)
` [PATCH net-next v2 1/8] net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct pse_control_config
` [PATCH net-next v2 2/8] ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDL
` [PATCH net-next v2 3/8] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v2 4/8] net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
` [PATCH net-next v2 5/8] netlink: specs: Modify pse attribute prefix
` [PATCH net-next v2 6/8] netlink: specs: Expand the pse netlink command with PoE interface
` [PATCH net-next v2 7/8] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
` [PATCH net-next v2 8/8] net: pse-pd: Add PD692x0 PSE controller driver

Does skb_metadata_differs really need to stop GRO aggregation?
 2023-12-01 17:09 UTC  (10+ messages)

[PATCH v3] net/tg3: fix race condition in tg3_reset_task()
 2023-12-01 16:50 UTC  (3+ messages)
` [PATCH v4] "

[RFC PATCH net-next v3 00/13] Introduce PHY listing and link_topology tracking
 2023-12-01 16:37 UTC  (14+ messages)
` [RFC PATCH net-next v3 01/13] net: phy: Introduce ethernet link topology representation
` [RFC PATCH net-next v3 02/13] net: sfp: pass the phy_device when disconnecting an sfp module's PHY
` [RFC PATCH net-next v3 03/13] net: phy: add helpers to handle sfp phy connect/disconnect
` [RFC PATCH net-next v3 04/13] net: sfp: Add helper to return the SFP bus name
` [RFC PATCH net-next v3 05/13] net: ethtool: Allow passing a phy index for some commands
` [RFC PATCH net-next v3 06/13] netlink: specs: add phy-index as a header parameter
` [RFC PATCH net-next v3 07/13] net: ethtool: Introduce a command to list PHYs on an interface
` [RFC PATCH net-next v3 08/13] netlink: specs: add ethnl PHY_GET command set
` [RFC PATCH net-next v3 09/13] net: ethtool: plca: Target the command to the requested PHY
` [RFC PATCH net-next v3 10/13] net: ethtool: pse-pd: "
` [RFC PATCH net-next v3 11/13] net: ethtool: cable-test: "
` [RFC PATCH net-next v3 12/13] net: ethtool: strset: Allow querying phy stats by index
` [RFC PATCH net-next v3 13/13] Documentation: networking: document phy_link_topology

[PATCH net-next v3 0/7] net/smc: implement SMCv2.1 virtual ISM device support
 2023-12-01 16:31 UTC  (3+ messages)
` [PATCH net-next v3 4/7] net/smc: define a reserved CHID range for virtual ISM devices

[PATCH bpf 0/2] bpf fix for unconnect af_unix socket
 2023-12-01 16:35 UTC  (4+ messages)
` [PATCH bpf 2/2] bpf: sockmap, test for unconnected af_unix sock


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