netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-25 23:20:34 to 2022-08-26 11:47:39 UTC [more...]

[PATCH ipsec-next,v4 0/3] xfrm: support collect metadata mode for xfrm interfaces
 2022-08-26 11:47 UTC  (4+ messages)
` [PATCH ipsec-next,v4 1/3] net: allow storing xfrm interface metadata in metadata_dst
` [PATCH ipsec-next,v4 2/3] xfrm: interface: support collect metadata mode
` [PATCH ipsec-next,v4 3/3] xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode

[RFC PATCH net-next 0/5] ice: L2TPv3 offload support
 2022-08-26 11:36 UTC  (10+ messages)
` [RFC PATCH net-next 1/5] uapi: move IPPROTO_L2TP to in.h
` [RFC PATCH net-next 2/5] flow_dissector: Add L2TPv3 dissectors
` [RFC PATCH net-next 3/5] net/sched: flower: Add L2TPv3 filter
` [RFC PATCH net-next 4/5] flow_offload: Introduce flow_match_l2tpv3
` [RFC PATCH net-next 5/5] ice: Add L2TPv3 hardware offload support

[PATCH net-next] net: sched: remove unnecessary init of qidsc skb head
 2022-08-26 11:20 UTC  (2+ messages)

[regression] Bug 216397 - Kernel 5.19 with NetworkManager and iwd: Wifi reconnect on resume is broken
 2022-08-26 11:14 UTC 

pull-request: wireless-next-2022-08-26-v2
 2022-08-26 11:10 UTC  (2+ messages)

[patch net-next] funeth: remove pointless check of devlink pointer in create/destroy_netdev() flows
 2022-08-26 11:04 UTC 

[patch net-next 0/4] net: devlink: sync flash and dev info commands
 2022-08-26 11:01 UTC  (9+ messages)
  ` [patch net-next 0/4] net: devlink: sync flash and dev info command

[PATCH net-next v3 00/17] net: dsa: microchip: add error handling and register access validation
 2022-08-26 10:56 UTC  (18+ messages)
` [PATCH net-next v4 01/17] net: dsa: microchip: add separate struct ksz_chip_data for KSZ8563 chip
` [PATCH net-next v4 02/17] net: dsa: microchip: do per-port Gbit detection instead of per-chip
` [PATCH net-next v4 03/17] net: dsa: microchip: don't announce extended register support on non Gbit chips
` [PATCH net-next v4 04/17] net: dsa: microchip: allow to pass return values for PHY read/write accesses
` [PATCH net-next v4 05/17] net: dsa: microchip: forward error value on all ksz_pread/ksz_pwrite functions
` [PATCH net-next v4 06/17] net: dsa: microchip: ksz9477: add error handling to ksz9477_r/w_phy
` [PATCH net-next v4 07/17] net: dsa: microchip: ksz8795: add error handling to ksz8_r/w_phy
` [PATCH net-next v4 08/17] net: dsa: microchip: KSZ9893: do not write to not supported Output Clock Control Register
` [PATCH net-next v4 09/17] net: dsa: microchip: add support for regmap_access_tables
` [PATCH net-next v4 10/17] net: dsa: microchip: add regmap_range for KSZ8563 chip
` [PATCH net-next v4 11/17] net: dsa: microchip: ksz9477: remove MII_CTRL1000 check from ksz9477_w_phy()
` [PATCH net-next v4 12/17] net: dsa: microchip: add regmap_range for KSZ9477 chip
` [PATCH net-next v4 13/17] net: dsa: microchip: ksz9477: use internal_phy instead of phy_port_cnt
` [PATCH net-next v4 14/17] net: dsa: microchip: remove unused port phy variable
` [PATCH net-next v4 15/17] net: dsa: microchip: ksz9477: remove unused "on" variable
` [PATCH net-next v4 16/17] net: dsa: microchip: remove unused sgmii variable
` [PATCH net-next v4 17/17] net: dsa: microchip: remove IS_9893 flag

[PATCH ipsec-next,v3 0/3] xfrm: support collect metadata mode for xfrm interfaces
 2022-08-26 10:50 UTC  (10+ messages)
` [PATCH ipsec-next,v3 1/3] net: allow storing xfrm interface metadata in metadata_dst
` [PATCH ipsec-next,v3 2/3] xfrm: interface: support collect metadata mode
` [PATCH ipsec-next,v3 3/3] xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode

[PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-24 (ice)
 2022-08-26 10:50 UTC  (4+ messages)
` [PATCH net-next 5/5] ice: Print human-friendly PHY types

