index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
Yauheni Kaliuta
2022-09-16
1
-1
/
+1
*
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2022-09-15
1
-0
/
+3
*
bpf: Add verifier support for custom callback return range
Dave Marchevsky
2022-09-11
1
-0
/
+1
*
bpf: Add support for writing to nf_conn:mark
Daniel Xu
2022-09-11
1
-0
/
+23
*
bpf: Add stub for btf_struct_access()
Daniel Xu
2022-09-11
1
-0
/
+9
*
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-09-08
1
-0
/
+21
*
bpf: Add zero_map_value to zero map value with special fields
Kumar Kartikeya Dwivedi
2022-09-07
1
-0
/
+19
*
bpf: Add copy_map_value_long to copy to remote percpu memory
Kumar Kartikeya Dwivedi
2022-09-07
1
-19
/
+33
*
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-09-07
3
-1
/
+20
*
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-07
1
-0
/
+2
*
bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()
Yonghong Song
2022-09-07
1
-4
/
+5
*
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-07
1
-0
/
+4
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
17
-28
/
+206
|
\
|
*
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-0
/
+2
|
*
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-1
/
+1
|
*
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-05
1
-0
/
+26
|
*
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2022-09-03
2
-0
/
+4
|
*
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-03
1
-0
/
+2
|
*
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-03
1
-0
/
+2
|
*
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-03
1
-0
/
+2
|
*
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
2
-3
/
+3
|
*
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
2
-5
/
+5
|
*
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
2
-2
/
+6
|
*
bpf: Support getting tunnel flags
Shmulik Ladkani
2022-09-02
1
-1
/
+9
|
*
bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)
Shung-Hsi Yu
2022-09-02
1
-2
/
+18
|
*
bpf: Fix a few typos in BPF helpers documentation
Quentin Monnet
2022-08-27
1
-8
/
+8
|
*
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
2022-08-26
1
-5
/
+5
|
*
bpf: Introduce cgroup iter
Hao Luo
2022-08-25
2
-0
/
+38
|
*
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-08-25
1
-0
/
+11
|
*
bpf: update bpf_{g,s}et_retval documentation
Stanislav Fomichev
2022-08-24
1
-5
/
+17
|
*
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
2022-08-24
1
-0
/
+1
|
*
bpf: Introduce cgroup_{common,current}_func_proto
Stanislav Fomichev
2022-08-24
1
-0
/
+17
|
*
bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progs
Shmulik Ladkani
2022-08-23
1
-0
/
+5
|
*
flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcode
Shmulik Ladkani
2022-08-23
1
-2
/
+2
|
*
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
2022-08-19
2
-0
/
+4
|
*
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
2022-08-19
1
-0
/
+2
|
*
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2022-08-19
1
-0
/
+2
|
*
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2022-08-19
1
-0
/
+2
|
*
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
2022-08-19
1
-0
/
+2
|
*
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-08-19
2
-0
/
+16
*
|
net: phy: Add 1000BASE-KX interface mode
Sean Anderson
2022-09-05
1
-0
/
+4
*
|
soc: fsl: qbman: Add CGR update function
Sean Anderson
2022-09-05
1
-0
/
+9
*
|
net: pcs: add new PCS driver for altera TSE PCS
Maxime Chevallier
2022-09-05
1
-0
/
+17
*
|
Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2022-09-04
1
-0
/
+11
|
\
\
|
*
|
wifi: nl80211: add MLD address to assoc BSS entries
Johannes Berg
2022-09-03
1
-0
/
+2
|
*
|
wifi: nl80211: Add POWERED_ADDR_CHANGE feature
James Prestwood
2022-09-03
1
-0
/
+9
*
|
|
net/ipv4: Use __DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2022-09-03
1
-14
/
+6
*
|
|
net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERI...
Gal Pressman
2022-09-03
1
-4
/
+2
*
|
|
net: remove netif_tx_napi_add()
Jakub Kicinski
2022-09-02
1
-2
/
+0
*
|
|
net: bql: add more documentation
Eric Dumazet
2022-09-02
1
-6
/
+26
[next]