messages from 2023-04-05 00:11:03 to 2023-04-05 16:57:55 UTC [more...]
[PATCH net-next v4 00/20] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-04-05 16:53 UTC (17+ 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
[RFC PATCH net-next] net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub
2023-04-05 16:51 UTC
[PATCH 0/5] Remove acpi.h implicit include of of.h
2023-04-05 16:47 UTC (4+ messages)
` [PATCH 5/5] ACPI: Replace irqdomain.h include with struct declarations
[PATCH] net: Added security socket
2023-04-05 16:47 UTC (2+ messages)
[RFC PATCH v3 3/5] Add ndo_hwtstamp_get/set support to vlan code path
2023-04-05 16:42 UTC (5+ 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 bpf-next 0/6] bpf: add netfilter program type
2023-04-05 16:11 UTC (7+ 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
[PATCHv2 0/2] Fix RK3588 error prints
2023-04-05 16:10 UTC (3+ 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 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] net: sfp: initialize sfp->i2c_block_size at sfp allocation
2023-04-05 15:39 UTC
[PATCH 00/12] Rework PHY reset handling
2023-04-05 16:09 UTC (27+ messages)
` [PATCH 01/12] net: phy: refactor phy_device_create function
` [PATCH 02/12] net: phy: refactor get_phy_device function
` [PATCH 03/12] net: phy: add phy_device_set_miits helper
` [PATCH 04/12] net: phy: unify get_phy_device and phy_device_create parameter list
` [PATCH 05/12] net: phy: add phy_id_broken support
` [PATCH 06/12] net: phy: add phy_device_atomic_register helper
` [PATCH 07/12] net: mdio: make use of "
` [PATCH 08/12] net: phy: add possibility to specify mdio device parent
` [PATCH 09/12] net: phy: nxp-tja11xx: make use of phy_device_atomic_register()
` [PATCH 10/12] of: mdio: remove now unused of_mdiobus_phy_device_register()
` [PATCH 11/12] net: mdiobus: remove now unused fwnode helpers
` [PATCH 12/12] net: phy: add default gpio assert/deassert delay
[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 (3+ 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 (6+ messages)
` [PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH v3 38/55] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
[PATCH v4 0/9] rtw88: Add SDIO support
2023-04-05 15:02 UTC (6+ messages)
` [PATCH v4 9/9] wifi: rtw88: Add support for the SDIO based RTL8821CS chipset
[RFC PATCH net-next v4 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
2023-04-05 14:48 UTC (2+ messages)
[PATCH net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
2023-04-05 14:40 UTC (2+ messages)
[PATCH net-next] selftests: forwarding: hw_stats_l3: Detect failure to install counters
2023-04-05 14:25 UTC
[PATCH v8 0/4] Another crack at a handshake upcall mechanism
2023-04-05 14:25 UTC (13+ messages)
` [PATCH v8 1/4] net/handshake: Create a NETLINK service for handling handshake requests
` [PATCH v8 3/4] net/handshake: Add Kunit tests for the handshake consumer API
[PATCH net-next v3 0/4] Support MACsec VLAN
2023-04-05 13:47 UTC (5+ messages)
` [PATCH net-next v3 1/4] vlan: Add MACsec offload operations for VLAN interface
` [EXT] Fwd: "
[PATCH] iov_iter: Remove last_offset member
2023-04-05 13:37 UTC (2+ messages)
[REGRESSION] v6.1+ bind() does not fail with EADDRINUSE if dual stack is bound
2023-04-05 13:31 UTC (2+ messages)
[PATCH net-next v3 0/5] ice: allow matching on meta data
2023-04-05 13:31 UTC (8+ messages)
` [PATCH net-next v3 1/5] ice: define meta data to match in switch
` [PATCH net-next v3 2/5] ice: remove redundant Rx field from rule info
` [PATCH net-next v3 3/5] ice: allow matching on meta data
` [PATCH net-next v3 4/5] ice: specify field names in ice_prot_ext init
` [PATCH net-next v3 5/5] ice: use src VSI instead of src MAC in slow-path
Bug report: UDP ~20% degradation
2023-04-05 13:19 UTC (6+ messages)
[PATCH net v2] gve: Secure enough bytes in the first TX desc for all TCP pkts
2023-04-05 13:13 UTC (3+ messages)
` [PATCH net v2] gve: Secure enough bytes in the first TX desc for all TCP pkts: manual merge
[PATCH] qlcnic: check pci_reset_function result
2023-04-05 13:04 UTC (4+ messages)
[PATCH net 1/1] net: stmmac: check fwnode for phy device before scanning for phy
2023-04-05 13:03 UTC (7+ messages)
[PATCH net] bgmac: fix *initial* chip reset to support BCM5358
2023-04-05 12:42 UTC (5+ messages)
[PATCH 0/2] net: thunderbolt: Fix for sparse warnings and typo
2023-04-05 12:28 UTC (7+ messages)
` [PATCH 1/2] net: thunderbolt: Fix sparse warnings
[PATCH] dt-bindings: net: dsa: brcm,sf2: Drop unneeded "#address-cells/#size-cells"
2023-04-05 12:24 UTC (3+ messages)
[PATCH] dt-bindings: net: ethernet-switch: Make "#address-cells/#size-cells" required
2023-04-05 12:23 UTC (3+ messages)
[RFC PATCH v3 5/5] Convert Intel e1000e NIC driver to use ndo_hwtstamp_get/set callbacks
2023-04-05 12:15 UTC (2+ messages)
[PATCH net-next v2] nfp: initialize netdev's dev_port with correct id
2023-04-05 12:08 UTC
[PATCH net-next RFC v2] Add NDOs for hardware timestamp get/set
2023-04-05 12:06 UTC (9+ messages)
INFO: task hung in rfkill_unregister
2023-04-05 11:32 UTC (2+ messages)
[PATCH net-next v5] vxlan: try to send a packet normally if local bypass fails
2023-04-05 11:24 UTC (5+ messages)
KASAN: use-after-free Read in tcp_write_timer_handler
2023-04-05 11:28 UTC (2+ messages)
pull-request: wireless-next-2023-04-05
2023-04-05 11:10 UTC
kernel BUG in pfkey_send_acquire
2023-04-05 10:59 UTC
pull-request: wireless-2023-04-05
2023-04-05 10:55 UTC
[PATCH net-next 00/10] Improve IPsec limits, ESN and replay window in mlx5
2023-04-05 10:38 UTC (3+ messages)
` [PATCH net-next 05/10] xfrm: don't require advance ESN callback for packet offload
[PATCH] wifi: ath11k: Add a warning for wcn6855 spurious wakeup events
2023-04-05 10:27 UTC (6+ messages)
[Intel-wired-lan] [PATCH net-next 00/15] Introduce IDPF driver
2023-04-05 10:07 UTC (8+ messages)
` [Intel-wired-lan] [PATCH net-next 09/15] idpf: initialize interrupts and enable vport
` [Intel-wired-lan] [PATCH net-next 12/15] idpf: add RX splitq napi poll support
[PATCH v2 net-next] bluetooth: unregister correct BTPROTO for CMTP
2023-04-05 10:03 UTC (4+ messages)
[PATCH net 0/3] bonding: fix ns validation on backup slaves
2023-04-05 9:57 UTC (7+ messages)
` [PATCH net 2/3] selftests: bonding: re-format bond option tests
[PATCH net-next v2 0/4] Support MACsec VLAN
2023-04-05 9:41 UTC (16+ messages)
` [PATCH net-next v2 1/4] vlan: Add MACsec offload operations for VLAN interface
` [PATCH net-next 4/4] macsec: Add MACsec rx_handler change support
[RFC PATCH net-next 0/6] ethtool: track custom RSS contexts in the core
2023-04-05 9:34 UTC (6+ messages)
` [RFC PATCH net-next 2/6] net: ethtool: record custom RSS contexts in the IDR
[PATCH net 0/4] pull-request: can 2023-04-05
2023-04-05 9:24 UTC (5+ messages)
` [PATCH net 1/4] can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
` [PATCH net 2/4] can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
` [PATCH net 3/4] can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
` [PATCH net 4/4] can: isotp: fix race between isotp_sendsmg() and isotp_release()
[PATCH iproute2-next v1 1/1 v1] ip-link: add support for nolocalbypass in vxlan
2023-04-05 9:15 UTC (4+ messages)
RE [PATCH net v5 2/3] net: stmmac: check if MAC needs to attach to a PHY
2023-04-05 9:06 UTC (2+ messages)
` "
[PATCH net-next] bonding: add software timestamping support
2023-04-05 9:04 UTC (7+ messages)
[PATCH net-next 0/3] ksz884x: remove unused functions and #defines
2023-04-05 8:39 UTC (4+ messages)
` [PATCH net-next 1/3] ksz884x: remove commented-out #defines
` [PATCH net-next 2/3] ksz884x: remove unused #defines
` [PATCH net-next 3/3] ksz884x: remove unused functions
[PATCH bpf-next] selftests: xsk: Disable IPv6 on VETH1
2023-04-05 8:29 UTC
[PATCH net-next v2 0/4] ice: allow matching on meta data
2023-04-05 8:07 UTC (4+ messages)
` [PATCH net-next v2 4/4] ice: use src VSI instead of src MAC in slow-path
` [Intel-wired-lan] "
[PATCH net v3] net: openvswitch: fix race on port output
2023-04-05 7:53 UTC
[PATCH net-next] selftests/net: fix typo in tcp_mmap
2023-04-05 7:15 UTC
[net-next v9 0/6] Add Ethernet driver for StarFive JH7110 SoC
2023-04-05 6:34 UTC (3+ messages)
` [net-next v9 4/6] dt-bindings: net: Add support StarFive dwmac
[RFC PATCH v3 2/5] Add ifreq pointer field to kernel_hwtstamp_config structure
2023-04-05 6:33 UTC
[net PATCH 0/7] octeontx2: Miscellaneous fixes
2023-04-05 6:15 UTC (3+ messages)
[PATCH v8 net-next 00/14] pds_core driver
2023-04-05 6:07 UTC (7+ messages)
` [PATCH v8 net-next 10/14] pds_core: add auxiliary_bus devices
[PATCH] r8152: Advertise support for software timestamping
2023-04-05 5:26 UTC
[PATCH iproute2-next v2 v1] ip-link: add support for nolocalbypass in vxlan
2023-04-05 5:03 UTC
[PATCH net-next v6] vxlan: try to send a packet normally if local bypass fails
2023-04-05 5:01 UTC
[PATCH v8 0/4] Add WCN6855 Bluetooth support
2023-04-05 4:09 UTC (2+ messages)
` (subset) "
[PATCH v5 0/4] Add WCN6855 Bluetooth support
2023-04-05 4:09 UTC (2+ messages)
[PATCH v2 0/4] Attempt at adding WCN6855 BT support
2023-04-05 4:09 UTC (2+ messages)
[PATCH iproute2] ip-xfrm: accept "allow" as action in ip xfrm policy setdefault
2023-04-05 2:20 UTC (2+ messages)
[PATCH net-next] net: qrtr: correct types of trace event parameters
2023-04-05 2:10 UTC (2+ messages)
[PATCH net-next] net: phy: meson-gxl: enable edpd tunable support for G12A internal PHY
2023-04-05 2:00 UTC (2+ messages)
[PATCH net] netlink: annotate lockless accesses to nlk->max_recvmsg_len
2023-04-05 2:00 UTC (2+ messages)
[PATCH net v2] ethtool: reset #lanes when lanes is omitted
2023-04-05 2:00 UTC (2+ messages)
[PATCH v1 net 0/2] raw/ping: Fix locking in /proc/net/{raw,icmp}
2023-04-05 2:00 UTC (2+ messages)
[PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier
2023-04-05 1:51 UTC (8+ messages)
` [PATCH bpf-next 4/8] bpf: Teach verifier that certain helpers accept NULL pointer
[linux-next:master] BUILD REGRESSION 6a53bda3aaf3de5edeea27d0b1d8781d067640b6
2023-04-05 0:41 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).