netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-18 08:25:12 to 2022-08-18 16:20:10 UTC [more...]

[RESEND PATCH net-next v4 00/25] net: dpaa: Cleanups in preparation for phylink conversion
 2022-08-18 16:16 UTC  (19+ messages)
` [RESEND PATCH net-next v4 01/25] dt-bindings: net: Convert FMan MAC bindings to yaml
` [RESEND PATCH net-next v4 02/25] net: fman: Convert to SPDX identifiers
` [RESEND PATCH net-next v4 03/25] net: fman: Don't pass comm_mode to enable/disable
` [RESEND PATCH net-next v4 04/25] net: fman: Store en/disable in mac_device instead of mac_priv_s
` [RESEND PATCH net-next v4 05/25] net: fman: dtsec: Always gracefully stop/start
` [RESEND PATCH net-next v4 06/25] net: fman: Get PCS node in per-mac init
` [RESEND PATCH net-next v4 07/25] net: fman: Store initialization function in match data
` [RESEND PATCH net-next v4 08/25] net: fman: Move struct dev to mac_device
` [RESEND PATCH net-next v4 09/25] net: fman: Configure fixed link in memac_initialization
` [RESEND PATCH net-next v4 10/25] net: fman: Export/rename some common functions
` [RESEND PATCH net-next v4 11/25] net: fman: memac: Use params instead of priv for max_speed
` [RESEND PATCH net-next v4 12/25] net: fman: Move initialization to mac-specific files
` [RESEND PATCH net-next v4 13/25] net: fman: Mark mac methods static
` [RESEND PATCH net-next v4 14/25] net: fman: Inline several functions into initialization
` [RESEND PATCH net-next v4 15/25] net: fman: Remove internal_phy_node from params
` [RESEND PATCH net-next v4 16/25] net: fman: Map the base address once
` [RESEND PATCH net-next v4 17/25] net: fman: Pass params directly to mac init
` [RESEND PATCH net-next v4 18/25] net: fman: Use mac_dev for some params

[PATCH net-next 2/5] net: wwan: t7xx: Infrastructure for early port configuration
 2022-08-18 16:15 UTC  (8+ messages)

[PATCH v2 0/3] can: ctucanfd: hardware rx timestamps reporting
 2022-08-18 16:03 UTC  (8+ messages)
` [PATCH v2 1/3] can: ctucanfd: add HW timestamps to RX and error CAN frames

[PATCH 9/9] u64_stat: Remove the obsolete fetch_irq() variants
 2022-08-18 16:02 UTC  (4+ messages)

[PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-18 (ice)
 2022-08-18 15:52 UTC  (6+ messages)
` [PATCH net-next 1/5] ice: Implement control of FCS/CRC stripping
` [PATCH net-next 2/5] ice: Implement FCS/CRC and VLAN stripping co-existence policy
` [PATCH net-next 3/5] ice: Allow 100M speeds for some devices
` [PATCH net-next 4/5] ice: Remove ucast_shared
` [PATCH net-next 5/5] ice: remove non-inclusive language

[PATCH v3 00/11] net: phy: Add support for rate adaptation
 2022-08-18 15:51 UTC  (4+ messages)

RIP: 0010:qede_load+0x128d/0x13b0 [qede] - 5.19.0
 2022-08-18 15:51 UTC  (6+ messages)

[RFC PATCH net-next 00/10] Use robust notifiers in DSA
 2022-08-18 15:49 UTC  (11+ messages)
` [RFC PATCH net-next 01/10] notifier: allow robust variants to take a different void *v argument on rollback
` [RFC PATCH net-next 02/10] net: dsa: introduce and use robust form of dsa_tree_notify()
` [RFC PATCH net-next 03/10] net: dsa: introduce and use robust form of dsa_broadcast()
` [RFC PATCH net-next 04/10] net: dsa: introduce and use robust form of dsa_port_notify()
` [RFC PATCH net-next 05/10] Revert "net: dsa: felix: suppress non-changes to the tagging protocol"
` [RFC PATCH net-next 06/10] net: dsa: convert switch.c functions to return void if they can
` [RFC PATCH net-next 07/10] net: dsa: remove "breaking chain" comment from dsa_switch_event
` [RFC PATCH net-next 08/10] net: dsa: introduce a robust form of MTU cross-chip notifiers
` [RFC PATCH net-next 09/10] net: dsa: make dsa_tree_notify() and derivatives return void
` [RFC PATCH net-next 10/10] net: dsa: make _del variants of functions "

