netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-30 15:51:38 to 2022-12-01 00:20:07 UTC [more...]

[Patch net-next v1 00/12] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2022-12-01  0:17 UTC  (6+ messages)
` [Patch net-next v1 01/12] net: dsa: microchip: ptp: add the posix clock support

[PATCH bpf-next v3 00/11] xdp: hints via kfuncs
 2022-12-01  0:16 UTC  (5+ messages)
` [xdp-hints] "
    ` [xdp-hints] "

[RFC PATCH net-next 00/19] pds core and vdpa drivers
 2022-12-01  0:12 UTC  (12+ messages)
` [RFC PATCH net-next 08/19] pds_core: initial VF configuration

[PATCH bpf v3 0/4] bpf, sockmap: Fix some issues with using apply_bytes
 2022-12-01  0:10 UTC  (2+ messages)

"WARNING: inconsistent lock state, inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage." with netconsole on (kernel 6.1.0-rc7)
 2022-11-30 23:36 UTC 

[PATCH rcu 14/16] rxrpc: Use call_rcu_hurry() instead of call_rcu()
 2022-11-30 23:15 UTC  (20+ messages)
` [PATCH rcu 15/16] net: Use call_rcu_hurry() for dst_release()
` [PATCH rcu 16/16] net: devinet: Reduce refcount before grace period

[PATCH] net: atlantic: fix check for invalid ethernet addresses
 2022-11-30 23:12 UTC  (8+ messages)

[RFC hid v1 00/10] HID-BPF: add support for in-tree BPF programs
 2022-11-30 23:05 UTC  (3+ messages)
` [RFC hid v1 01/10] bpftool: generate json output of skeletons

[PATCH net-next] sctp: delete free member from struct sctp_sched_ops
 2022-11-30 23:04 UTC 

Help on PHY not supporting autoneg
 2022-11-30 22:59 UTC  (3+ messages)

[PATCH net-next v2 0/4] tsnep: Throttle interrupts, RX buffer allocation and ethtool_get_channels()
 2022-11-30 22:53 UTC  (8+ messages)
` [PATCH net-next v2 1/4] tsnep: Consistent naming of struct net_device
` [PATCH net-next v2 2/4] tsnep: Add ethtool::get_channels support
` [PATCH net-next v2 3/4] tsnep: Throttle interrupts
` [PATCH net-next v2 4/4] tsnep: Rework RX buffer allocation

[PATCH] net: dsa: ksz: Check proper trim in ksz_common_rcv()
 2022-11-30 22:53 UTC  (4+ messages)
` [PATCH v2] net: dsa: Check return value from skb_trim_rcsum()

[PATCH bpf-next v3 02/11] bpf: XDP metadata RX kfuncs
 2022-11-30 22:49 UTC  (3+ messages)

[PATCH net-next] r8169: enable GRO software interrupt coalescing per default
 2022-11-30 22:33 UTC  (3+ messages)

[PATCH net-next 0/2] net: add and use netdev_sw_irq_coalesce_default_on()
 2022-11-30 22:30 UTC  (3+ messages)
` [PATCH net-next 1/2] net: add netdev_sw_irq_coalesce_default_on()
` [PATCH net-next 2/2] r8169: enable GRO software interrupt coalescing per default

[PATCH bpf-next v3 10/11] mlx5: Support RX XDP metadata
 2022-11-30 22:29 UTC  (2+ messages)

[PATCH net] net: devlink: fix UAF in devlink_compat_running_version()
 2022-11-30 22:25 UTC  (23+ messages)

[PATCH] Ensure check of nlmsg length is performed before actual access
 2022-11-30 22:17 UTC  (2+ messages)

[PATCH 00/24] Split page pools from struct page
 2022-11-30 22:08 UTC  (25+ messages)
