Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 11:14:33 to 2024-05-07 19:35:32 UTC [more...]

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-07 19:35 UTC  (18+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers

[PATCH 0/1] Convert tasklets to BH workqueues in ethernet drivers
 2024-05-07 19:27 UTC  (4+ messages)
` [PATCH 1/1] [RFC] ethernet: Convert from tasklet to BH workqueue

Driver and H/W APIs Workshop at netdevconf
 2024-05-07 19:21 UTC  (8+ messages)

[PATCH] net: dccp: Fix ccid2_rtt_estimator() kernel-doc
 2024-05-07 19:17 UTC  (2+ messages)

[RFC PATCH bpf-next v6 0/3] Replace mono_delivery_time with tstamp_type
 2024-05-07 19:18 UTC  (11+ messages)
` [RFC PATCH bpf-next v6 2/3] net: Add additional bit to support clockid_t timestamp type
` [RFC PATCH bpf-next v6 3/3] selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets

[PATCH net-next] af_unix: Fix garbage collector racing against send() MSG_OOB
 2024-05-07 19:05 UTC  (3+ messages)

[PATCH net-next 0/2] gve: Minor cleanups
 2024-05-07 19:00 UTC  (3+ messages)

[PATCH net-next] net: phy: add wol config options in phy device
 2024-05-07 18:58 UTC  (8+ messages)

[PATCH RFC net-next] net: cache the __dev_alloc_name()
 2024-05-07 18:55 UTC  (3+ messages)

[PATCH net-next] net: annotate data-races around dev->if_port
 2024-05-07 18:41 UTC 

[PATCH net-next] netdevice: define and allocate &net_device _properly_
 2024-05-07 18:21 UTC  (4+ messages)

[PATCH net-next v9 0/3] net: gro: remove network_header use, move p->{flush/flush_id} calculations to L4
 2024-05-07 18:08 UTC  (5+ messages)
` [PATCH net-next v9 1/3] net: gro: use cb instead of skb->network_header
` [PATCH net-next v9 2/3] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
` [PATCH net-next v9 3/3] selftests/net: add flush id selftests

[PATCH V3 net 0/7] There are some bugfix for the HNS3 ethernet driver
 2024-05-07 18:05 UTC  (14+ messages)
` [PATCH V3 net 1/7] net: hns3: using user configure after hardware reset
` [PATCH V3 net 2/7] net: hns3: direct return when receive a unknown mailbox message
` [PATCH V3 net 3/7] net: hns3: change type of numa_node_mask as nodemask_t
` [PATCH V3 net 4/7] net: hns3: release PTP resources if pf initialization failed
` [PATCH V3 net 5/7] net: hns3: use appropriate barrier function after setting a bit value
` [PATCH V3 net 6/7] net: hns3: fix port vlan filter not disabled issue
` [PATCH V3 net 7/7] net: hns3: fix kernel crash when devlink reload during initialization

[PATCH v1 00/10] Define _GNU_SOURCE for sources using
 2024-05-07 17:53 UTC  (4+ messages)

[PATCH net-next v2 0/2] Introduce auxiliary bus IRQs sysfs
 2024-05-07 17:42 UTC  (6+ messages)
` [PATCH net-next v2 1/2] driver core: auxiliary bus: show auxiliary device IRQs

[PATCH net] af_unix: Fix garbage collector racing against send() MSG_OOB
 2024-05-07 17:14 UTC  (2+ messages)

[PATCH net-next] tcp: get rid of twsk_unique()
 2024-05-07 17:12 UTC  (2+ messages)

[PATCH net-next v2] lib: Allow for the DIM library to be modular
 2024-05-07 17:08 UTC  (3+ messages)

[PATCH] selftests: Add _GNU_SOURCE definition when including kselftest_harness.h
 2024-05-07 17:06 UTC  (2+ messages)

[PATCH v1 net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock
 2024-05-07 17:00 UTC 

[PATCH net-next 0/8] rtnetlink: more rcu conversions for rtnl_fill_ifinfo()
 2024-05-07 16:55 UTC  (13+ messages)
` [PATCH net-next 3/8] rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
` [PATCH net-next 5/8] rtnetlink: do not depend on RTNL for many attributes

[PATCH 0/5] pull request (net-next): ipsec-next 2024-05-03
 2024-05-07 16:54 UTC  (4+ messages)

[PATCH] ptp: clockmatrix: Start comments with '/*'
 2024-05-07 16:49 UTC  (3+ messages)

[RFC PATCH net-next v2 0/9] bnxt: implement queue api
 2024-05-07 16:46 UTC  (5+ messages)
` [RFC PATCH net-next v2 3/9] netdev: add netdev_rx_queue_restart()

[syzbot] [net?] KASAN: slab-use-after-free Read in kcm_release
 2024-05-07 16:41 UTC 

[net-next PATCH v4 00/10] Introduce RVU representors
 2024-05-07 16:39 UTC  (11+ messages)
` [net-next PATCH v4 01/10] octeontx2-pf: Refactoring RVU driver
` [net-next PATCH v4 02/10] octeontx2-pf: RVU representor driver
` [net-next PATCH v4 03/10] octeontx2-pf: Create representor netdev
` [net-next PATCH v4 04/10] octeontx2-pf: Add basic net_device_ops
` [net-next PATCH v4 05/10] octeontx2-af: Add packet path between representor and VF
` [net-next PATCH v4 06/10] octeontx2-pf: Get VF stats via representor
` [net-next PATCH v4 07/10] octeontx2-pf: Add support to sync link state between representor and VFs
` [net-next PATCH v4 08/10] octeontx2-pf: Configure VF mtu via representor
` [net-next PATCH v4 09/10] octeontx2-pf: Add representors for sdp MAC
` [net-next PATCH v4 10/10] octeontx2-pf: Add devlink port support

[PATCH net-next v5 0/2] netdevsim: add NAPI support
 2024-05-07 16:32 UTC  (3+ messages)
` [PATCH net-next v5 1/2] "
` [PATCH net-next v5 2/2] net: selftest: add test for netdev netlink queue-get API

[PATCH net] ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()
 2024-05-07 16:31 UTC 

[PATCH net-next v1 1/1] can: mcp251x: Fix up includes
 2024-05-07 16:31 UTC  (2+ messages)

[PATCH net-next v8 0/3] net: gro: remove network_header use, move p->{flush/flush_id} calculations to L4
 2024-05-07 16:19 UTC  (10+ messages)
` [PATCH net-next v8 1/3] net: gro: use cb instead of skb->network_header
` [PATCH net-next v8 2/3] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
` [PATCH net-next v8 3/3] selftests/net: add flush id selftests

[PATCH net] ipv6: prevent NULL dereference in ip6_output()
 2024-05-07 16:18 UTC 

[PATCH v1 net-next 0/6] af_unix: GC cleanup and optimisation
 2024-05-07 16:11 UTC  (4+ messages)
` [PATCH v1 net-next 2/6] af_unix: Save the number of loops in inflight graph

[PATCH net-next v7 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-05-07 16:10 UTC  (4+ messages)

[PATCH bpf-next 0/4] selftests/bpf: new MPTCP subflow subtest & improvements
 2024-05-07 16:03 UTC  (10+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Handle SIGINT when creating netns
` [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro
` [PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example

[PATCH net v2 1/2] net: ethernet: mediatek: split tx and rx fields in mtk_soc_data struct
 2024-05-07 15:54 UTC  (4+ messages)
` [PATCH net v2 2/2] net: ethernet: mediatek: use ADMAv1 instead of ADMAv2.0 on MT7981 and MT7986

[PATCH net-next v3 0/3] mlx4: Add support for netdev-genl API
 2024-05-07 15:53 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net/mlx4: Track RX allocation failures in a stat

[PATCH v6 00/10] Fix Kselftest's vfork() side effects
 2024-05-07 15:42 UTC  (4+ messages)

[PATCH net-next v3] selftests: drv-net: add checksum tests
 2024-05-07 15:40 UTC 

[PATCH 00/17] Add support for the LAN966x PCI device using a DT overlay
 2024-05-07 15:28 UTC  (3+ messages)
` [PATCH 09/17] dt-bindings: interrupt-controller: Add support for Microchip LAN966x OIC

[PATCH] ip: Add missing options to route get help output
 2024-05-07 15:10 UTC  (2+ messages)

[PATCH net-next v7 00/12] add DCB and DSCP support for KSZ switches
 2024-05-07 15:04 UTC  (5+ messages)
` [PATCH net-next v7 02/12] net: dsa: microchip: add IPV information support

racing ndo_open()/phylink*connect() with phy_probe()
 2024-05-07 14:48 UTC  (6+ messages)

[PATCH 0/3] net: phy: mediatek: Integrate mtk-phy-lib and add 2.5Gphy support
 2024-05-07 14:40 UTC  (3+ messages)
` [PATCH 2/3] net: phy: mediatek: Add mtk phy lib for token ring access & LED/other manipulations

[PATCH 0/6] s390: Unify IUCV device allocation
 2024-05-07 14:33 UTC  (3+ messages)

[PATCH] wifi: nl80211: Avoid address calculations via out of bounds array indexing
 2024-05-07 14:21 UTC  (4+ messages)

[PATCH net-next] net: dst_cache: minor optimization in dst_cache_set_ip6()
 2024-05-07 14:18 UTC  (2+ messages)

[PATCH net-next 0/8] net: openvswitch: Add sample multicasting
 2024-05-07 14:18 UTC  (4+ messages)
` [PATCH net-next 6/8] net:openvswitch: add psample support

[PATCH net-next] net: dst_cache: annotate data-races around dst_cache->reset_ts
 2024-05-07 14:17 UTC  (2+ messages)

[PATCH net v5 0/4] ax25: Fix issues of ax25_dev and net_device
 2024-05-07 14:13 UTC  (3+ messages)
` [PATCH net v5 4/4] ax25: Change kfree() in ax25_dev_free() to ax25_dev_put()

[PATCH net-next] l2tp: fix ICMP error handling for UDP-encap sockets
 2024-05-07 14:10 UTC  (3+ messages)

[ANN] netdev call - May 7th
 2024-05-07 14:05 UTC  (2+ messages)

[PATCH v4] can: mcp251xfd: fix infinite loop when xmit fails
 2024-05-07 14:03 UTC  (3+ messages)

[PATCH net-next] net: fec: Convert fec driver to use lock guards
 2024-05-07 14:01 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH net] xen-netfront: Add missing skb_mark_for_recycle
 2024-05-07 13:57 UTC  (6+ messages)

[PATCH v2 net-next 00/15] locking: Introduce nested-BH locking
 2024-05-07 13:50 UTC  (8+ messages)
` [PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT

[RFC v1 0/5] Add Bananapi R3 Mini
 2024-05-07 13:36 UTC  (9+ messages)
` [RFC v1 2/5] dt-bindings: clock: mediatek: add address-cells and size-cells to ethsys
` [RFC v1 5/5] arm64: dts: mediatek: Add mt7986 based Bananapi R3 Mini

[PATCH net-next v12 00/15] stmmac: Add Loongson platform support
 2024-05-07 13:35 UTC  (4+ messages)
` [PATCH net-next v12 13/15] net: stmmac: dwmac-loongson: Add Loongson GNET support

[PATCH net v2] net/smc: fix neighbour and rtable leak in smc_ib_find_route()
 2024-05-07 13:12 UTC  (2+ messages)

[PATCH net-next v2 0/4] net: route: improve route hinting
 2024-05-07 13:08 UTC  (6+ messages)
` [PATCH net-next v2 1/4] net: route: expire rt if the dst it holds is expired
` [PATCH net-next v2 2/4] net: dst_cache: add input_dst_cache API
` [PATCH net-next v2 3/4] net: route: always compile dst_cache
` [PATCH net-next v2 4/4] net: route: replace route hints with input_dst_cache

[PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
 2024-05-07 12:44 UTC  (11+ messages)

[PATCH v2 2/2] e1000e: fix link fluctuations problem
 2024-05-07 12:31 UTC  (2+ messages)

[PATCH v2] can: m_can: don't enable transceiver when probing
 2024-05-07 12:29 UTC  (2+ messages)

[PATCH v2 1/2] e1000e: let the sleep codes run every time
 2024-05-07 12:29 UTC  (6+ messages)
` [Intel-wired-lan] "

[PATCH v2] dt-bindings: net: mediatek: remove wrongly added clocks and SerDes
 2024-05-07 12:20 UTC 

[PATCH net-next v2 1/2] net: phy: marvell: constify marvell_hw_stats
 2024-05-07 12:18 UTC  (4+ messages)
` [PATCH net-next v2 2/2] net: phy: marvell: add support for MV88E6250 family internal PHYs

[PATCH v2 net-next] phonet: no longer hold RTNL in route_dumpit()
 2024-05-07 12:17 UTC 

[PATCH net] net: bridge: fix corrupted ethernet header on multicast-to-unicast
 2024-05-07 12:15 UTC  (2+ messages)

[syzbot] [net?] INFO: rcu detected stall in sock_write_iter (3)
 2024-05-07 12:14 UTC 

[PATCH nf-next] selftests: netfilter: add packetdrill based conntrack tests
 2024-05-07 12:05 UTC  (2+ messages)

[PATCH] e1000e: fix link fluctuations problem
 2024-05-07 12:10 UTC  (4+ messages)

[PATCH net-next] net: add missing check for TCP fraglist GRO
 2024-05-07 12:08 UTC  (6+ messages)
` [EXTERNAL] "

[PATCH net-next v3] net: dsa: mv88e6xxx: control mdio bus-id truncation for long paths
 2024-05-07 12:03 UTC  (3+ messages)

[PATCH wireless-next] wifi: ath12k: allocate dummy net_device dynamically
 2024-05-07 11:47 UTC  (3+ messages)

[iwl-next v1 00/14] ice: support devlink subfunction
 2024-05-07 11:45 UTC  (15+ messages)
` [iwl-next v1 01/14] ice: add new VSI type for subfunctions
` [iwl-next v1 02/14] ice: export ice ndo_ops functions
` [iwl-next v1 03/14] ice: add basic devlink subfunctions support
` [iwl-next v1 04/14] ice: treat subfunction VSI the same as PF VSI
` [iwl-next v1 05/14] ice: allocate devlink for subfunction
` [iwl-next v1 06/14] ice: base subfunction aux driver
` [iwl-next v1 07/14] ice: implement netdev for subfunction
` [iwl-next v1 08/14] ice: create port representor for SF
` [iwl-next v1 09/14] ice: don't set target VSI for subfunction
` [iwl-next v1 10/14] ice: check if SF is ready in ethtool ops
` [iwl-next v1 11/14] ice: netdevice ops for SF representor
` [iwl-next v1 12/14] ice: support subfunction devlink Tx topology
` [iwl-next v1 13/14] ice: basic support for VLAN in subfunctions
` [iwl-next v1 14/14] ice: allow to activate and deactivate subfunction

[PATCH net] selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC
 2024-05-07 11:30 UTC 

[PATCH v6 0/7] dma: skip calling no-op sync ops when possible
 2024-05-07 11:30 UTC  (9+ messages)
` [PATCH v6 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH v6 2/7] dma: avoid redundant calls for sync operations
` [PATCH v6 3/7] iommu/dma: avoid expensive indirect "
` [PATCH v6 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH v6 5/7] page_pool: don't use driver-set flags field directly
` [PATCH v6 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH v6 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[net-next] net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
 2024-05-07 11:18 UTC  (13+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).