[PATCH v7 0/2] Remove useless param of devcoredump functions and fix bugs
 2022-08-18 15:46 UTC  (6+ messages)
` [PATCH v7 1/2] devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_coredumpm

[RFC net-next PATCH 0/3] net: dsa: mv88e6xxx: Add RMU support
 2022-08-18 15:36 UTC  (9+ messages)
` [RFC net-next PATCH 1/3] dsa: Add ability to handle RMU frames
` [RFC net-next PATCH 2/3] mv88e6xxx: Implement remote management support (RMU)
` [RFC net-next PATCH 3/3] mv88e6xxx: rmon: Use RMU to collect rmon data

[PATCH net] net: dsa: microchip: keep compatibility with device tree blobs with no phy-mode
 2022-08-18 15:33 UTC  (7+ messages)

[PATCH net-next v3 1/1] net: macsec: Expose MACSEC_SALT_LEN definition to user space
 2022-08-18 15:32 UTC 

[syzbot] KASAN: use-after-free Read in p9_req_put
 2022-08-18 15:12 UTC  (3+ messages)

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-18 15:11 UTC  (11+ messages)

[PATCH devicetree 0/3] NXP LS1028A DT changes for multiple switch CPU ports
 2022-08-18 15:08 UTC  (12+ messages)
` [PATCH devicetree 1/3] arm64: dts: ls1028a: move DSA CPU port property to the common SoC dtsi
` [PATCH devicetree 2/3] arm64: dts: ls1028a: mark enetc port 3 as a DSA master too
` [PATCH devicetree 3/3] arm64: dts: ls1028a: enable swp5 and eno3 for all boards

[RFC PATCH v2 net-next] docs: net: add an explanation of VF (and other) Representors
 2022-08-18 15:07 UTC  (4+ messages)

[PATCH v2 net 13/17] net: Fix data-races around sysctl_fb_tunnels_only_for_init_net
 2022-08-18 15:01 UTC  (3+ messages)

[PATCH net-next 3/5] net: wwan: t7xx: PCIe reset rescan
 2022-08-18 14:58 UTC  (2+ messages)

[PATCH] stmmac: pci: Add LS7A support for dwmac-loongson
 2022-08-18 14:55 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update email of Neil Armstrong
 2022-08-18 14:47 UTC  (2+ messages)

[PATCH net-next 5/5] net: wwan: t7xx: Devlink documentation
 2022-08-18 14:43 UTC  (2+ messages)

[PATCH net v4 0/3] bonding: 802.3ad: fix no transmission of LACPDUs
 2022-08-18 14:41 UTC  (4+ messages)
` [PATCH net v4 1/3] selftests: include bonding tests into the kselftest infra
` [PATCH net v4 2/3] bonding: 802.3ad: fix no transmission of LACPDUs
` [PATCH net v4 3/3] bonding: 3ad: make ad_ticks_per_sec a const

[PATCH net-next] net: dsa: tag_8021q: remove old comment regarding dsa_8021q_netdev_ops
 2022-08-18 14:38 UTC 

[PATCH net-next 4/5] net: wwan: t7xx: Enable devlink based fw flashing and coredump collection
 2022-08-18 14:33 UTC  (2+ messages)

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-18 14:31 UTC  (13+ messages)
` [PATCH bpf-next v2 01/12] cgroup: Update the comment on cgroup_get_from_fd
` [PATCH bpf-next v2 02/12] bpf: Introduce new helper bpf_map_put_memcg()
` [PATCH bpf-next v2 03/12] bpf: Define bpf_map_{get,put}_memcg for !CONFIG_MEMCG_KMEM
` [PATCH bpf-next v2 04/12] bpf: Call bpf_map_init_from_attr() immediately after map creation
` [PATCH bpf-next v2 05/12] bpf: Save memcg in bpf_map_init_from_attr()
` [PATCH bpf-next v2 06/12] bpf: Use scoped-based charge in bpf_map_area_alloc
` [PATCH bpf-next v2 07/12] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [PATCH bpf-next v2 08/12] bpf: Use bpf_map_kzalloc in arraymap
` [PATCH bpf-next v2 09/12] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next v2 10/12] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [PATCH bpf-next v2 11/12] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next v2 12/12] bpf: Introduce selectable memcg for bpf map

