netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-08 11:14:13 to 2024-01-09 03:20:11 UTC [more...]

[net-next PATCH] octeontx2-pf: Add support for offload tc with skbedit mark action
 2024-01-09  3:20 UTC  (2+ messages)

[net-next PATCH v9 0/5] net: phy: generic polarity + LED support for qca808x
 2024-01-09  3:14 UTC  (10+ messages)
` [net-next PATCH v9 1/5] dt-bindings: net: phy: Make LED active-low property common
` [net-next PATCH v9 2/5] dt-bindings: net: phy: Document LED inactive high impedance mode
` [net-next PATCH v9 3/5] net: phy: add support for PHY LEDs polarity modes
` [net-next PATCH v9 5/5] net: phy: at803x: add LED support for qca808x

[PATCH] net: tcp: accept old ack during closing
 2024-01-09  3:12 UTC 

[PATCH v3 0/2] StarFive DWMAC support for JH7100
 2024-01-09  3:08 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible

[pull request][net-next 00/15] mlx5 updates 2023-12-20
 2024-01-09  3:08 UTC  (19+ messages)
` [net-next 08/15] net/mlx5e: Create single netdev per SD group
` [net-next 10/15] net/mlx5e: Let channels be SD-aware
` [net-next 15/15] net/mlx5: Implement management PF Ethernet profile

[RFC 0/9] PCI: introduce the concept of power sequencing of PCIe devices
 2024-01-09  2:56 UTC  (7+ messages)
` [RFC 6/9] dt-bindings: vendor-prefixes: add a PCI prefix for Qualcomm Atheros

[PATCH v4 net-next 0/4] af_unix: Random improvements for GC
 2024-01-09  2:01 UTC  (2+ messages)

[PATCH net] MAINTAINERS: I don't want to review Renesas Ethernet Switch driver
 2024-01-09  1:50 UTC  (8+ messages)

[PATCH iproute2-rc 0/2] Bugfixes for rdmatool
 2024-01-09  1:36 UTC  (6+ messages)
` [PATCH iproute2-rc 2/2] rdma: Fix the error of accessing string variable outside the lifecycle

[PATCH iwl-net v3] idpf: avoid compiler padding in virtchnl2_ptype struct
 2024-01-09  1:32 UTC 

[RFC PATCH net-next v5 0/2] Abstract page from net stack
 2024-01-09  1:14 UTC  (3+ messages)
` [RFC PATCH net-next v5 1/2] net: introduce abstraction for network memory
` [RFC PATCH net-next v5 2/2] net: add netmem to skb_frag_t

[PATCH bpf-next 00/29] BPF token
 2024-01-09  0:07 UTC  (10+ messages)
` [PATCH bpf-next 03/29] bpf: introduce BPF token object

[PATCH bpf 1/2] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
 2024-01-08 23:24 UTC  (11+ messages)

[net-next] tcp: Avoid sending an erroneous RST due to RCU race
 2024-01-08 23:13 UTC 

[PATCH v3 0/4] Bluetooth: Improve retrying of connection attempts
 2024-01-08 22:46 UTC  (5+ messages)
` [PATCH v3 1/4] Bluetooth: Remove superfluous call to hci_conn_check_pending()
` [PATCH v3 2/4] Bluetooth: hci_event: Use HCI error defines instead of magic values
` [PATCH v3 3/4] Bluetooth: hci_conn: Only do ACL connections sequentially
` [PATCH v3 4/4] Bluetooth: Remove pending ACL connection attempts

[PATCH 0/5] netfs, cachefiles, 9p: Additional patches
 2024-01-08 22:31 UTC  (4+ messages)
