Show patches with: State = Action Required       |    Archived = No       |   222 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[net-next] tcp_bpf: remove an unused parameter for bpf_tcp_ingress() [net-next] tcp_bpf: remove an unused parameter for bpf_tcp_ingress() 1 1 - 611- 2024-08-23 Yaxin Chen bpf Needs ACK
[net-next,v29,01/13] rtase: Add support for a pci table in this module Add Realtek automotive PCIe driver - - - 181- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,02/13] rtase: Implement the .ndo_open function Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,03/13] rtase: Implement the rtase_down function Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,04/13] rtase: Implement the interrupt routine and rtase_poll Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,05/13] rtase: Implement hardware configuration function Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,06/13] rtase: Implement .ndo_start_xmit function Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,07/13] rtase: Implement a function to receive packets Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,08/13] rtase: Implement net_device_ops Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,09/13] rtase: Implement pci_driver suspend and resume function Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,10/13] rtase: Implement ethtool function Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,11/13] rtase: Add a Makefile in the rtase folder Add Realtek automotive PCIe driver - - - 181- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,12/13] realtek: Update the Makefile and Kconfig in the realtek folder Add Realtek automotive PCIe driver - - - 181- 2024-08-29 Justin Lai netdev Needs ACK
[net-next,v29,13/13] MAINTAINERS: Add the rtase ethernet driver entry Add Realtek automotive PCIe driver - - - 19-- 2024-08-29 Justin Lai netdev Needs ACK
[v7,bpf-next,01/10] lib/buildid: harden build ID parsing logic Harden and extend ELF build ID parsing logic - 2 - 5911 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v7,bpf-next,02/10] lib/buildid: add single folio-based file reader abstraction Harden and extend ELF build ID parsing logic - 2 - 592- 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v7,bpf-next,03/10] lib/buildid: take into account e_phoff when fetching program headers Harden and extend ELF build ID parsing logic - 1 - 601- 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v7,bpf-next,04/10] lib/buildid: remove single-page limit for PHDR search Harden and extend ELF build ID parsing logic - 1 - 61-- 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v7,bpf-next,05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault() Harden and extend ELF build ID parsing logic - 1 - 592- 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v7,bpf-next,06/10] lib/buildid: implement sleepable build_id_parse() API Harden and extend ELF build ID parsing logic - 2 - 601- 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v7,bpf-next,07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF Harden and extend ELF build ID parsing logic - 1 - 601- 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v7,bpf-next,08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry Harden and extend ELF build ID parsing logic - 1 - 592- 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v7,bpf-next,09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers Harden and extend ELF build ID parsing logic - 1 - 5821 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v7,bpf-next,10/10] selftests/bpf: add build ID tests Harden and extend ELF build ID parsing logic - 1 - 592- 2024-08-29 Andrii Nakryiko bpf Needs ACK
[v5] ptp: Add support for the AMZNC10C 'vmclock' device [v5] ptp: Add support for the AMZNC10C 'vmclock' device - - - 1621 2024-08-23 David Woodhouse netdev Under Review
[net-next,v3] net: dsa: vsc73xx: implement FDB operations [net-next,v3] net: dsa: vsc73xx: implement FDB operations - - - 181- 2024-08-27 Pawel Dembicki netdev Under Review
[iproute2] include/libnetlink.h: add missing include for htobe64 definitions [iproute2] include/libnetlink.h: add missing include for htobe64 definitions - - - 1-- 2024-08-26 Alexander Kanavin dsa New
[bpf-next,v2,1/2] bpf: tcp: prevent bpf_reserve_hdr_opt() from growing skb larger than MTU prevent bpf_reserve_hdr_opt() from growing skb larger than MTU - - - 601- 2024-08-27 Zijian Zhang bpf New
[bpf-next,v2,2/2] bpf: selftests: reserve smaller tcp header options than the actual size prevent bpf_reserve_hdr_opt() from growing skb larger than MTU - - - 592- 2024-08-27 Zijian Zhang bpf New
[bpf-next] samples/bpf: tracex2: Replace kfree_skb from kprobe to tracepoint [bpf-next] samples/bpf: tracex2: Replace kfree_skb from kprobe to tracepoint - - - 61-- 2024-08-28 Rong Tao bpf New
[bpf-next,v2,1/2] selftests/bpf: Enable vmtest for cross-compile arm64 on x86_64 host, and fix some… selftests/bpf: Enable vmtest for cross-compile arm64 on x86_64 host, and fix some issues. - - - 5911 2024-08-28 Lin Yikai bpf New
[bpf-next,v2,2/2] selftests/bpf: fix static cross-compile error for liblstd.a linking. selftests/bpf: Enable vmtest for cross-compile arm64 on x86_64 host, and fix some issues. - - - 61-- 2024-08-28 Lin Yikai bpf New
[ethtool-next,v2,1/3] update UAPI header copies Introduce PHY listing and targeting - - - 1-- 2024-08-28 Maxime Chevallier ethtool New
[ethtool-next,v2,2/3] ethtool: Allow passing a PHY index for phy-targetting commands Introduce PHY listing and targeting - - - 1-- 2024-08-28 Maxime Chevallier ethtool New
[ethtool-next,v2,3/3] ethtool: Introduce a command to list PHYs Introduce PHY listing and targeting - - - 1-- 2024-08-28 Maxime Chevallier ethtool New
[net-next,v2] net: ipa: make use of dev_err_cast_probe() [net-next,v2] net: ipa: make use of dev_err_cast_probe() - - - 18-- 2024-08-29 Yuesong Li netdev New
[net,v2,1/2] net: mctp-serial: Add kunit test for next_chunk_len() net: mctp-serial: Fix for missing tx escapes - - - 181- 2024-08-29 Matt Johnston netdev New
[net,v2,2/2] net: mctp-serial: Fix missing escapes on transmit net: mctp-serial: Fix for missing tx escapes - - - 19-- 2024-08-29 Matt Johnston netdev New
[net-next,v2,1/3] octeontx2-af: use dynamic interrupt vectors for CN10K octeontx2-af: update CPT block for CN10KB and CN10KA B0 - 1 - 19-- 2024-08-29 Srujana Challa netdev New
[net-next,v2,2/3] octeontx2-af: avoid RXC register access for CN10KB octeontx2-af: update CPT block for CN10KB and CN10KA B0 - 1 - 19-- 2024-08-29 Srujana Challa netdev New
[net-next,v2,3/3] octeontx2-af: configure default CPT credits for CN10KA B0 octeontx2-af: update CPT block for CN10KB and CN10KA B0 - 1 - 19-- 2024-08-29 Srujana Challa netdev New
[iproute2-next,v3,1/2] ip: lwtunnel: tunsrc support add support for tunsrc - - - 1-- 2024-08-29 Justin Iurman dsa New
[iproute2-next,v3,2/2] man8: ip-route: update documentation add support for tunsrc - - - 1-- 2024-08-29 Justin Iurman dsa New
[PATCHv6,net-next,1/3] bonding: add common function to check ipsec device Bonding: support new xfrm state offload functions 1 1 - 162- 2024-08-29 Hangbin Liu netdev New
[PATCHv6,net-next,2/3] bonding: Add ESN support to IPSec HW offload Bonding: support new xfrm state offload functions 1 1 - 162- 2024-08-29 Hangbin Liu netdev New
[PATCHv6,net-next,3/3] bonding: support xfrm state update Bonding: support new xfrm state offload functions 1 1 - 162- 2024-08-29 Hangbin Liu netdev New
[net] net: microchip: vcap: Fix use-after-free error in kunit test [net] net: microchip: vcap: Fix use-after-free error in kunit test - - - 19-- 2024-08-29 Jens Emil Schulz Østergaard netdev New
[net,1/3] net: ethernet: ti: am65-cpsw: fix XDP_DROP, XDP_TX and XDP_REDIRECT net: ethernet: ti: am65-cpsw: Fix XDP implementation - - - 181- 2024-08-29 Roger Quadros netdev New
[net,2/3] net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX net: ethernet: ti: am65-cpsw: Fix XDP implementation - - - 19-- 2024-08-29 Roger Quadros netdev New
[net,3/3] net: ethernet: ti: am65-cpsw: Fix RX statistics for XDP_TX and XDP_REDIRECT net: ethernet: ti: am65-cpsw: Fix XDP implementation - - - 19-- 2024-08-29 Roger Quadros netdev New
[bpf-next,V1] enable virtFS(9p virtio) for sharing directory on VM to optimize debugging [bpf-next,V1] enable virtFS(9p virtio) for sharing directory on VM to optimize debugging - - - 5911 2024-08-29 Lin Yikai bpf New
[net-next,v5,1/5] netdevice: convert private flags > BIT(31) to bitfields netdev_features: start cleaning netdev_features_t up - - - 1711 2024-08-29 Alexander Lobakin netdev New
[net-next,v5,2/5] netdev_features: convert NETIF_F_LLTX to dev->lltx netdev_features: start cleaning netdev_features_t up - - - 181- 2024-08-29 Alexander Lobakin netdev New
[net-next,v5,3/5] netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local netdev_features: start cleaning netdev_features_t up - - - 1711 2024-08-29 Alexander Lobakin netdev New
[net-next,v5,4/5] netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu netdev_features: start cleaning netdev_features_t up - - - 1711 2024-08-29 Alexander Lobakin netdev New
[net-next,v5,5/5] netdev_features: remove NETIF_F_ALL_FCOE netdev_features: start cleaning netdev_features_t up - - - 19-- 2024-08-29 Alexander Lobakin netdev New
[net-next] net: mana: Improve mana_set_channels() for low mem conditions [net-next] net: mana: Improve mana_set_channels() for low mem conditions - - - 19-- 2024-08-29 Shradha Gupta netdev New
[net-next,1/2] ethtool: RX software timestamp for all RX software timestamp for all - 2 - 181- 2024-08-29 Gal Pressman netdev New
[net-next,2/2] net: Remove setting of RX software timestamp from drivers RX software timestamp for all - 14 - 181- 2024-08-29 Gal Pressman netdev New
[bpf-next] bpf, sockmap: Correct spelling skmsg.c [bpf-next] bpf, sockmap: Correct spelling skmsg.c 1 - - 61-- 2024-08-29 Simon Horman bpf New
[net-next,v2,1/7] net: ethernet: fs_enet: convert to SPDX net: ethernet: fs_enet: Cleanup and phylink conversion 1 2 - 19-- 2024-08-29 Maxime Chevallier netdev New
[net-next,v2,2/7] net: ethernet: fs_enet: cosmetic cleanups net: ethernet: fs_enet: Cleanup and phylink conversion 1 2 - 181- 2024-08-29 Maxime Chevallier netdev New
[net-next,v2,3/7] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops net: ethernet: fs_enet: Cleanup and phylink conversion 1 1 - 19-- 2024-08-29 Maxime Chevallier netdev New
[net-next,v2,4/7] net: ethernet: fs_enet: drop unused phy_info and mii_if_info net: ethernet: fs_enet: Cleanup and phylink conversion 1 2 - 19-- 2024-08-29 Maxime Chevallier netdev New
[net-next,v2,5/7] net: ethernet: fs_enet: fcc: use macros for speed and duplex values net: ethernet: fs_enet: Cleanup and phylink conversion 1 2 - 19-- 2024-08-29 Maxime Chevallier netdev New
[net-next,v2,6/7] net: ethernet: fs_enet: simplify clock handling with devm accessors net: ethernet: fs_enet: Cleanup and phylink conversion - 1 - 19-- 2024-08-29 Maxime Chevallier netdev New
[net-next,v2,7/7] net: ethernet: fs_enet: phylink conversion net: ethernet: fs_enet: Cleanup and phylink conversion 1 - - 181- 2024-08-29 Maxime Chevallier netdev New
[PATCHv2,net] usbnet: modern method to get random MAC [PATCHv2,net] usbnet: modern method to get random MAC - 1 - 18-1 2024-08-29 Oliver Neukum netdev New
[net,v7,1/3] ptp: ocp: convert serial ports to array ptp: ocp: fix serial port information export - - - 172- 2024-08-29 Vadim Fedorenko netdev New
[net,v7,2/3] ptp: ocp: adjust sysfs entries to expose tty information ptp: ocp: fix serial port information export - - - 1711 2024-08-29 Vadim Fedorenko netdev New
[net,v7,3/3] docs: ABI: update OCP TimeCard sysfs entries ptp: ocp: fix serial port information export - - - 19-- 2024-08-29 Vadim Fedorenko netdev New
[v4,1/8] uprobes: revamp uprobe refcounting and lifetime management uprobes: RCU-protected hot path optimizations - - - 39-5 2024-08-29 Andrii Nakryiko New
[v4,2/8] uprobes: protected uprobe lifetime with SRCU uprobes: RCU-protected hot path optimizations - - - 39-5 2024-08-29 Andrii Nakryiko New
[v4,4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection uprobes: RCU-protected hot path optimizations - - - 39-5 2024-08-29 Andrii Nakryiko New
[v4,6/8] rbtree: provide rb_find_rcu() / rb_find_add_rcu() uprobes: RCU-protected hot path optimizations - 1 - 39-5 2024-08-29 Andrii Nakryiko New
[v4,7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup uprobes: RCU-protected hot path optimizations - - - 39-5 2024-08-29 Andrii Nakryiko New
[v4,8/8] uprobes: switch to RCU Tasks Trace flavor for better performance uprobes: RCU-protected hot path optimizations - - - 39-5 2024-08-29 Andrii Nakryiko New
[net-next,v5] ethtool: pse-pd: move pse validation into set [net-next,v5] ethtool: pse-pd: move pse validation into set - 1 - 181- 2024-08-29 Diogo Jahchan Koike netdev New
[net] igc: Unlock on error in igc_io_resume() [net] igc: Unlock on error in igc_io_resume() - 1 - 19-- 2024-08-29 Dan Carpenter netdev New
[net-next,v2] net: stmmac: drop the ethtool begin() callback [net-next,v2] net: stmmac: drop the ethtool begin() callback - 2 1 19-- 2024-08-29 Andrew Halaney netdev New
[net-next,1/6] net: ag71xx: add COMPILE_TEST to test compilation various cleanups - 1 - 1413 2024-08-29 Rosen Penev netdev New
[net-next,2/6] net: ag71xx: update FIFO bits and descriptions various cleanups - 1 - 171- 2024-08-29 Rosen Penev netdev New
[net-next,3/6] net: ag71xx: use ethtool_puts various cleanups - 1 - 171- 2024-08-29 Rosen Penev netdev New
[net-next,4/6] net: ag71xx: get reset control using devm api various cleanups - 1 - 171- 2024-08-29 Rosen Penev netdev New
[net-next,5/6] net: ag71xx: remove always true branch various cleanups - 1 - 171- 2024-08-29 Rosen Penev netdev New
[net-next,6/6] net: ag71xx: disable napi interrupts during probe various cleanups - - - 171- 2024-08-29 Rosen Penev netdev New
[v2,01/13] LSM: Add the lsmblob data structure. [v2,01/13] LSM: Add the lsmblob data structure. - - - --- 2024-08-30 Casey Schaufler New
[net-next,v3] net: mvneta: Use min macro [net-next,v3] net: mvneta: Use min macro - 2 - 19-- 2024-08-30 Yan Zhen netdev New
[net-next] r8169: add support for RTL8126A rev.b [net-next] r8169: add support for RTL8126A rev.b - 1 - 19-- 2024-08-30 Hau netdev New
[net,v4] net: phy: Fix missing of_node_put() for leds [net,v4] net: phy: Fix missing of_node_put() for leds - 2 - 19-- 2024-08-30 Jinjie Ruan netdev New
[net-next,v4,1/8] net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped() net: Simplified with scoped function - 2 - 18-- 2024-08-30 Jinjie Ruan netdev New
[net-next,v4,2/8] net: dsa: realtek: Use for_each_child_of_node_scoped() net: Simplified with scoped function - 2 - 18-- 2024-08-30 Jinjie Ruan netdev New
[net-next,v4,3/8] net: phy: Use for_each_available_child_of_node_scoped() net: Simplified with scoped function - 2 - 18-- 2024-08-30 Jinjie Ruan netdev New
[net-next,v4,4/8] net: mdio: mux-mmioreg: Simplified with scoped function net: Simplified with scoped function - 2 - 18-- 2024-08-30 Jinjie Ruan netdev New
[net-next,v4,5/8] net: mdio: mux-mmioreg: Simplified with dev_err_probe() net: Simplified with scoped function - 1 - 171- 2024-08-30 Jinjie Ruan netdev New
[net-next,v4,6/8] net: mv643xx_eth: Simplify with scoped for each OF child loop net: Simplified with scoped function - 2 - 18-- 2024-08-30 Jinjie Ruan netdev New
[net-next,v4,7/8] net: dsa: microchip: Use scoped function to simplfy code net: Simplified with scoped function - 2 - 18-- 2024-08-30 Jinjie Ruan netdev New
[net-next,v4,8/8] net: bcmasp: Simplify with scoped for each OF child loop net: Simplified with scoped function - 4 - 171- 2024-08-30 Jinjie Ruan netdev New
[1/3] perf lock contention: Handle error in a single place [1/3] perf lock contention: Handle error in a single place - - - 1-- 2024-08-30 Namhyung Kim New
[2/3] perf lock contention: Simplify spinlock check [1/3] perf lock contention: Handle error in a single place - - - 1-- 2024-08-30 Namhyung Kim New
« 1 2 3 »