[PATCH net-next] net: phy: micrel: Adding SQI support for lan8814 phy
 2022-08-26 10:43 UTC  (10+ messages)

pull-request: wireless-next-2022-08-26
 2022-08-26 10:17 UTC  (2+ messages)

[PATCH v1 net-next 00/13] tcp/udp: Introduce optional per-netns hash table
 2022-08-26 10:02 UTC  (15+ messages)
` [PATCH v1 net-next 01/13] fs/lock: Revive LOCK_MAND
` [PATCH v1 net-next 02/13] sysctl: Support LOCK_MAND for read/write
` [PATCH v1 net-next 03/13] selftest: sysctl: Add test for flock(LOCK_MAND)
` [PATCH v1 net-next 04/13] net: Introduce init2() for pernet_operations
` [PATCH v1 net-next 05/13] tcp: Clean up some functions
` [PATCH v1 net-next 06/13] tcp: Set NULL to sk->sk_prot->h.hashinfo
` [PATCH v1 net-next 07/13] tcp: Access &tcp_hashinfo via net
` [PATCH v1 net-next 08/13] tcp: Introduce optional per-netns ehash
` [PATCH v1 net-next 09/13] udp: Clean up some functions
` [PATCH v1 net-next 10/13] udp: Set NULL to sk->sk_prot->h.udp_table
` [PATCH v1 net-next 11/13] udp: Set NULL to udp_seq_afinfo.udp_table
` [PATCH v1 net-next 12/13] udp: Access &udp_table via net
` [PATCH v1 net-next 13/13] udp: Introduce optional per-netns hash table

[PATCH v2 net-next] net: phylink: allow RGMII/RTBI in-band status
 2022-08-26 10:00 UTC  (2+ messages)

[PATCH net-next v2 00/10] optimize the parallelism of SMC-R connections
 2022-08-26  9:51 UTC  (11+ messages)
` [PATCH net-next v2 01/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v2 02/10] net/smc: fix SMC_CLC_DECL_ERR_REGRMB without smc_server_lgr_pending
` [PATCH net-next v2 03/10] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next v2 04/10] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next v2 05/10] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [PATCH net-next v2 06/10] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next v2 07/10] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [PATCH net-next v2 08/10] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
` [PATCH net-next v2 09/10] net/smc: Fix potential panic dues to unprotected smc_llc_srv_add_link()
` [PATCH net-next v2 10/10] net/smc: fix application data exception

[RFC/RFT PATCH] net: stmmac: do not poke MAC_CTRL_REG twice on link up
 2022-08-26  9:51 UTC  (2+ messages)

[PATCH V4 vfio 00/10] Add device DMA logging support for mlx5 driver
 2022-08-26  9:37 UTC  (6+ messages)
` [PATCH V4 vfio 04/10] vfio: Add an IOVA bitmap support

[PATCH net] net: sparx5: fix handling uneven length packets in manual extraction
 2022-08-26  9:27 UTC  (2+ messages)

[PATCH net-next v2 1/2] net: asix: ax88772: migrate to phylink
 2022-08-26  9:20 UTC  (2+ messages)

[PATCH net-next 0/3] net: prestera: matchall features
 2022-08-26  9:20 UTC  (2+ messages)

747c143 caused icmp redirect to fail
 2022-08-26  9:16 UTC  (2+ messages)

[PATCH net-next v3 0/2] openvswitch: allow specifying ifindex of new interfaces
 2022-08-26  9:11 UTC  (2+ messages)

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-26  9:10 UTC  (15+ messages)

[PATCH net v2] net/sched: fix netdevice reference leaks in attach_default_qdiscs()
 2022-08-26  9:00 UTC 

KMSAN: uninit-value in ath9k_htc_rx_msg
 2022-08-26  8:38 UTC  (7+ messages)

[iproute2-next v3 0/3] devlink: support dry run attribute for flash update
 2022-08-26  8:38 UTC  (5+ messages)
` [iproute2-next v3 2/3] mnlg: add function to get CTRL_ATTR_MAXATTR value

[patch net-next 0/7] devlink: sanitize per-port region creation/destruction
 2022-08-26  8:37 UTC  (6+ messages)
` [patch net-next 6/7] net: dsa: don't do devlink port setup early

pull-request: wireless-2022-08-26
 2022-08-26  8:37 UTC 

[PATCH net v3] l2tp: Serialize access to sk_user_data with sk_callback_lock
 2022-08-26  8:32 UTC  (3+ messages)