` [PATCH 1/5] cachefiles: Fix __cachefiles_prepare_write()

[PATCH v3 0/4] Disconnect devices before rfkilling adapter
 2024-01-08 22:25 UTC  (4+ messages)

[PATCH net-next 00/10] Fix MODULE_DESCRIPTION() for net (p1)
 2024-01-08 21:49 UTC  (14+ messages)
` [PATCH net-next 01/10] net: fill in MODULE_DESCRIPTION()s for 8390
` [PATCH net-next 02/10] net: fill in MODULE_DESCRIPTION()s for SLIP
` [PATCH net-next 03/10] net: fill in MODULE_DESCRIPTION()s for HSR
` [PATCH net-next 04/10] net: fill in MODULE_DESCRIPTION()s for NFC
` [PATCH net-next 05/10] net: fill in MODULE_DESCRIPTION()s for Sun RPC
` [PATCH net-next 06/10] net: fill in MODULE_DESCRIPTION()s for ieee802154
` [PATCH net-next 07/10] net: fill in MODULE_DESCRIPTION()s for 6LoWPAN
` [PATCH net-next 08/10] net: fill in MODULE_DESCRIPTION()s for ds26522 module
` [PATCH net-next 09/10] net: fill in MODULE_DESCRIPTION()s for s2io
` [PATCH net-next 10/10] net: fill in MODULE_DESCRIPTION()s for PCS Layer

[net-next v3 2/3] net: wwan: t7xx: Add sysfs attribute for device state machine
 2024-01-08 21:37 UTC  (5+ messages)
` [net-next v3 3/3] net: wwan: t7xx: Add fastboot WWAN port

[PATCH bpf-next v2 00/15] Improvements for tracking scalars in the BPF verifier
 2024-01-08 20:52 UTC  (16+ messages)
` [PATCH bpf-next v2 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test
` [PATCH bpf-next v2 02/15] bpf: make infinite loop detection in is_state_visited() exact
` [PATCH bpf-next v2 03/15] selftests/bpf: check if imprecise stack spills confuse infinite loop detection
` [PATCH bpf-next v2 04/15] bpf: Make bpf_for_each_spilled_reg consider narrow spills
` [PATCH bpf-next v2 05/15] selftests/bpf: Add a test case for 32-bit spill tracking
` [PATCH bpf-next v2 06/15] bpf: Add the assign_scalar_id_before_mov function
` [PATCH bpf-next v2 07/15] bpf: Add the get_reg_width function
` [PATCH bpf-next v2 08/15] bpf: Assign ID to scalars on spill
` [PATCH bpf-next v2 09/15] selftests/bpf: Test assigning "
` [PATCH bpf-next v2 10/15] bpf: Track spilled unbounded scalars
` [PATCH bpf-next v2 11/15] selftests/bpf: Test tracking "
` [PATCH bpf-next v2 12/15] bpf: Preserve boundaries and track scalars on narrowing fill
` [PATCH bpf-next v2 13/15] selftests/bpf: Add test cases for "
` [PATCH bpf-next v2 14/15] bpf: Optimize state pruning for spilled scalars
` [PATCH bpf-next v2 15/15] selftests/bpf: states pruning checks for scalar vs STACK_{MISC,ZERO}

[PATCH net-next v3 00/19] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
 2024-01-08 20:49 UTC  (9+ messages)
` [PATCH net-next v3 13/19] net: ravb: Set config mode in ndo_open and reset mode in ndo_close
` [PATCH net-next v3 17/19] net: ravb: Return cached statistics if the interface is down
` [PATCH net-next v3 18/19] net: ravb: Do not apply RX CSUM settings to hardware "

[PATCH v2 0/4] Bluetooth: Improve retrying of connection attempts
 2024-01-08 20:46 UTC  (13+ messages)
` [PATCH v2 1/4] Bluetooth: Remove superfluous call to hci_conn_check_pending()
` [PATCH v2 2/4] Bluetooth: hci_event: Use HCI error defines instead of magic values
` [PATCH v2 3/4] Bluetooth: hci_conn: Only do ACL connections sequentially
` [PATCH v2 4/4] Bluetooth: Remove pending ACL connection attempts

[PATCH v2 0/4] Power off HCI devices before rfkilling them
 2024-01-08 19:50 UTC  (2+ messages)

[PATCH v5] can: virtio: Initial virtio CAN driver
 2024-01-08 19:34 UTC  (2+ messages)

[PATCH v2] net: stmmac: dwmac-qcom-ethqos: Add support for 2.5G SGMII
 2024-01-08 19:30 UTC  (2+ messages)

[PATCH net-next v5 2/2] ptp: add FemtoClock3 Wireless as ptp hardware clock
 2024-01-08 19:27 UTC  (5+ messages)

