messages from 2023-06-23 22:55:39 to 2023-06-25 12:42:41 UTC [more...]
[PATCH net-next v2 1/7] net: dsa: vsc73xx: use read_poll_timeout instead delay loop
2023-06-25 12:42 UTC (10+ messages)
` [PATCH net-next v2 2/7] net: dsa: vsc73xx: convert to PHYLINK
` [PATCH net-next v2 3/7] net: dsa: vsc73xx: add port_stp_state_set function
` [PATCH net-next v2 4/7] net: dsa: vsc73xx: Add dsa tagging based on 8021q
` [PATCH net-next v2 5/7] net: dsa: vsc73xx: Add bridge support
` [PATCH net-next v2 6/7] net: dsa: vsc73xx: Add vlan filtering
` [PATCH net-next v2 7/7] net: dsa: vsc73xx: fix MTU configuration
` [PATCH net-next v2 0/7] net: dsa: vsc73xx: Make vsc73xx usable
[PATCH net-next v5 00/16] splice, net: Switch over users of sendpage() and remove it
2023-06-25 12:34 UTC (18+ messages)
` [PATCH net-next v5 03/16] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v5 04/16] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next v5 05/16] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v5 06/16] dlm: "
` [PATCH net-next v5 07/16] nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next v5 08/16] nvmet-tcp: "
` [PATCH net-next v5 09/16] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [PATCH net-next v5 10/16] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next v5 11/16] scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v5 12/16] scsi: target: iscsi: "
` [PATCH net-next v5 13/16] ocfs2: Fix use of slab data with sendpage
` [PATCH net-next v5 14/16] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next v5 15/16] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next v5 16/16] net: Kill MSG_SENDPAGE_NOTLAST
[PATCH v1] net: xfrm: Fix xfrm_address_filter OOB read
2023-06-25 12:16 UTC (2+ messages)
[PATCH v5] net: nfc: Fix use-after-free caused by nfc_llcp_find_local
2023-06-25 12:10 UTC (2+ messages)
[PATCH net-next 1/6] net: dsa: vsc73xx: convert to PHYLINK
2023-06-25 11:59 UTC (10+ messages)
` [PATCH net-next 2/6] net: dsa: vsc73xx: add port_stp_state_set function
` [PATCH net-next 0/6] net: dsa: vsc73xx: Make vsc73xx usable
[net-next PATCH RFC] net: dsa: qca8k: make learning configurable and keep off if standalone
2023-06-25 11:58 UTC (2+ messages)
[RFC PATCH net-next 0/2] devlink: Acquire device lock during reload
2023-06-25 11:55 UTC (6+ messages)
` [RFC PATCH net-next 1/2] devlink: Hold a reference on parent device
[PATCH v2 bpf-next 00/13] bpf: Introduce bpf_mem_cache_free_rcu()
2023-06-25 11:20 UTC (20+ messages)
` [PATCH v2 bpf-next 01/13] bpf: Rename few bpf_mem_alloc fields
` [PATCH v2 bpf-next 02/13] bpf: Simplify code of destroy_mem_alloc() with kmemdup()
` [PATCH v2 bpf-next 03/13] bpf: Let free_all() return the number of freed elements
` [PATCH v2 bpf-next 04/13] bpf: Refactor alloc_bulk()
` [PATCH v2 bpf-next 05/13] bpf: Further refactor alloc_bulk()
` [PATCH v2 bpf-next 06/13] bpf: Optimize moving objects from free_by_rcu_ttrace to waiting_for_gp_ttrace
` [PATCH v2 bpf-next 07/13] bpf: Change bpf_mem_cache draining process
` [PATCH v2 bpf-next 08/13] bpf: Add a hint to allocated objects
` [PATCH v2 bpf-next 09/13] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v2 bpf-next 10/13] rcu: Export rcu_request_urgent_qs_task()
` [PATCH v2 bpf-next 11/13] selftests/bpf: Improve test coverage of bpf_mem_alloc
` [PATCH v2 bpf-next 12/13] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
` [PATCH v2 bpf-next 13/13] bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu
[PATCH 0/5] Rust abstractions for network device drivers
2023-06-25 9:52 UTC (5+ messages)
` [PATCH 1/5] rust: core "
[PATCH net] net: txgbe: change hw reset mode
2023-06-25 8:31 UTC (3+ messages)
[PATCH net-next v2] net: ngbe: add Wake on Lan support
2023-06-25 7:39 UTC (3+ messages)
[Discuss] IPv4 packets lost with macvlan over bond alb
2023-06-25 7:37 UTC (6+ messages)
[PATCH net-next v2 0/3] virtio-net: avoid conflicts between XDP and GUEST_CSUM
2023-06-25 7:27 UTC (8+ messages)
` [PATCH net-next v2 1/3] virtio-net: reprobe csum related fields for skb passed by XDP
` [PATCH net-next v2 2/3] virtio-net: support coexistence of XDP and GUEST_CSUM
` [PATCH net-next v2 3/3] virtio-net: remove GUEST_CSUM check for XDP
Setting security path with IPsec packet offload mode
2023-06-25 7:27 UTC (4+ messages)
` [EXT] "
[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
2023-06-25 7:19 UTC (9+ messages)
` [PATCH vhost v10 05/10] virtio_ring: split-detach: support return dma info to driver
` [PATCH vhost v10 10/10] virtio_net: support dma premapped
[PATCH v4] net: nfc: Fix use-after-free caused by nfc_llcp_find_local
2023-06-25 7:06 UTC (2+ messages)
[PATCH] e1000e: Use PME poll to circumvent unreliable ACPI wake
2023-06-25 6:28 UTC (2+ messages)
` [Intel-wired-lan] "
Fwd: After kernel 6.3.7 or 6.3.8 b43 driver fails
2023-06-25 4:41 UTC (9+ messages)
` "
[net-next Patch 0/3] octeontx2-pf: support Round Robin scheduling
2023-06-25 4:19 UTC (4+ messages)
` [net-next Patch 1/3] octeontx2-pf: implement transmit schedular allocation algorithm
[PATCH v2 net] ipv6: rpl: Fix Route of Death
2023-06-25 3:18 UTC (3+ messages)
[Question] integer overflow in function __qdisc_calculate_pkt_len()
2023-06-25 2:19 UTC (5+ messages)
[RFC bpf-next v2 00/11] bpf: Netdev TX metadata
2023-06-25 1:12 UTC (14+ messages)
` [RFC bpf-next v2 06/11] net: veth: Implement devtx timestamp kfuncs
` [RFC bpf-next v2 11/11] net/mlx5e: Support TX timestamp metadata
pull-request: ieee802154 for net-next 2023-06-23
2023-06-24 22:59 UTC (2+ messages)
[net-next V2 01/15] net/mlx5: Fix UAF in mlx5_eswitch_cleanup()
2023-06-24 22:50 UTC (2+ messages)
[PATCH net-next v1 0/3] netlink: add display-hint to ynl
2023-06-24 22:50 UTC (2+ messages)
[PATCH v3 1/1] net: axienet: Move reset before DMA detection
2023-06-24 22:50 UTC (2+ messages)
[PATCH v4 1/1] net: axienet: Move reset before 64-bit DMA detection
2023-06-24 22:50 UTC (2+ messages)
[PATCH net-next 0/8] selftests: mptcp: Refactoring and minor fixes
2023-06-24 22:40 UTC (2+ messages)
[PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2023-06-22 (ice)
2023-06-24 22:40 UTC (2+ messages)
[PATCH net-next v2 00/11] net: stmmac: introduce devres helpers for stmmac platform drivers
2023-06-24 22:40 UTC (2+ messages)
[PATCH v1 net] gtp: Fix use-after-free in __gtp_encap_destroy()
2023-06-24 22:30 UTC (2+ messages)
[PATCH net-next v2] net/tcp: optimise locking for blocking splice
2023-06-24 22:30 UTC (2+ messages)
[PATCH 00/26] use array_size
2023-06-24 22:28 UTC (14+ messages)
` [PATCH 02/26] octeon_ep: "
` [PATCH 04/26] gve: "
` [PATCH 09/26] pds_core: "
` [PATCH 11/26] ionic: "
` [PATCH 18/26] net: enetc: "
` [PATCH 22/26] net: mana: "
[PATCH v3] net: nfc: Fix use-after-free caused by nfc_llcp_find_local
2023-06-24 22:23 UTC (2+ messages)
[PATCH] revert "s390/net: lcs: use IS_ENABLED() for kconfig detection"
2023-06-24 22:20 UTC (2+ messages)
[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-22 (iavf)
2023-06-24 22:20 UTC (2+ messages)
[PATCH v2 net-next] af_unix: Call scm_recv() only after scm_set_cred()
2023-06-24 22:20 UTC (2+ messages)
[PATCH net] selftests: rtnetlink: remove netdevsim device after ipsec offload test
2023-06-24 22:20 UTC (2+ messages)
[PATCH net] sch_netem: fix issues in netem_change() vs get_dist_table()
2023-06-24 22:20 UTC (2+ messages)
[PATCH net] ibmvnic: Do not reset dql stats on NON_FATAL err
2023-06-24 22:19 UTC (2+ messages)
[PATCH v2] net: mana: Batch ringing RX queue doorbell on receiving packets
2023-06-24 22:10 UTC (2+ messages)
pull-request: bpf-next 2023-06-23
2023-06-24 22:10 UTC (2+ messages)
[PATCH net-next v2] net: phy: broadcom: drop brcm_phy_setbits() and use phy_set_bits() instead
2023-06-24 22:10 UTC (2+ messages)
[PATCH net v2 0/4][pull request] igc: TX timestamping fixes
2023-06-24 22:10 UTC (2+ messages)
tc.8: some remarks and a patch for the manual
2023-06-24 21:43 UTC
[RFC PATCH v9 00/10] Create common DPLL configuration API
2023-06-24 21:43 UTC (5+ messages)
[PATCH v2 net-next 0/3] Support offload LED blinking to PHY
2023-06-24 20:56 UTC (4+ messages)
` [PATCH v2 net-next 1/3] led: trig: netdev: Fix requesting offload device
` [PATCH v2 net-next 2/3] net: phy: phy_device: Call into the PHY driver to set LED offload
` [PATCH v2 net-next 3/3] net: phy: marvell: Add support for offloading LED blinking
[net-next 14/15] net/mlx5: Light probe local SFs
2023-06-24 20:47 UTC (12+ messages)
[PATCH net-next v2 00/10] net: phy: C45-over-C22 access
2023-06-24 20:15 UTC (3+ messages)
` [PATCH net-next v2 07/10] net: phy: add support for C45-over-C22 transfers
[PATCH v2 00/13] Add TJA1120 support
2023-06-24 19:33 UTC (15+ messages)
` [PATCH v2 05/13] net: phy: c45: detect 100BaseT1 and 1000BaseT1 PMA abilites
` [PATCH v2 06/13] net: phy: nxp-c45-tja11xx: use get_features
` [PATCH v2 07/13] net: phy: nxp-c45-tja11xx: add TJA1120 support
` [PATCH v2 08/13] net: phy: nxp-c45-tja11xx: enable LTC sampling on both ext_ts edges
` [PATCH v2 10/13] net: phy: nxp-c45-tja11xx: handle FUSA irq
` [PATCH v2 11/13] net: phy: nxp-c45-tja11xx: run cable test with the PHY in test mode
` [PATCH v2 13/13] net: phy: nxp-c45-tja11xx: reset PCS if the link goes down
[PATCH v2] net: cpsw: fix obtaining mac address for am3517
2023-06-24 15:59 UTC (11+ messages)
[PATCH net-next v3 0/4] introduce page_pool_alloc() API
2023-06-24 15:39 UTC (23+ messages)
` [PATCH net-next v3 3/4] page_pool: "
[RESEND][PATCH] net: cpsw: fix obtaining mac address for am3517
2023-06-24 14:36 UTC (5+ messages)
[PATCH v2 00/45] Add support for sam9x7 SoC family
2023-06-24 9:19 UTC (69+ messages)
` [PATCH v2 01/45] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60, sam9x7 compatible
` [PATCH v2 02/45] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible
` [PATCH v2 03/45] dt-bindings: usb: generic-ehci: Document clock-names property
` [PATCH v2 04/45] dt-bindings: net: cdns,macb: add documentation for sam9x7 ethernet interface
` [PATCH v2 12/45] dt-bindings: reset: atmel,at91sam9260-reset: add sam9x7 binding
` [PATCH v2 13/45] dt-bindings: atmel-sysreg: add bindings for sam9x7
` [PATCH v2 14/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel AES
` [PATCH v2 15/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel SHA
` [PATCH v2 16/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel TDES
` [PATCH v2 17/45] dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7
` [PATCH v2 18/45] dt-bindings: i2c: at91: Add SAM9X7 compatible string
` [PATCH v2 19/45] dt-bindings: mfd: "
` [PATCH v2 20/45] dt-bindings: atmel-gpbr: add microchip,sam9x7-gpbr
` [PATCH v2 21/45] dt-bindings: atmel-matrix: add microchip,sam9x7-matrix
` [PATCH v2 22/45] dt-bindings: atmel-smc: add microchip,sam9x7-smc
` [PATCH v2 23/45] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc
` [PATCH v2 24/45] dt-bindings: sdhci-of-at91: add microchip,sam9x7-sdhci
` [PATCH v2 25/45] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc
` [PATCH v2 26/45] dt-bindings: pinctrl: at91: add bindings for SAM9X7
` [PATCH v2 27/45] dt-bindings: rng: atmel,at91-trng: document sam9x7 TRNG
` [PATCH v2 28/45] dt-bindings: rtc: at91rm9200: add sam9x7 compatible
` [PATCH v2 29/45] dt-bindings: rtt: at91rm9260: "
` [PATCH v2 30/45] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x7
` [PATCH v2 31/45] dt-bindings: atmel-classd: add sam9x7 compatible
` [PATCH v2 32/45] spi: dt-bindings: atmel,at91rm9200-spi: "
` [PATCH v2 33/45] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x7
` [PATCH v2 34/45] dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt
` [PATCH v2 35/45] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic
` [PATCH v2 43/45] ARM: dts: at91: sam9x7: add device tree for SoC
` [PATCH v2 44/45] dt-bindings: arm: add sam9x75 curiosity board
` [PATCH v2 45/45] ARM: dts: at91: sam9x75_curiosity: add device tree for "
` (subset) [PATCH v2 00/45] Add support for sam9x7 SoC family
[PATCH bpf-next 00/12] bpf: Introduce bpf_mem_cache_free_rcu()
2023-06-24 9:12 UTC (10+ messages)
` [PATCH bpf-next 07/12] bpf: Add a hint to allocated objects
` [PATCH bpf-next 11/12] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
[PATCH net-next 0/8] mlxsw: Maintain candidate RIFs
2023-06-24 2:10 UTC (2+ messages)
[PATCH net] bonding: do not assume skb mac_header is set
2023-06-24 2:10 UTC (2+ messages)
[PATCH net] net: bcmgenet: Ensure MDIO unregistration has clocks enabled
2023-06-24 2:00 UTC (2+ messages)
[PATCH bpf-next v4 0/2] Fix missing synack in BPF cgroup_skb filters
2023-06-24 1:46 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] net: bpf: Check SKB ownership against full socket
` [PATCH bpf-next v4 2/2] selftests/bpf: Verify that the cgroup_skb filters receive expected packets
Fwd: Dell XPS 13 ath10k_pci firmware crashed!
2023-06-24 1:13 UTC (2+ messages)
[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
2023-06-23 18:34 UTC (6+ messages)
` [PATCH RFC net-next v4 8/8] tests: add vsock dgram tests
[PATCH iproute2-next v3] f_flower: add cfm support
2023-06-23 23:50 UTC (2+ messages)
[PATCH] net: lan743x: Don't sleep in atomic context
2023-06-23 23:29 UTC
[PATCH 2/2] mac80211: make ieee80211_tx_info padding explicit
2023-06-23 23:07 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).