[PATCH net-next v3 0/7] Polling be gone on LAN95xx
 2022-08-26  8:29 UTC  (10+ messages)
` [PATCH net-next v3 5/7] usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling

[patch net-next v2] net: devlink: stub port params cmds for they are unused internally
 2022-08-26  8:27 UTC 

[patch net-next] net: devlink: stub port params cmds for they are unused internally
 2022-08-26  8:16 UTC  (3+ messages)

[PATCH v1 00/14] nvmem: core: introduce NVMEM layouts
 2022-08-26  8:16 UTC  (3+ messages)
` [PATCH v1 06/14] "

[PATCH v3 0/9] sched, net: NUMA-aware CPU spreading interface
 2022-08-26  8:14 UTC  (6+ messages)
` [PATCH v3 6/9] sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()
` [PATCH v3 7/9] sched/topology: Introduce sched_numa_hop_mask()

[PATCH v2] tg3: Disable tg3 device on system reboot to avoid triggering AER
 2022-08-26  8:13 UTC  (2+ messages)

[net-next PATCH V3] octeontx2-pf: Add egress PFC support
 2022-08-26  8:12 UTC  (4+ messages)
  ` [EXT] "

[PATCH wpan-next 00/20] net: ieee802154: Support scanning/beaconing
 2022-08-26  8:08 UTC  (21+ messages)
` [PATCH wpan-next 01/20] net: mac802154: Allow the creation of coordinator interfaces

[net-next PATCH V5] octeontx2-pf: Add egress PFC support
 2022-08-26  7:57 UTC 

[PATCH ipsec-next,v2 0/3] xfrm: support collect metadata mode for xfrm interfaces
 2022-08-26  7:53 UTC  (5+ messages)
` [PATCH ipsec-next,v2 2/3] xfrm: interface: support collect metadata mode

[PATCH net-next v3 00/17] net: dsa: microchip: add error handling and register access validation
 2022-08-26  7:51 UTC  (4+ messages)
` [PATCH net-next v3 15/17] net: dsa: microchip: ksz9477: remove unused "on" variable

[PATCH net-next v2 0/7] add generic PSE support
 2022-08-26  7:49 UTC  (4+ messages)
` [PATCH net-next v2 1/7] dt-bindings: net: pse-dt: add bindings for generic PSE controller

Commit 'r8152: fix a WOL issue' makes Ethernet port on Lenovo Thunderbolt 3 dock go crazy
 2022-08-26  7:49 UTC  (5+ messages)

[PATCH 1/2] net: dsa: microchip: add KSZ9896 switch support
 2022-08-26  7:31 UTC  (3+ messages)

[RFC PATCH v2 0/4] can: bxcan: add support for ST bxCAN controller
 2022-08-26  7:27 UTC  (6+ messages)
` [RFC PATCH v2 1/4] dt-bindings: net: can: add STM32 bxcan DT bindings

[RFC PATCH 0/4] can: bxcan: add support for ST bxCAN controller
 2022-08-26  7:20 UTC  (6+ messages)
