messages from 2023-04-05 14:48:30 to 2023-04-06 00:30:25 UTC [more...]
[PATCH net 1/4] can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
2023-04-06 0:30 UTC (2+ messages)
[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-04-04 (ice)
2023-04-06 0:30 UTC (2+ messages)
[PATCH net 0/3] bonding: fix ns validation on backup slaves
2023-04-06 0:23 UTC (8+ messages)
` [PATCH net 2/3] selftests: bonding: re-format bond option tests
[PATCH v8 0/7] pci: Work around ASMedia ASM2824 PCIe link training failures
2023-04-06 0:21 UTC (8+ messages)
` [PATCH v8 1/7] PCI: pciehp: Rely on `link_active_reporting'
` [PATCH v8 2/7] PCI: Export PCI link retrain timeout
` [PATCH v8 3/7] PCI: Execute `quirk_enable_clear_retrain_link' earlier
` [PATCH v8 4/7] PCI: Initialize `link_active_reporting' earlier
` [PATCH v8 5/7] powerpc/eeh: Rely on `link_active_reporting'
` [PATCH v8 6/7] net/mlx5: "
` [PATCH v8 7/7] PCI: Work around PCIe link training failures
[PATCH net 0/2][pull request] iavf: fix racing in VLANs
2023-04-06 0:15 UTC (3+ messages)
` [PATCH net 1/2] iavf: refactor VLAN filter states
[PATCH bpf v4 00/12] bpf sockmap fixes
2023-04-06 0:14 UTC (14+ messages)
` [PATCH bpf v4 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v4 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v4 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v4 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v4 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v4 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v4 07/12] bpf: sockmap incorrectly handling copied_seq
` [PATCH bpf v4 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v4 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v4 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v4 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v4 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops
[PATCH bpf-next v2 0/2] xsk: Fix unaligned descriptor validation
2023-04-06 0:17 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE
[PATCH bpf] xsk: Fix unaligned descriptor validation
2023-04-06 0:12 UTC (6+ messages)
[RFC PATCH v3 3/5] Add ndo_hwtstamp_get/set support to vlan code path
2023-04-06 0:00 UTC (12+ messages)
[PATCH net-next] net: sunhme: move asm includes to below linux includes
2023-04-05 23:25 UTC (7+ messages)
[RFC net-next v2 0/3] page_pool: allow caching from safely localized NAPI
2023-04-05 23:21 UTC (4+ messages)
` [RFC net-next v2 1/3] net: skb: plumb napi state thru skb freeing paths
` [RFC net-next v2 2/3] page_pool: allow caching from safely localized NAPI
` [RFC net-next v2 3/3] bnxt: hook NAPIs to page pools
[PATCH net-next v3 0/7] net: lockless stop/wake combo macros
2023-04-05 22:31 UTC (8+ messages)
` [PATCH net-next v3 1/7] docs: net: reformat driver.rst from a list to sections
` [PATCH net-next v3 2/7] docs: net: move the probe and open/close sections of driver.rst up
` [PATCH net-next v3 3/7] docs: net: use C syntax highlight in driver.rst
` [PATCH net-next v3 4/7] net: provide macros for commonly copied lockless queue stop/wake code
` [PATCH net-next v3 5/7] ixgbe: use new queue try_stop/try_wake macros
` [PATCH net-next v3 6/7] bnxt: "
` [PATCH net-next v3 7/7] net: piggy back on the memory barrier in bql when waking queues
[PATCH net-next 0/3] net: provide macros for commonly copied lockless queue stop/wake code
2023-04-05 22:20 UTC (10+ messages)
` [PATCH net-next 1/3] "
KASAN: use-after-free Read in tcp_write_timer_handler
2023-04-05 22:17 UTC (4+ messages)
Missing macvlan documentation
2023-04-05 21:52 UTC
[PATCH net] net: sfp: initialize sfp->i2c_block_size at sfp allocation
2023-04-05 21:13 UTC (5+ messages)
[PATCH] net/mlx5: stop waiting for PCI link if reset is required
2023-04-05 21:06 UTC (2+ messages)
[PATCH] wifi: ath11k: Add a warning for wcn6855 spurious wakeup events
2023-04-05 20:47 UTC (7+ messages)
[RFC PATCH net-next 0/12] net: dsa: mt7530: fix port 5 phylink, phy muxing, and port 6
2023-04-05 20:38 UTC (13+ messages)
` [RFC PATCH net-next 01/12] net: dsa: mt7530: fix comments regarding port 5 and 6 for both switches
` [RFC PATCH net-next 02/12] net: dsa: mt7530: fix phylink for port 5 and fix port 5 modes
` [RFC PATCH net-next 03/12] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
` [RFC PATCH net-next 04/12] net: dsa: mt7530: set priv->p5_interface in correct conditions
` [RFC PATCH net-next 05/12] net: dsa: mt7530: remove p5_intf_sel default case from mt7530_setup_port5()
` [RFC PATCH net-next 06/12] net: dsa: mt7530: do not set CPU port interfaces to PHY_INTERFACE_MODE_NA
` [RFC PATCH net-next 07/12] net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
` [RFC PATCH net-next 08/12] net: dsa: mt7530: remove pad_setup function pointer
` [RFC PATCH net-next 09/12] net: dsa: mt7530: move enabling port 6 to mt7530_setup_port6()
` [RFC PATCH net-next 10/12] net: dsa: mt7530: switch to if/else statements on mt7530_setup_port6()
` [RFC PATCH net-next 11/12] net: dsa: mt7530: set TRGMII RD TAP if trgmii is being used
` [RFC PATCH net-next 12/12] net: dsa: mt7530: move lowering port 5 RGMII driving to mt7530_setup()
[PATCH 00/12] Rework PHY reset handling
2023-04-05 20:34 UTC (17+ messages)
` [PATCH 03/12] net: phy: add phy_device_set_miits helper
` [PATCH 05/12] net: phy: add phy_id_broken support
` [PATCH 06/12] net: phy: add phy_device_atomic_register helper
[RFC PATCH net-next] net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub
2023-04-05 20:31 UTC (6+ messages)
[PATCH v2 00/10] Remove acpi.h implicit include of of.h
2023-04-05 20:27 UTC (11+ messages)
` [PATCH v2 01/10] iio: adc: ad7292: Add explicit include for of.h
` [PATCH v2 02/10] staging: iio: resolver: ad2s1210: "
` [PATCH v2 03/10] net: rfkill-gpio: "
` [PATCH v2 04/10] serial: 8250_tegra: "
` [PATCH v2 05/10] ata: pata_macio: Add explicit include of irqdomain.h
` [PATCH v2 06/10] pata: ixp4xx: Add explicit include for of.h
` [PATCH v2 07/10] virtio-mmio: "
` [PATCH v2 08/10] tpm: atmel: "
` [PATCH v2 09/10] fpga: lattice-sysconfig-spi: "
` [PATCH v2 10/10] ACPI: Replace irqdomain.h include with struct declarations
[PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier
2023-04-05 20:11 UTC (9+ messages)
[PATCH v5 0/9] rtw88: Add SDIO support
2023-04-05 20:07 UTC (10+ messages)
` [PATCH v5 1/9] wifi: rtw88: Clear RTW_FLAG_POWERON early in rtw_mac_power_switch()
` [PATCH v5 2/9] wifi: rtw88: sdio: Add HCI implementation for SDIO based chipsets
` [PATCH v5 3/9] wifi: rtw88: mac: Support SDIO specific bits in the power on sequence
` [PATCH v5 4/9] wifi: rtw88: main: Add the {cpwm,rpwm}_addr for SDIO based chipsets
` [PATCH v5 5/9] wifi: rtw88: main: Reserve 8 bytes of extra TX headroom for SDIO cards
` [PATCH v5 6/9] mmc: sdio: add Realtek SDIO vendor ID and various wifi device IDs
` [PATCH v5 7/9] wifi: rtw88: Add support for the SDIO based RTL8822BS chipset
` [PATCH v5 8/9] wifi: rtw88: Add support for the SDIO based RTL8822CS chipset
` [PATCH v5 9/9] wifi: rtw88: Add support for the SDIO based RTL8821CS chipset
[PATCH v4 0/9] rtw88: Add SDIO support
2023-04-05 19:51 UTC (7+ messages)
` [PATCH v4 9/9] wifi: rtw88: Add support for the SDIO based RTL8821CS chipset
[PATCH bpf-next] selftests: xsk: Disable IPv6 on VETH1
2023-04-05 19:50 UTC (2+ messages)
[PATCH bpf] selftests: xsk: Deflakify STATS_RX_DROPPED test
2023-04-05 19:50 UTC (2+ messages)
[PATCH] qlcnic: check pci_reset_function result
2023-04-05 19:37 UTC (2+ messages)
[PATCH v10 00/13] Network support for Landlock
2023-04-05 19:19 UTC (8+ messages)
` [PATCH v10 09/13] landlock: Add network rules and TCP hooks support
[PATCH net-next 0/5] tsnep: XDP socket zero-copy support
2023-04-05 19:15 UTC (9+ messages)
` [PATCH net-next 4/5] tsnep: Add XDP socket zero-copy RX support
` [PATCH net-next 5/5] tsnep: Add XDP socket zero-copy TX support
[PATCHv2 0/2] Fix RK3588 error prints
2023-04-05 19:05 UTC (7+ messages)
` [PATCHv2 1/2] net: ethernet: stmmac: dwmac-rk: rework optional clock handling
` [PATCHv2 2/2] net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling
[PATCH net 1/1] net: stmmac: check fwnode for phy device before scanning for phy
2023-04-05 19:02 UTC (2+ messages)
[PATCH bpf-next] selftests: xsk: Add xskxceiver.h dependency to Makefile
2023-04-05 18:30 UTC (2+ messages)
[PATCH bpf-next 0/6] bpf: add netfilter program type
2023-04-05 18:22 UTC (8+ messages)
` [PATCH bpf-next 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next 2/6] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next 3/6] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next 4/6] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next 5/6] tools: bpftool: print netfilter link info
` [PATCH bpf-next 6/6] bpf: add test_run support for netfilter program type
[PATCH 0/5] Remove acpi.h implicit include of of.h
2023-04-05 18:11 UTC (5+ messages)
` [PATCH 5/5] ACPI: Replace irqdomain.h include with struct declarations
[PATCH RFC net-next 6/7] net: dsa: mv88e6xxx: provide software node for default settings
2023-04-05 17:51 UTC (11+ messages)
[PATCH v8 net-next 00/14] pds_core driver
2023-04-05 17:17 UTC (8+ messages)
` [PATCH v8 net-next 10/14] pds_core: add auxiliary_bus devices
[RFC net-next 1/2] page_pool: allow caching from safely localized NAPI
2023-04-05 17:11 UTC (10+ messages)
[PATCH net v3 0/3] Fix PHY handle no longer parsing
2023-04-05 17:08 UTC (4+ messages)
` [PATCH net v3 2/3] net: stmmac: check if MAC needs to attach to a PHY
[RFC PATCH net-next v4 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
2023-04-05 17:04 UTC (3+ messages)
[PATCH net-next v4 00/20] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-04-05 16:53 UTC (21+ messages)
` [PATCH net-next v4 01/20] net: Add samples for network I/O and splicing
` [PATCH net-next v4 02/20] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v4 03/20] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v4 04/20] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v4 05/20] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v4 06/20] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 07/20] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v4 08/20] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v4 09/20] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v4 10/20] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v4 11/20] tls: "
` [PATCH net-next v4 12/20] siw: "
` [PATCH net-next v4 13/20] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v4 14/20] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v4 15/20] ip: Remove ip_append_page()
` [PATCH net-next v4 16/20] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 17/20] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v4 18/20] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 19/20] af_unix: "
` [PATCH net-next v4 20/20] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
[PATCH] net: Added security socket
2023-04-05 16:47 UTC (2+ messages)
[RFC PATCH v3 4/5] Convert netdevsim driver to use ndo_hwtstamp_get/set for hw timestamp requests
2023-04-05 16:35 UTC (3+ messages)
[PATCH] staging: qlge: Remove macro FILL_SEG
2023-04-05 16:21 UTC (2+ messages)
[PATCH v4 net-next 1/2] net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devices
2023-04-05 16:10 UTC (4+ messages)
` [PATCH v4 net-next 2/2] net: ethernet: mtk_eth_soc: mtk_ppe: prefer newly added l2 flows
[PATCH net-next] net/sched: sch_mqprio: use netlink payload helpers
2023-04-05 16:04 UTC (2+ messages)
[RFC PATCH v3 1/5] Add NDOs for hardware timestamp get/set
2023-04-05 15:54 UTC (3+ messages)
[PATCH v1 net-next] selftest/net: Fix uninit val warning in tcp_mmap.c
2023-04-05 15:25 UTC (2+ messages)
[PATCH] skbuff: Fix a race between coalescing and releasing SKBs
2023-04-05 15:06 UTC (6+ messages)
[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
2023-04-05 15:04 UTC (3+ messages)
` [PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu
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).