Show patches with: Archived = No       |   130900 patches
« 1 2 3 41308 1309 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[net-next,v2,2/2] net: add and use __skb_get_hash_symmetric_net net: flow dissector: allow explicit passing of netns - 2 - --- 2024-06-08 Florian Westphal netdev New
[net-next,v2,1/2] net: add and use skb_get_hash_net net: flow dissector: allow explicit passing of netns - 2 - --- 2024-06-08 Florian Westphal netdev New
[bpf-next,v4,12/12] bpftool: Support dumping kfunc prototypes from BTF bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,11/12] bpf: selftests: xfrm: Opt out of using generated kfunc prototypes bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,10/12] bpf: selftests: nf: Opt out of using generated kfunc prototypes bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,09/12] bpf: treewide: Align kfunc signatures to prog point-of-view bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,08/12] bpf: verifier: Relax caller requirements for kfunc projection type args bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,07/12] bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,05/12] bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototype bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,04/12] bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,03/12] bpf: selftests: Fix fentry test kfunc prototypes bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,02/12] bpf: selftests: Fix bpf_iter_task_vma_new() prototype bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[bpf-next,v4,01/12] kbuild: bpf: Tell pahole to DECL_TAG kfuncs bpf: Support dumping kfunc prototypes from BTF - - - 44-- 2024-06-08 Daniel Xu bpf New
[net,v2] bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response [net,v2] bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response - 2 - 18-- 2024-06-08 Michael Chan netdev New
perf trace: Fix syscall untraceable bug perf trace: Fix syscall untraceable bug - - - 1-- 2024-06-08 Howard Chu New
[net,v5] net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters [net,v5] net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters - 1 - 172- 2024-06-08 Xiaolei Wang netdev New
[RFC,v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind [RFC,v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind - - - 3239 2024-06-08 Donglin Peng bpf RFC
bpf: don't call mmap_read_trylock() from IRQ context bpf: don't call mmap_read_trylock() from IRQ context - - - 49112 2024-06-08 Tetsuo Handa bpf New
ethernet: sis900: use sizeof(*pointer) instead of sizeof(type) ethernet: sis900: use sizeof(*pointer) instead of sizeof(type) - - - 181- 2024-06-08 Erick Archer netdev New
[bpf-next] bpf: Return EINVAL instead of NULL for map_lookup_elem of queue [bpf-next] bpf: Return EINVAL instead of NULL for map_lookup_elem of queue - - - 44-- 2024-06-08 Florian Lehner bpf New
[net-next,v7,3/3] net/smc: Introduce IPPROTO_SMC Introduce IPPROTO_SMC - 1 2 181- 2024-06-08 D. Wythe netdev New
[net-next,v7,2/3] net/smc: expose smc proto operations Introduce IPPROTO_SMC - 1 2 19-- 2024-06-08 D. Wythe netdev New
[net-next,v7,1/3] net/smc: refactoring initialization of smc sock Introduce IPPROTO_SMC - 2 2 19-- 2024-06-08 D. Wythe netdev New
[HID,v3,16/16] HID: bpf: make part of struct hid_device writable HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,13/16] HID: bpf: error on warnings when compiling bpf objects HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,12/16] HID: bpf: Artist24: remove unused variable HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,11/16] Documentation: HID: add a small blurb on udev-hid-bpf HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,10/16] Documentation: HID: amend HID-BPF for struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,09/16] selftests/hid: add subprog call test HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,08/16] HID: bpf: remove tracing HID-BPF capability HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,07/16] HID: bpf: convert in-tree fixes into struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,04/16] selftests/hid: convert the hid_bpf selftests with struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,03/16] HID: bpf: implement HID-BPF through bpf_struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,02/16] HID: bpf: add hid_get/put_device() helpers HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[HID,v3,01/16] HID: rename struct hid_bpf_ops into hid_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-08 Benjamin Tissoires New
[net,v4] net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters [net,v4] net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters - 1 - 172- 2024-06-08 Xiaolei Wang netdev Superseded
[v6] af_packet: Handle outgoing VLAN packets without hardware offloading [v6] af_packet: Handle outgoing VLAN packets without hardware offloading - - - 172- 2024-06-08 Chengen Du netdev New
[RFC,net-next] net: dsa: generate port ifname if exists or invalid [RFC,net-next] net: dsa: generate port ifname if exists or invalid - - - 18-- 2024-06-08 John Thomson netdev RFC
[bpf-next,4/4] selftests/bpf: Add tests for add_const bpf: Track delta between "linked" registers. - - - 44-- 2024-06-08 Alexei Starovoitov bpf New
[bpf-next,3/4] bpf: Support can_loop/cond_break on big endian bpf: Track delta between "linked" registers. - - - 44-- 2024-06-08 Alexei Starovoitov bpf New
[bpf-next,2/4] bpf: Track delta between "linked" registers. bpf: Track delta between "linked" registers. - - - 44-- 2024-06-08 Alexei Starovoitov bpf New
[bpf-next,1/4] bpf: Relax tuple len requirement for sk helpers. bpf: Track delta between "linked" registers. - - - 44-- 2024-06-08 Alexei Starovoitov bpf New
[v6.1] netfilter: nf_tables: use timestamp to check for set element timeout [v6.1] netfilter: nf_tables: use timestamp to check for set element timeout - - - 1-- 2024-06-07 Kuntal Nayak netdev New
[2/2,v5.10] netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() [1/2,v5.10] netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV - - - 1-- 2024-06-07 Kuntal Nayak netdev New
[1/2,v5.10] netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV [1/2,v5.10] netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV - - - 1-- 2024-06-07 Kuntal Nayak netdev New
[v3,3/3] ice: use irq_update_affinity_hint() Intel Wired LAN Driver Updates 2024-06-03 - 2 1 172- 2024-06-07 Jacob Keller netdev New
[v3,2/3] ice: add and use roundup_u64 instead of open coding equivalent Intel Wired LAN Driver Updates 2024-06-03 - - 1 172- 2024-06-07 Jacob Keller netdev New
[v3,1/3] net: intel: Use *-y instead of *-objs in Makefile Intel Wired LAN Driver Updates 2024-06-03 - 3 1 172- 2024-06-07 Jacob Keller netdev New
isdn: add missing MODULE_DESCRIPTION() macros isdn: add missing MODULE_DESCRIPTION() macros - - - 172- 2024-06-07 Jeff Johnson New
[net-next,6/6] selftests: mptcp: lib: use wait_local_port_listen helper selftests: mptcp: use net/lib.sh to manage netns - 1 - 181- 2024-06-07 Matthieu Baerts (NGI0) netdev New
[net-next,5/6] selftests: mptcp: lib: use setup/cleanup_ns helpers selftests: mptcp: use net/lib.sh to manage netns - 1 - 19-- 2024-06-07 Matthieu Baerts (NGI0) netdev New
[net-next,4/6] selftests: net: lib: remove 'ns' var in setup_ns selftests: mptcp: use net/lib.sh to manage netns - - - 181- 2024-06-07 Matthieu Baerts (NGI0) netdev New
[net-next,3/6] selftests: net: lib: do not set ns var as readonly selftests: mptcp: use net/lib.sh to manage netns - 1 - 19-- 2024-06-07 Matthieu Baerts (NGI0) netdev New
[net-next,2/6] selftests: net: lib: remove ns from list after clean-up selftests: mptcp: use net/lib.sh to manage netns - 1 - 19-- 2024-06-07 Matthieu Baerts (NGI0) netdev New
[net-next,1/6] selftests: net: lib: ignore possible errors selftests: mptcp: use net/lib.sh to manage netns - 1 - 19-- 2024-06-07 Matthieu Baerts (NGI0) netdev New
[v4] batman-adv: Add flex array to struct batadv_tvlv_tt_data [v4] batman-adv: Add flex array to struct batadv_tvlv_tt_data - 1 - 181- 2024-06-07 Erick Archer netdev New
[v2,2/2] cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options - - - 172- 2024-06-07 Ondrej Mosnacek netdev New
[v2,1/2] cipso: fix total option length computation cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options - - - 172- 2024-06-07 Ondrej Mosnacek netdev New
[v4,4/4] net: drop_monitor: use drop_reason_lookup() tracing: improve symbolic printing - - - 17-1 2024-06-07 Johannes Berg netdev Changes Requested
[v4,3/4] net: dropreason: use new __print_sym() in tracing tracing: improve symbolic printing - - - 1611 2024-06-07 Johannes Berg netdev Changes Requested
[v4,2/4] tracing/timer: use __print_sym() tracing: improve symbolic printing - - - 17-1 2024-06-07 Johannes Berg Changes Requested
[v4,1/4] tracing: add __print_sym() to replace __print_symbolic() tracing: improve symbolic printing - - - 162- 2024-06-07 Johannes Berg Changes Requested
net/sched: initialize noop_qdisc owner net/sched: initialize noop_qdisc owner - 1 - 1711 2024-06-07 Johannes Berg netdev New
[HID,v2,16/16] HID: bpf: make part of struct hid_device writable HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,13/16] HID: bpf: error on warnings when compiling bpf objects HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,12/16] HID: bpf: Artist24: remove unused variable HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,11/16] Documentation: HID: add a small blurb on udev-hid-bpf HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,10/16] Documentation: HID: amend HID-BPF for struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,09/16] selftests/hid: add subprog call test HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,08/16] HID: bpf: remove tracing HID-BPF capability HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,07/16] HID: bpf: convert in-tree fixes into struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,04/16] selftests/hid: convert the hid_bpf selftests with struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,03/16] HID: bpf: implement HID-BPF through bpf_struct_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,02/16] HID: bpf: add hid_get/put_device() helpers HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[HID,v2,01/16] HID: rename struct hid_bpf_ops into hid_ops HID: convert HID-BPF into using bpf_struct_ops - - - 1-- 2024-06-07 Benjamin Tissoires Superseded
[net-next,v2,5/5] selftests: forwarding: router_mpath_hash: Add a new selftest Allow configuration of multipath hash seed - 1 - 172- 2024-06-07 Petr Machata netdev New
[net-next,v2,4/5] selftests: forwarding: lib: Split sysctl_save() out of sysctl_set() Allow configuration of multipath hash seed - 1 - 181- 2024-06-07 Petr Machata netdev New
[net-next,v2,3/5] mlxsw: spectrum_router: Apply user-defined multipath hash seed Allow configuration of multipath hash seed - 1 - 19-- 2024-06-07 Petr Machata netdev New
[net-next,v2,2/5] net: ipv4: Add a sysctl to set multipath hash seed Allow configuration of multipath hash seed - 1 - 181- 2024-06-07 Petr Machata netdev New
[net-next,v2,1/5] net: ipv4,ipv6: Pass multipath hash computation through a helper Allow configuration of multipath hash seed - 1 - 19-- 2024-06-07 Petr Machata netdev New
[net,4/4] mailmap: map Geliang's new email address mptcp: various fixes - 1 - 18-1 2024-06-07 Matthieu Baerts (NGI0) netdev New
[net,3/4] mptcp: pm: update add_addr counters after connect mptcp: various fixes - 1 - 181- 2024-06-07 Matthieu Baerts (NGI0) netdev New
[net,2/4] mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID mptcp: various fixes - - - 181- 2024-06-07 Matthieu Baerts (NGI0) netdev New
[net,1/4] mptcp: ensure snd_una is properly initialized on connect mptcp: various fixes - 1 - 19-- 2024-06-07 Matthieu Baerts (NGI0) netdev New
[v1,2/2] net: rfkill: Fix a logic error within rfkill_set_hw_state_reason() net: rfkill: Fix 2 bugs within rfkill_set_hw_state_reason() - - - 181- 2024-06-07 Zijun Hu netdev New
[v1,1/2] net: rfkill: Fix a wrongly handling error case net: rfkill: Fix 2 bugs within rfkill_set_hw_state_reason() - - - 181- 2024-06-07 Zijun Hu netdev New
kernel/trace: fix possible deadlock in trie_delete_elem kernel/trace: fix possible deadlock in trie_delete_elem - - - 6011 2024-06-07 Wojciech Gładysz bpf New
[net-next,v3,4/4] arm64: dts: ti: iot2050: Add IEP interrupts for SR1.0 devices Enable PTP timestamping/PPS for AM65x SR1.0 devices - 1 - 18-- 2024-06-07 Diogo Ivo netdev Changes Requested
[net-next,v3,3/4] net: ti: icss-iep: Enable compare events Enable PTP timestamping/PPS for AM65x SR1.0 devices - 2 - 18-- 2024-06-07 Diogo Ivo netdev Changes Requested
[net-next,v3,2/4] net: ti: icss-iep: Remove spinlock-based synchronization Enable PTP timestamping/PPS for AM65x SR1.0 devices - - - 15-3 2024-06-07 Diogo Ivo netdev Changes Requested
[net-next,v3,1/4] net: ti: icssg-prueth: Enable PTP timestamping support for SR1.0 devices Enable PTP timestamping/PPS for AM65x SR1.0 devices - 2 - 18-- 2024-06-07 Diogo Ivo netdev Changes Requested
« 1 2 3 41308 1309 »