[PATCH net-next 1/2] net/ipv6: Remove unnecessary pr_debug() logs
 2024-01-08 19:20 UTC  (3+ messages)
` [PATCH net-next 2/2] net/ipv6: resolve warning in ip6_fib.c

[PATCH] can: bcm: add recvmsg flags for own, local and remote traffic
 2024-01-08 18:57 UTC  (2+ messages)

[PATCH net-next] net: ipv6/addrconf: make regen_advance independent of retrans time
 2024-01-08 18:52 UTC  (2+ messages)

syslog spam: TCP segment has incorrect auth options set
 2024-01-08 18:51 UTC  (5+ messages)

[GIT PULL] hardening updates for v6.8-rc1
 2024-01-08 18:20 UTC 

Kernel 6.7.0 intel i40e driver not build
 2024-01-08 18:11 UTC  (4+ messages)

[PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-08 17:52 UTC  (3+ messages)

[ANNOUNCE] iproute2 6.7.0 release
 2024-01-08 17:47 UTC 

[PATCH] lnstat: Fix deref of null in print_json() function
 2024-01-08 17:40 UTC  (2+ messages)

[PATCH] iphase: Adding a null pointer check
 2024-01-08 17:28 UTC  (2+ messages)

[PATCH] maketable: Add check for ZERO for variable sigma2
 2024-01-08 17:27 UTC  (2+ messages)

[PATCH] net: sfp: add fixup for tplink 2.5gbase-t rj45 modules
 2024-01-08 17:03 UTC  (3+ messages)

[PATCH net-next 0/6] remove page frag implementation in vhost_net
 2024-01-08 16:25 UTC  (13+ messages)
` [PATCH net-next 2/6] page_frag: unify gfp bits for order 3 page allocation
` [PATCH net-next 3/6] mm/page_alloc: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

[PATCH RFC net-next 00/34] Christmas 3-serie XDP for idpf (+generic stuff)
 2024-01-08 16:17 UTC  (10+ messages)
` [PATCH RFC net-next 01/34] idpf: reuse libie's definitions of parsed ptype structures
` [PATCH RFC net-next 05/34] idpf: convert header split mode to libie + napi_build_skb()

[PATCH v4 0/5] support ipq5332 platform
 2024-01-08 15:53 UTC  (10+ messages)

[PATCH net-next] tcp: Revert no longer abort SYN_SENT when receiving some ICMP
 2024-01-08 15:52 UTC  (2+ messages)

[PATCH net-next 0/5] ethtool: add support for EEE linkmodes beyond bit 32
 2024-01-08 15:38 UTC  (6+ messages)
` [PATCH net-next 1/5] ethtool: add struct ethtool_keee and extend struct ethtool_eee

[PATCH iwl-net v2] idpf: avoid compiler padding in virtchnl2_ptype struct
 2024-01-08 15:30 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] [v2] net/mlx5e: fix a double-free in arfs_create_groups
 2024-01-08 15:26 UTC 

[PATCH net-next] net/ipv6: resolve warning in ip6_fib.c
 2024-01-08 15:17 UTC  (3+ messages)

[PATCH net] ethtool: netlink: Add missing ethnl_ops_begin/complete
 2024-01-08 15:17 UTC 

[PATCH] net: stmmac: protect statistics updates with a spinlock
 2024-01-08 15:12 UTC  (12+ messages)

[PATCH net v3 0/1] Prevent DSA tags from breaking COE
 2024-01-08 14:36 UTC  (6+ messages)
` [PATCH net v3 1/1] net: stmmac: "
    ` [PATCH net v3 1/1] net: stmmac: Prevent DSA tags from breaking C

[PATCH net-next v3 0/8] net: dsa: realtek: variants to drivers, interfaces to a common module
 2024-01-08 14:31 UTC  (9+ messages)
` [PATCH net-next v3 3/8] net: dsa: realtek: common realtek-dsa module
` [PATCH net-next v3 4/8] net: dsa: realtek: merge common and interface modules into realtek-dsa
` [PATCH net-next v3 5/8] net: dsa: realtek: get internal MDIO node by name
` [PATCH net-next v3 6/8] net: dsa: realtek: migrate user_mii_bus setup to realtek-dsa

[PATCH v4 net-next 0/5] net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY
 2024-01-08 14:31 UTC  (14+ messages)