[PATCH 5.10 0/1] qrtr: Convert qrtr_ports from IDR to XArray
 2022-08-18 14:14 UTC  (2+ messages)
` [PATCH 5.10 1/1] "

[PATCH v2] net: moxa: MAC address reading, generating, validity checking
 2022-08-18 14:10 UTC  (3+ messages)

[PATCH v2 0/5] sched, net: NUMA-aware CPU spreading interface
 2022-08-18 14:08 UTC  (3+ messages)
` [PATCH v2 1/5] bitops: Introduce find_next_andnot_bit()

[PATCH 0/3] Add the fec node on i.MX8ULP platform
 2022-08-18 14:04 UTC  (9+ messages)
` [PATCH 1/3] dt-bings: net: fsl,fec: update compatible item

[PATCH v2 net-next 0/9] DSA changes for multiple CPU ports (part 3)
 2022-08-18 13:52 UTC  (10+ messages)
` [PATCH v2 net-next 1/9] net: dsa: walk through all changeupper notifier functions
` [PATCH v2 net-next 2/9] net: dsa: don't stop at NOTIFY_OK when calling ds->ops->port_prechangeupper
` [PATCH v2 net-next 3/9] net: bridge: move DSA master bridging restriction to DSA
` [PATCH v2 net-next 4/9] net: dsa: existing DSA masters cannot join upper interfaces
` [PATCH v2 net-next 5/9] net: dsa: only bring down user ports assigned to a given DSA master
` [PATCH v2 net-next 6/9] net: dsa: all DSA masters must be down when changing the tagging protocol
` [PATCH v2 net-next 7/9] net: dsa: use dsa_tree_for_each_cpu_port in dsa_tree_{setup,teardown}_master
` [PATCH v2 net-next 8/9] net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinity
` [PATCH v2 net-next 9/9] net: mscc: ocelot: adjust forwarding domain for CPU ports in a LAG

[PATCH net] net: ipa: don't assume SMEM is page-aligned
 2022-08-18 13:42 UTC 

[PATCH xfrm-next v2 0/6] Extend XFRM core to allow full offload configuration
 2022-08-18 13:36 UTC  (18+ messages)
` [PATCH xfrm-next v2 2/6] xfrm: allow state full offload mode
` [PATCH xfrm-next v2 4/6] xfrm: add TX datapath support for IPsec "
` [PATCH xfrm-next v2 5/6] xfrm: add RX datapath protection "

[PATCH bpf] ip_tunnel: respect tunnel key's "flow_flags" in IP tunnels
 2022-08-18 13:32 UTC  (2+ messages)

[PATCH net-next 00/3] Introduce MACsec skb_metadata_dst
 2022-08-18 13:24 UTC  (4+ messages)
` [PATCH 1/3] net/macsec: Add MACsec skb_metadata_dst Tx Data path support
` [PATCH 2/3] net/macsec: Add MACsec skb_metadata_dst Rx "
` [PATCH 3/3] net/macsec: Move some code for sharing with various drivers that implements offload

[PATCH v2 net 00/17] net: sysctl: Fix data-races around net.core.XXX
 2022-08-18 13:22 UTC  (3+ messages)
` [PATCH v2 net 15/17] net: Fix a data-race around gro_normal_batch

[RFC PATCH 0/4] can: bxcan: add support for ST bxCAN controller
 2022-08-18 13:08 UTC  (4+ messages)
` [RFC PATCH 4/4] "

[PATCH net-next 00/10] net/smc: optimize the parallelism of SMC-R connections
 2022-08-18 13:06 UTC  (5+ messages)

[patch net-next 0/4] net: devlink: sync flash and dev info commands
 2022-08-18 13:00 UTC  (5+ messages)
` [patch net-next 1/4] net: devlink: extend info_get() version put to indicate a flash component
` [patch net-next 2/4] net: devlink: expose the info about version representing a component
` [patch net-next 3/4] netdevsim: expose version of default flash target
` [patch net-next 4/4] net: devlink: expose default flash update target

build failure of next-20220818 due to 341dd1f7de4c ("wifi: rtw88: add the update channel flow to support setting by parameters")
 2022-08-18 12:58 UTC  (4+ messages)

