messages from 2023-03-31 11:30:32 to 2023-03-31 21:44:55 UTC [more...]
[PATCH] net: netcp: MAX_SKB_FRAGS is now 'int'
2023-03-31 21:44 UTC (5+ messages)
[PATCH v4 1/2] net: stmmac: add support for platform specific reset
2023-03-31 21:22 UTC (2+ messages)
` [PATCH v4 2/2] net: stmmac: dwmac-imx: use platform specific reset for imx93 SoCs
[PATCH v3 1/2] net: stmmac: add support for platform specific reset
2023-03-31 21:19 UTC (4+ messages)
` [PATCH v3 2/2] net: stmmac: dwmac-imx: use platform specific reset for imx93 SoCs
` [EXT] "
[PATCH v3 net-next 1/2] net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devices
2023-03-31 21:01 UTC (4+ messages)
` [PATCH v3 net-next 2/2] net: ethernet: mtk_eth_soc: mtk_ppe: prefer newly added l2 flows
[PATCH] net: alteon: remove unused len variable
2023-03-31 20:55 UTC
Is udp-gro supposed to work on all network cards?
2023-03-31 20:39 UTC
[PATCH net-next 00/15] net: dsa: add support for MT7988
2023-03-31 20:33 UTC (12+ messages)
` [PATCH net-next 14/15] net: dsa: mt7530: introduce driver for MT7988 built-in switch
[linux-next:master] BUILD REGRESSION 4b0f4525dc4fe8af17b3daefe585f0c2eb0fe0a5
2023-03-31 20:25 UTC
[net-next PATCH v6 00/16] net: Add basic LED support for switch/phy
2023-03-31 20:09 UTC (3+ messages)
` [net-next PATCH v6 10/16] dt-bindings: leds: Document support for generic ethernet LEDs
[PATCH V2] net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
2023-03-31 19:46 UTC (6+ messages)
[BUG] net, pci: 6.3-rc1-4 hangs during boot on PowerEdge R620 with igb
2023-03-31 19:42 UTC (2+ messages)
[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
2023-03-31 19:16 UTC (61+ messages)
` [PATCH v3 01/55] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
` [PATCH v3 02/55] iov_iter: Remove last_offset member
` [PATCH v3 03/55] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH v3 04/55] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH v3 05/55] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH v3 07/55] tcp: Support MSG_SPLICE_PAGES
` [PATCH v3 08/55] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 09/55] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH v3 10/55] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH v3 11/55] espintcp: Inline do_tcp_sendpages()
` [PATCH v3 12/55] tls: "
` [PATCH v3 13/55] siw: "
` [PATCH v3 14/55] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH v3 15/55] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH v3 16/55] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 17/55] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH v3 18/55] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 19/55] af_unix: Support MSG_SPLICE_PAGES
` [PATCH v3 20/55] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 21/55] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH v3 22/55] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
` [PATCH v3 23/55] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH v3 24/55] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH v3 25/55] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 26/55] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
` [PATCH v3 27/55] tls/device: "
` [PATCH v3 28/55] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 29/55] tls/sw: Support MSG_SPLICE_PAGES
` Trivial TLS server
` Trivial TLS client
` [PATCH v3 30/55] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 31/55] chelsio: Support MSG_SPLICE_PAGES
` [PATCH v3 32/55] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 33/55] kcm: Support MSG_SPLICE_PAGES
` Test program for AF_KCM
` [PATCH v3 34/55] kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 35/55] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH v3 36/55] splice, net: Reimplement splice_to_socket() to pass multiple bufs to sendmsg()
` [PATCH v3 37/55] Remove file->f_op->sendpage
` [PATCH v3 38/55] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [PATCH v3 39/55] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH v3 40/55] iscsi: "
` [PATCH v3 41/55] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
` [PATCH v3 42/55] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [PATCH v3 43/55] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [PATCH v3 44/55] algif: Remove hash_sendpage*()
` [PATCH v3 45/55] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH v3 46/55] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH v3 47/55] dlm: "
` [PATCH v3 48/55] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH v3 49/55] nvme: "
` [PATCH v3 50/55] kcm: "
` [PATCH v3 51/55] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [PATCH v3 52/55] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH v3 53/55] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
` [PATCH v3 54/55] drdb: Send an entire bio in a single sendmsg
` [PATCH v3 55/55] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
[PATCH bpf V4 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
2023-03-31 19:12 UTC (9+ messages)
` [PATCH bpf V4 1/5] xdp: rss hash types representation
` [PATCH bpf V4 2/5] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [PATCH bpf V4 3/5] veth: "
` [PATCH bpf V4 4/5] mlx4: "
` [PATCH bpf V4 5/5] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
[RFC net-next 1/2] page_pool: allow caching from safely localized NAPI
2023-03-31 19:06 UTC (3+ messages)
[PATCH bpf V5 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
2023-03-31 18:55 UTC (6+ messages)
` [PATCH bpf V5 1/5] xdp: rss hash types representation
` [PATCH bpf V5 2/5] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [PATCH bpf V5 3/5] veth: "
` [PATCH bpf V5 4/5] mlx4: "
` [PATCH bpf V5 5/5] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
[PATCH v3 0/7] Process connector bug fixes & enhancements
2023-03-31 18:38 UTC (8+ messages)
` [PATCH v3 6/7] netlink: Add multicast group level permissions
[PATCH net-next RFC] Add NDOs for hardware timestamp get/set
2023-03-31 18:10 UTC (4+ messages)
[PATCH] qlcnic: check pci_reset_function result
2023-03-31 17:52 UTC (2+ messages)
[GIT PULL] netfilter updates for net-next 2023-03-30
2023-03-31 17:50 UTC (2+ messages)
[PATCH] dt-bindings: net: fec: add power-domains property
2023-03-31 17:50 UTC (2+ messages)
[PATCH net-next] net/mlx5: Fix check for allocation failure in comp_irqs_request_pci()
2023-03-31 17:39 UTC (2+ messages)
[PATCH] cmtp: fix argument error
2023-03-31 17:33 UTC (2+ messages)
[PATCH v10 00/13] Network support for Landlock
2023-03-31 17:30 UTC (4+ messages)
` [PATCH v10 09/13] landlock: Add network rules and TCP hooks support
[PATCH v2 1/2] net: stmmac: add support for platform specific reset
2023-03-31 16:53 UTC (3+ messages)
` [PATCH v2 2/2] net: stmmac: dwmac-imx: use platform specific reset for imx93 SoCs
` [Linux-stm32] "
[PATCH iproute2-next] tc: m_tunnel_key: support code for "nofrag" tunnels
2023-03-31 16:49 UTC
[Intel-wired-lan] [PATCH net-next 00/15] Introduce IDPF driver
2023-03-31 15:59 UTC (13+ messages)
` [Intel-wired-lan] [PATCH net-next 01/15] virtchnl: add virtchnl version 2 ops
` [Intel-wired-lan] [PATCH net-next 04/15] idpf: add core init and interrupt request
` [Intel-wired-lan] [PATCH net-next 05/15] idpf: add create vport and netdev configuration
` [Intel-wired-lan] [PATCH net-next 06/15] idpf: continue expanding init task
` [Intel-wired-lan] [PATCH net-next 07/15] idpf: configure resources for TX queues
` [Intel-wired-lan] [PATCH net-next 09/15] idpf: initialize interrupts and enable vport
[PATCH net-next] net/mlx5e: Remove NULL check before dev_{put, hold}
2023-03-31 15:44 UTC (2+ messages)
[PATCH RFC net-next v19] vmxnet3: Add XDP support
2023-03-31 15:43 UTC (2+ messages)
[RFC net-next] net: phy: introduce phy_reg_field interface
2023-03-31 15:25 UTC (7+ messages)
[PATCH] wifi: rt2x00: Fix memory leak when handling surveys
2023-03-31 15:17 UTC (2+ messages)
[PATCH RFC 00/20] ARM: oxnas support removal
2023-03-31 14:58 UTC (7+ messages)
` [PATCH RFC 15/20] dt-bindings: gpio: gpio_oxnas: remove obsolete bindings
[PATCH] mwifiex: remove unused evt_buf variable
2023-03-31 14:54 UTC (2+ messages)
` wifi: "
[PATCH] brcmsmac: ampdu: remove unused suc_mpdu variable
2023-03-31 14:53 UTC (2+ messages)
` wifi: "
[PATCH v2] rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg()
2023-03-31 14:53 UTC (2+ messages)
` [v2] wifi: "
[PATCH v2] rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg()
2023-03-31 14:51 UTC (2+ messages)
` [v2] wifi: "
[PATCH] wifi: mac80211: remove unused has_5g variable
2023-03-31 14:50 UTC (2+ messages)
` wifi: brcmsmac: "
[PATCH] b43legacy: remove unused freq_r3A_value function
2023-03-31 14:50 UTC (2+ messages)
` wifi: "
[PATCH][next] rtlwifi: Replace fake flex-array with flex-array member
2023-03-31 14:49 UTC (4+ messages)
` [next] wifi: "
[PATCH 4/5] wifi: rtw88: Remove redundant pci_clear_master
2023-03-31 14:49 UTC (2+ messages)
[PATCH][next] wifi: rndis_wlan: Replace fake flex-array with flexible-array member
2023-03-31 14:48 UTC (2+ messages)
[PATCH] wifi: rtw88: remove unused rtw_pci_get_tx_desc function
2023-03-31 14:46 UTC (2+ messages)
[PATCH net-next] rsi: Slightly simplify rsi_set_channel()
2023-03-31 14:45 UTC (2+ messages)
` [net-next] wifi: "
[PATCH] ipw2x00: remove unused _ipw_read16 function
2023-03-31 14:44 UTC (2+ messages)
` wifi: "
[PATCH net-next v2 0/4] Support MACsec VLAN
2023-03-31 14:33 UTC (7+ messages)
` [PATCH net-next v2 1/4] vlan: Add MACsec offload operations for VLAN interface
[PATCH net-next 1/1] i40e: Add support for VF to specify its primary MAC address
2023-03-31 14:29 UTC (2+ messages)
[PATCH v2] dt-bindings: mt76: add active-low property for led
2023-03-31 14:22 UTC (4+ messages)
[PATCH net-next 0/3] mlxsw: Use static trip points for transceiver modules
2023-03-31 14:17 UTC (4+ messages)
` [PATCH net-next 1/3] mlxsw: core_thermal: "
` [PATCH net-next 2/3] mlxsw: core_thermal: Make mlxsw_thermal_module_init() void
` [PATCH net-next 3/3] mlxsw: core_thermal: Simplify transceiver module get_temp() callback
[PATCH] ath11k: pci: Add more MODULE_FIRMWARE() entries
2023-03-31 14:16 UTC (4+ messages)
[PATCH net-next v3 0/4] Support MACsec VLAN
2023-03-31 13:50 UTC (9+ messages)
` [PATCH net-next v3 1/4] vlan: Add MACsec offload operations for VLAN interface
` [PATCH net-next v3 2/4] net/mlx5: Support MACsec over VLAN
` [PATCH net-next v3 3/4] net/mlx5: Consider VLAN interface in MACsec TX steering rules
` [PATCH net-next v3 4/4] macsec: Add MACsec rx_handler change support
[PATCH net-next 0/2] Add support for J784S4 CPSW9G
2023-03-31 13:46 UTC (10+ messages)
` [PATCH net-next 2/2] net: ethernet: ti: am65-cpsw: Enable USXGMII mode "
[PATCH iproute2] ip-xfrm: accept "allow" as action in ip xfrm policy setdefault
2023-03-31 13:29 UTC (2+ messages)
[PATCH v2 net-next 00/10] mtk: wed: move cpuboot, ilm and dlm in dedicated dts nodes
2023-03-31 13:12 UTC (11+ messages)
` [PATCH v2 net-next 01/10] net: ethernet: mtk_wed: rename mtk_wed_get_memory_region in mtk_wed_get_reserved_memory_region
` [PATCH v2 net-next 02/10] net: ethernet: mtk_wed: move cpuboot in a dedicated dts node
` [PATCH v2 net-next 03/10] dt-bindings: soc: mediatek: "
` [PATCH v2 net-next 04/10] arm64: dts: mt7986: move cpuboot in a dedicated node
` [PATCH v2 net-next 05/10] net: ethernet: mtk_wed: move ilm a dedicated dts node
` [PATCH v2 net-next 06/10] dt-bindings: soc: mediatek: move ilm in "
` [PATCH v2 net-next 07/10] arm64: dts: mt7986: move ilm in a dedicated node
` [PATCH v2 net-next 08/10] net: ethernet: mtk_wed: move dlm a dedicated dts node
` [PATCH v2 net-next 09/10] dt-bindings: soc: mediatek: move dlm in "
` [PATCH v2 net-next 10/10] arm64: dts: mt7986: move dlm in a dedicated node
Potential regression/bug in net/mlx5 driver
2023-03-31 13:10 UTC (2+ messages)
[PATCH net] ethtool: reset #lanes when lanes is omitted
2023-03-31 13:10 UTC (2+ messages)
[RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
2023-03-31 13:05 UTC (5+ messages)
` [RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
[PATCH v3 0/3] wifi: rtw88: Three locking fixes for existing code
2023-03-31 12:59 UTC (3+ messages)
` [PATCH v3 1/3] wifi: rtw88: Move register access from rtw_bf_assoc() outside the RCU
[PATCH net] net: ethernet: mtk_eth_soc: fix remaining throughput regression
2023-03-31 12:49 UTC
[PATCH net v2] net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
2023-03-31 12:49 UTC (3+ messages)
[PATCH net] net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G links
2023-03-31 12:46 UTC (12+ messages)
` Aw: "
` Aw: "
` Aw: "
` Aw: "
` Aw: "
` Aw: "
[PATCH v2 net-next 0/6] ATU and FDB synchronization on locked ports
2023-03-31 12:43 UTC (10+ messages)
` [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
[PATCH net-next] net: minor reshuffle of napi_struct
2023-03-31 12:37 UTC (2+ messages)
[PATCH bpf RFC-V3 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
2023-03-31 11:49 UTC (7+ messages)
` [PATCH bpf RFC-V3 1/5] xdp: rss hash types representation
[PATCH v5 0/5] Introduce PRU platform consumer API
2023-03-31 11:34 UTC (7+ messages)
` [PATCH v5 3/5] soc: ti: pruss: Add pruss_cfg_read()/update() API
` [EXTERNAL] "
[PATCH v6 0/4] Introduce PRU platform consumer API
2023-03-31 11:29 UTC (2+ messages)
` [PATCH v6 4/4] soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFR
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).