` [PATCH v4 net-next 1/5] net: phy: Add BaseT1 auto-negotiation constants
` [PATCH v4 net-next 4/5] net: phy: marvell-88q2xxx: fix typos
` [PATCH v4 net-next 5/5] net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY

[PATCH net-next v4 0/8] add octeon_ep_vf driver
 2024-01-08 14:03 UTC  (10+ messages)
` [PATCH net-next v4 1/8] octeon_ep_vf: Add driver framework and device initialization
` [PATCH net-next v4 2/8] octeon_ep_vf: add hardware configuration APIs
` [PATCH net-next v4 3/8] octeon_ep_vf: add VF-PF mailbox communication
` [PATCH net-next v4 4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup
` [PATCH net-next v4 5/8] octeon_ep_vf: add support for ndo ops
` [PATCH net-next v4 6/8] octeon_ep_vf: add Tx/Rx processing and interrupt support
` [PATCH net-next v4 7/8] octeon_ep_vf: add ethtool support
` [PATCH net-next v4 8/8] octeon_ep_vf: update MAINTAINERS

[net-next PATCH RFC v3 0/8] net: phy: Support DT PHY package
 2024-01-08 13:19 UTC  (6+ messages)
` [net-next PATCH RFC v3 1/8] dt-bindings: net: document ethernet PHY package nodes

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-01-08 13:13 UTC  (9+ messages)

[RFC net-next 0/2] net: dsa: realtek: fix LED support for rtl8366rb
 2024-01-08 13:09 UTC  (5+ messages)

[PATCH v5 iwl-next 0/6] ice: fix timestamping in reset process
 2024-01-08 12:47 UTC  (7+ messages)
` [PATCH v5 iwl-next 1/6] ice: introduce PTP state machine
` [PATCH v5 iwl-next 2/6] ice: pass reset type to PTP reset functions
` [PATCH v5 iwl-next 3/6] ice: rename verify_cached to has_ready_bitmap
` [PATCH v5 iwl-next 4/6] ice: rename ice_ptp_tx_cfg_intr
` [PATCH v5 iwl-next 5/6] ice: factor out ice_ptp_rebuild_owner()
` [PATCH v5 iwl-next 6/6] ice: stop destroying and reinitalizing Tx tracker during reset

[PATCH net-next] net: dsa: mt7530: support OF-based registration of switch MDIO bus
 2024-01-08 12:34 UTC  (7+ messages)

[PATCH AUTOSEL 4.14] nfc: Do not send datagram if socket state isn't LLCP_BOUND
 2024-01-08 12:29 UTC 

[PATCH AUTOSEL 4.19 1/2] nfc: Do not send datagram if socket state isn't LLCP_BOUND
 2024-01-08 12:29 UTC 

[PATCH AUTOSEL 5.4 1/2] nfc: Do not send datagram if socket state isn't LLCP_BOUND
 2024-01-08 12:29 UTC 

[PATCH AUTOSEL 5.10 1/3] nfc: Do not send datagram if socket state isn't LLCP_BOUND
 2024-01-08 12:28 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 2/3] net: qrtr: ns: Return 0 if server port is not present

[PATCH AUTOSEL 5.15 1/3] nfc: Do not send datagram if socket state isn't LLCP_BOUND
 2024-01-08 12:28 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 2/3] net: qrtr: ns: Return 0 if server port is not present

[PATCH AUTOSEL 6.1 2/5] nfc: Do not send datagram if socket state isn't LLCP_BOUND
 2024-01-08 12:28 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 3/5] net: qrtr: ns: Return 0 if server port is not present

[PATCH AUTOSEL 6.6 2/8] nfc: Do not send datagram if socket state isn't LLCP_BOUND
 2024-01-08 12:27 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 3/8] net: qrtr: ns: Return 0 if server port is not present
` [PATCH AUTOSEL 6.6 4/8] connector: Fix proc_event_num_listeners count not cleared

[PATCH] neighbour: purge nf_bridged skb from foreign device neigh
 2024-01-08 11:26 UTC  (3+ messages)

[PATCH net v3] net: ethtool: do runtime PM outside RTNL
 2024-01-08 11:18 UTC  (11+ 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).