` [PATCH 01/24] netmem: Create new type
` [PATCH 02/24] netmem: Add utility functions
` [PATCH 03/24] page_pool: Add netmem_set_dma_addr() and netmem_get_dma_addr()
` [PATCH 04/24] page_pool: Convert page_pool_release_page() to page_pool_release_netmem()
` [PATCH 05/24] page_pool: Start using netmem in allocation path
` [PATCH 06/24] page_pool: Convert page_pool_return_page() to page_pool_return_netmem()
` [PATCH 07/24] page_pool: Convert __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH 08/24] page_pool: Convert pp_alloc_cache to contain netmem
` [PATCH 09/24] page_pool: Convert page_pool_defrag_page() to page_pool_defrag_netmem()
` [PATCH 10/24] page_pool: Convert page_pool_put_defragged_page() to netmem
` [PATCH 11/24] page_pool: Convert page_pool_empty_ring() to use netmem
` [PATCH 12/24] page_pool: Convert page_pool_alloc_pages() to page_pool_alloc_netmem()
` [PATCH 13/24] page_pool: Convert page_pool_dma_sync_for_device() to take a netmem
` [PATCH 14/24] page_pool: Convert page_pool_recycle_in_cache() to netmem
` [PATCH 15/24] page_pool: Remove page_pool_defrag_page()
` [PATCH 16/24] page_pool: Use netmem in page_pool_drain_frag()
` [PATCH 17/24] page_pool: Convert page_pool_return_skb_page() to use netmem
` [PATCH 18/24] page_pool: Convert frag_page to frag_nmem
` [PATCH 19/24] xdp: Convert to netmem
` [PATCH 20/24] mm: Remove page pool members from struct page
` [PATCH 21/24] netmem_to_virt
` [PATCH 22/24] page_pool: Pass a netmem to init_callback()
` [PATCH 23/24] net: Add support for netmem in skb_frag
` [PATCH 24/24] mvneta: Convert to netmem

[PATCH] Consistent use of local `nlmsg_chain` variable `ipaddr_list_flush_or_save`
 2022-11-30 22:02 UTC 

[PATCH] net: dsa: fix NULL pointer dereference in seq_match()
 2022-11-30 22:01 UTC  (2+ messages)

[PATCH bpf-next 0/7] selftests/bpf: Remove unnecessary mount/umount dance
 2022-11-30 22:00 UTC  (2+ messages)

[PATCH] wifi: ieee80211: Do not open-code qos address offsets
 2022-11-30 21:26 UTC 

[RFC][PATCH 0/2] LIN support for Linux
 2022-11-30 21:02 UTC  (4+ messages)

[PATCH net-next v4] dsa: lan9303: Add 3 ethtool stats
 2022-11-30 20:56 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] xdp: hints via kfuncs
 2022-11-30 20:17 UTC  (5+ messages)
` [PATCH bpf-next v2 2/8] bpf: XDP metadata RX kfuncs

[PATCH net-next 1/2] Documentation: bonding: update miimon default to 100
 2022-11-30 20:12 UTC  (2+ messages)
` [PATCH net-next 2/2] Documentation: bonding: correct xmit hash steps

[v3][net-next][PATCH 0/1] net: phy: Add link between phy dev and mac dev
 2022-11-30 20:11 UTC  (4+ messages)
` [v3][net-next][PATCH 1/1] "

arm64: allmodconfig: BUG: KCSAN: data-race in p9_client_cb / p9_client_rpc
 2022-11-30 20:04 UTC  (4+ messages)

[PATCH v2 1/2] kasan: allow sampling page_alloc allocations for HW_TAGS
 2022-11-30 19:51 UTC  (3+ messages)

[PATCH net-next 00/14][pull request] Intel Wired LAN Driver Updates 2022-11-30 (ice)
 2022-11-30 19:43 UTC  (15+ messages)