[PATCH net-next 0/1] openvswitch: allow specifying ifindex of new interfaces
 2022-08-18 12:26 UTC  (7+ messages)
` [ovs-dev] "

[PATCH v2 1/2] stmmac: Expose module parameters
 2022-08-18 12:15 UTC  (4+ messages)

[PATCH RFC net-next 0/3] net: vlan: fix bridge binding behavior and add selftests
 2022-08-18 12:00 UTC  (6+ messages)

[PATCH v4 net-next 00/10] Validate OF nodes for DSA shared ports
 2022-08-18 11:55 UTC  (11+ messages)
` [PATCH v4 net-next 01/10] dt-bindings: net: dsa: xrs700x: add missing CPU port phy-mode to example
` [PATCH v4 net-next 02/10] dt-bindings: net: dsa: hellcreek: add missing CPU port phy-mode/fixed-link "
` [PATCH v4 net-next 03/10] dt-bindings: net: dsa: b53: add missing CPU port phy-mode "
` [PATCH v4 net-next 04/10] dt-bindings: net: dsa: microchip: "
` [PATCH v4 net-next 05/10] dt-bindings: net: dsa: rzn1-a5psw: "
` [PATCH v4 net-next 06/10] dt-bindings: net: dsa: make phylink bindings required for CPU/DSA ports
` [PATCH v4 net-next 07/10] of: base: export of_device_compatible_match() for use in modules
` [PATCH v4 net-next 08/10] net: dsa: avoid dsa_port_link_{,un}register_of() calls with platform data
` [PATCH v4 net-next 09/10] net: dsa: rename dsa_port_link_{,un}register_of
` [PATCH v4 net-next 10/10] net: dsa: make phylink-related OF properties mandatory on DSA and CPU ports

commit 65ac79e181 breaks our ksz9567
 2022-08-18 11:34 UTC  (4+ messages)

[PATCH net-next] net: prestera: cache port state for non-phylink ports too
 2022-08-18 11:18 UTC 

[PATCH net-next] net: prestera: add missing ABI compatibility check
 2022-08-18 11:14 UTC 

[PATCH v2] selftests/net: Refactor xfrm_fill_key() to use array of structs
 2022-08-18 11:13 UTC  (3+ messages)
` [PATCH v3] "

[PATCH ipsec] xfrm: policy: fix md_dst skb->dev xmit null pointer dereference
 2022-08-18 11:11 UTC  (3+ messages)
` [PATCH ipsec v2] xfrm: policy: fix metadata dst->dev "

[PATCH -next] net: neigh: use dev_kfree_skb_irq instead of kfree_skb()
 2022-08-18 10:47 UTC  (3+ messages)

[PATCH] net: freescale: xgmac: Do not dereference fwnode in struct device
 2022-08-18  9:50 UTC 

[patch iproute2-main] devlink: load port-ifname map on demand
 2022-08-18  9:40 UTC  (2+ messages)

[PATCH v4 0/6] Add support for RZ/N1 SJA1000 CAN controller
 2022-08-18  9:38 UTC  (3+ messages)
` [PATCH v4 2/6] dt-bindings: can: nxp,sja1000: Document RZ/N1{D,S} support

[PATCH -next] amt: remove unneccessary skb pointer check
 2022-08-18  9:31 UTC 

[PATCH v3 0/6] completely rework mediatek,mt7530 binding
 2022-08-18  9:16 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: net: dsa: mediatek,mt7530: make trivial changes
` [PATCH v3 2/6] dt-bindings: net: dsa: mediatek,mt7530: fix reset lines
` [PATCH v3 3/6] dt-bindings: net: dsa: mediatek,mt7530: update examples
` [PATCH v3 4/6] dt-bindings: net: dsa: mediatek,mt7530: define port binding per switch
` [PATCH v3 5/6] dt-bindings: net: dsa: mediatek,mt7530: define phy-mode for switch models
` [PATCH v3 6/6] dt-bindings: net: dsa: mediatek,mt7530: update binding description

[PATCH net] nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeout
 2022-08-18  9:06 UTC 

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-08-18  8:35 UTC  (9+ messages)
` [PATCH 5/6] virtio/vsock: add support for dgram
    ` [virtio-dev] "


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