` [RFC PATCH 1/4] dt-bindings: net: can: add STM32 bxcan DT bindings

[PATCH net-next v2 0/3] sfc: add support for PTP over IPv6 and 802.3
 2022-08-26  6:58 UTC  (7+ messages)
` [PATCH net-next v3 "
  ` [PATCH net-next v3 2/3] sfc: support PTP over IPv6/UDP

[PATCH net-next v2] drivers/net/ethernet: check return value of e1e_rphy()
 2022-08-26  6:56 UTC 

[PATCH bpf-next v4 0/3] Add skb + xdp dynptrs
 2022-08-26  6:50 UTC  (14+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v4 2/3] bpf: Add xdp dynptrs

[PATCH v6 0/6] completely rework mediatek,mt7530 binding
 2022-08-26  6:49 UTC  (6+ messages)
` [PATCH v6 1/6] dt-bindings: net: dsa: mediatek,mt7530: make trivial changes
` [PATCH v6 5/6] dt-bindings: net: dsa: mediatek,mt7530: define phy-mode per switch

[PATCH net-next v2 0/3] net: dsa: mv88e6xxx: Add RMU support
 2022-08-26  6:38 UTC  (4+ messages)
` [PATCH net-next v2 1/3] dsa: Implement RMU layer in DSA
` [PATCH net-next v2 2/3] dsa: mv88e6xxx: Add support for RMU in select switches
` [PATCH net-next v2 3/3] rmon: Use RMU if available

[PATCH xfrm-next v3 0/6] Extend XFRM core to allow full offload configuration
 2022-08-26  6:26 UTC  (3+ messages)

[PATCH 2/2] vDPA: conditionally read fields in virtio-net dev
 2022-08-26  6:23 UTC  (18+ messages)

[PATCH v1] drivers/net/ethernet: check return value of e1e_rphy()
 2022-08-26  5:42 UTC  (3+ messages)

[net-next PATCH V4] octeontx2-pf: Add egress PFC support
 2022-08-26  5:23 UTC 

[PATCH net-next] net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()
 2022-08-26  4:10 UTC 

[PATCH net-next v3 1] net: ngbe: Add build support for ngbe
 2022-08-26  3:46 UTC 

[RFC v2 0/7] In order support for virtio_ring, vhost and vsock
 2022-08-26  3:18 UTC  (11+ messages)
` [RFC v2 1/7] vhost: expose used buffers
` [RFC v2 3/7] vsock: batch buffers in tx
` [RFC v2 6/7] virtio: in order support for virtio_ring

[PATCH net-next v3 0/6] netlink: support reporting missing attributes
 2022-08-26  3:09 UTC  (7+ messages)
` [PATCH net-next v3 1/6] netlink: factor out extack composition
` [PATCH net-next v3 2/6] netlink: add support for ext_ack missing attributes
` [PATCH net-next v3 3/6] netlink: add helpers for extack attr presence checking
` [PATCH net-next v3 4/6] devlink: use missing attribute ext_ack
` [PATCH net-next v3 5/6] ethtool: strset: report missing ETHTOOL_A_STRINGSET_ID via ext_ack
` [PATCH net-next v3 6/6] ethtool: report missing header via ext_ack in the default handler

[PATCH v2] dt-bindings: net: Add missing (unevaluated|additional)Properties on child nodes
 2022-08-26  3:00 UTC  (2+ messages)

[PATCH net-next v1 0/3] net: dsa: Add RMU support
 2022-08-26  2:52 UTC  (3+ messages)
` [PATCH net-next v1 2/3] dsa: mv88e6xxx: Add support for RMU in select switches

[PATCH -next v2] wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()
 2022-08-26  2:44 UTC  (2+ messages)

[PATCH] tg3: Disable tg3 device on system reboot to avoid triggering AER
 2022-08-26  2:33 UTC  (3+ messages)

[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
 2022-08-26  2:26 UTC  (13+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v9 02/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v9 03/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v9 04/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v9 05/23] selftests/bpf: Add tests for kfunc returning a memory pointer

[PATCH bpf-next 0/2] Add CGROUP prefix to cgroup_iter_order
 2022-08-26  2:04 UTC  (5+ messages)

[PATCH -next] wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()
 2022-08-26  2:01 UTC  (4+ messages)

linux-next: manual merge of the bpf-next tree with the bpf tree
 2022-08-26  1:46 UTC 

[PATCH net,v2] net: sched: tbf: don't call qdisc_put() while holding tree lock
 2022-08-26  1:39 UTC 

[PATCH net-next] net: sched: tbf: don't call qdisc_put() while holding tree lock
 2022-08-26  1:25 UTC  (3+ messages)

[patch net-next] net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()
 2022-08-26  1:14 UTC  (2+ messages)

[PATCH net-next 0/2] ice: support FEC automatic disable
 2022-08-26  1:01 UTC  (11+ messages)

[PATCH net-next 0/3] nfp: port speed and eeprom get/set updates
 2022-08-26  0:54 UTC  (4+ messages)
` [PATCH net-next 3/3] nfp: add support for eeprom get and set command

[PATCH v3 02/11] net: phy: Add 1000BASE-KX interface mode
 2022-08-26  0:08 UTC  (11+ messages)

BUG: Virtual machine fails to start on 6.0-rc2
 2022-08-26  0:08 UTC  (2+ messages)

[PATCH v3] net: dsa: mv88e6xxx: support RGMII cmode
 2022-08-26  0:05 UTC  (7+ messages)

[PATCH v2 net 1/1] rose: check NULL rose_loopback_neigh->loopback
 2022-08-26  0:02 UTC  (3+ messages)

[RFC PATCH net-next] net: dsa: qca8k: convert to regmap read/write API
 2022-08-25 23:53 UTC  (4+ messages)

pull request: bluetooth 2022-08-25
 2022-08-25 23:45 UTC 

[PATCH bpf-next v2] bpf: Add CGROUP prefix to cgroup_iter_order
 2022-08-25 23:30 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).