` [PATCH net-next 01/14] ice: Use more generic names for ice_ptp_tx fields
` [PATCH net-next 02/14] ice: Remove the E822 vernier "bypass" logic
` [PATCH net-next 03/14] ice: Reset TS memory for all quads
` [PATCH net-next 04/14] ice: fix misuse of "link err" with "link status"
` [PATCH net-next 05/14] ice: always call ice_ptp_link_change and make it void
` [PATCH net-next 06/14] ice: handle discarding old Tx requests in ice_ptp_tx_tstamp
` [PATCH net-next 07/14] ice: check Tx timestamp memory register for ready timestamps
` [PATCH net-next 08/14] ice: protect init and calibrating fields with spinlock
` [PATCH net-next 09/14] ice: disable Tx timestamps while link is down
` [PATCH net-next 10/14] ice: cleanup allocations in ice_ptp_alloc_tx_tracker
` [PATCH net-next 11/14] ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstamp
` [PATCH net-next 12/14] ice: only check set bits in ice_ptp_flush_tx_tracker
` [PATCH net-next 13/14] ice: make Tx and Rx vernier offset calibration independent
` [PATCH net-next 14/14] ice: reschedule ice_ptp_wait_for_offset_valid during reset

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-11-30 (e1000e, igb)
 2022-11-30 19:42 UTC  (3+ messages)
` [PATCH net 1/2] e1000e: Fix TX dispatch condition
` [PATCH net 2/2] igb: Allocate MSI-X vector when testing

[PATCH net-next] net/mlx5: remove NULL check before dev_{put, hold}
 2022-11-30 19:13 UTC  (4+ messages)

[PATCH ipsec-next 0/3] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-11-30 19:10 UTC  (6+ messages)
` [PATCH ipsec-next 2/3] xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPF

[PATCH net-next v3] dsa: lan9303: Add 3 ethtool stats
 2022-11-30 18:50 UTC  (9+ messages)

[PATCH ipsec-next,v2 0/3] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-11-30 18:48 UTC  (6+ messages)
` [PATCH ipsec-next,v2 2/3] xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPF
` [PATCH ipsec-next,v2 3/3] selftests/bpf: add xfrm_info tests

[PATCH 0/5] remove label = "cpu" from DSA dt-binding
 2022-11-30 18:40 UTC  (5+ messages)
` [PATCH 3/5] arm64: dts: "

[PATCH net-next] net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phy
 2022-11-30 18:19 UTC  (5+ messages)

[PATCH v2 0/5] Add GMAC support for S32 SoC family
 2022-11-30 18:14 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: net: add schema for NXP S32CC dwmac glue driver

[PATCH/RFC net-next] tc: allow drivers to accept gact with PIPE when offloading
 2022-11-30 18:05 UTC  (11+ messages)

[PATCH net-next v2] net: devlink: add DEVLINK_INFO_VERSION_GENERIC_FW_BOOTLOADER
 2022-11-30 17:52 UTC  (5+ messages)

[PATCH v5 0/7] can: etas_es58x: report firmware, bootloader and hardware version
 2022-11-30 17:46 UTC  (8+ messages)
  ` [PATCH v5 1/7] can: etas_es58x: add devlink support
  ` [PATCH v5 2/7] can: etas_es58x: add devlink port support
  ` [PATCH v5 3/7] USB: core: export usb_cache_string()
  ` [PATCH v5 4/7] net: devlink: add DEVLINK_INFO_VERSION_GENERIC_FW_BOOTLOADER
  ` [PATCH v5 5/7] can: etas_es58x: export product information through devlink_ops::info_get()
  ` [PATCH v5 6/7] can: etas_es58x: remove es58x_get_product_info()
  ` [PATCH v5 7/7] Documentation: devlink: add devlink documentation for the etas_es58x driver

[PATCH 00/15] can: m_can: Optimizations for tcan and peripheral chips
 2022-11-30 17:21 UTC  (5+ messages)
` [PATCH 02/15] can: m_can: Wakeup net queue once tx was issued
` [PATCH 04/15] can: m_can: Use transmit event FIFO watermark level interrupt

[PATCH net-next 00/35] rxrpc: Increasing SACK size and moving away from softirq, parts 2 & 3
 2022-11-30 16:59 UTC  (36+ messages)
` [PATCH net-next 01/35] rxrpc: Implement an in-kernel rxperf server for testing purposes
` [PATCH net-next 02/35] rxrpc: Fix call leak
` [PATCH net-next 03/35] rxrpc: Remove decl for rxrpc_kernel_call_is_complete()
` [PATCH net-next 04/35] rxrpc: Remove handling of duplicate packets in recvmsg_queue
` [PATCH net-next 05/35] rxrpc: Remove the [k_]proto() debugging macros
` [PATCH net-next 06/35] rxrpc: Remove the [_k]net() "
` [PATCH net-next 07/35] rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle
` [PATCH net-next 08/35] rxrpc: Extract the code from a received ABORT packet much earlier
` [PATCH net-next 09/35] rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
` [PATCH net-next 10/35] rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
` [PATCH net-next 11/35] rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing
` [PATCH net-next 12/35] rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing
` [PATCH net-next 13/35] rxrpc: Trace rxrpc_bundle refcount
` [PATCH net-next 14/35] rxrpc: trace: Don't use __builtin_return_address for sk_buff tracing
` [PATCH net-next 15/35] rxrpc: Don't hold a ref for call timer or workqueue
` [PATCH net-next 16/35] rxrpc: Don't hold a ref for connection workqueue
` [PATCH net-next 17/35] rxrpc: Split the receive code
` [PATCH net-next 18/35] rxrpc: Create a per-local endpoint receive queue and I/O thread
` [PATCH net-next 19/35] rxrpc: Move packet reception processing into "
` [PATCH net-next 20/35] rxrpc: Move error processing into the local endpoint "
` [PATCH net-next 21/35] rxrpc: Remove call->input_lock
` [PATCH net-next 22/35] rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changes
` [PATCH net-next 23/35] rxrpc: Implement a mechanism to send an event notification to a call
` [PATCH net-next 24/35] rxrpc: Copy client call parameters into rxrpc_call earlier
` [PATCH net-next 25/35] rxrpc: Move DATA transmission into call processor work item
` [PATCH net-next 26/35] rxrpc: Remove RCU from peer->error_targets list
` [PATCH net-next 27/35] rxrpc: Simplify skbuff accounting in receive path
` [PATCH net-next 28/35] rxrpc: Reduce the use of RCU in packet input
` [PATCH net-next 29/35] rxrpc: Extract the peer address from an incoming packet earlier
` [PATCH net-next 30/35] rxrpc: Make the I/O thread take over the call and local processor work
` [PATCH net-next 31/35] rxrpc: Remove the _bh annotation from all the spinlocks
` [PATCH net-next 32/35] rxrpc: Trace/count transmission underflows and cwnd resets
` [PATCH net-next 33/35] rxrpc: Move the cwnd degradation after transmitting packets
` [PATCH net-next 34/35] rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()
` [PATCH net-next 35/35] rxrpc: Transmit ACKs at the point of generation

[PATCH net-next 0/4] net: lan966x: Enable PTP on bridge interfaces
 2022-11-30 16:54 UTC  (3+ messages)
` [PATCH net-next 4/4] net: lan966x: Add ptp trap rules

[PATCH bpf v3] selftests/bpf: Fix "missing ENDBR" BUG for destructor kfunc
 2022-11-30 16:52 UTC  (2+ messages)

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2022-11-30 16:37 UTC  (5+ messages)
` [RFC PATCH v4 2/4] dpll: Add DPLL framework base functions

[PATCH net-next v2 2/3] net: qualcomm: rmnet: add tx packets aggregation
 2022-11-30 16:35 UTC  (2+ messages)

[PATCH net-next 00/12] Fix rtnl_mutex deadlock with DPAA2 and SFP modules
 2022-11-30 16:30 UTC  (2+ messages)

[Patch v3 07/14] x86/hyperv: Change vTOM handling to use standard coco mechanisms
 2022-11-30 16:11 UTC  (12+ 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).