index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
2023-04-05
2
-3
/
+3
*
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-05
4
-19
/
+12
*
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
2023-04-05
3
-10
/
+1
*
bpf: allow a TCP CC to write app_limited
Yixin Shen
2023-03-29
1
-0
/
+3
*
xsk: allow remap of fill and/or completion rings
Nuno Gonçalves
2023-03-26
1
-3
/
+6
*
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-26
1
-1
/
+1
*
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
2023-03-26
1
-0
/
+6
*
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2023-03-26
2
-5
/
+0
*
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
2023-03-23
1
-0
/
+6
*
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
2023-03-23
1
-2
/
+6
*
net: Update an existing TCP congestion control algorithm.
Kui-Feng Lee
2023-03-23
1
-7
/
+59
*
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-22
3
-11
/
+11
*
net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offset
Jakub Kicinski
2023-03-21
1
-4
/
+4
*
bpf, test_run: fix crashes due to XDP frame overwriting/corruption
Alexander Lobakin
2023-03-17
1
-1
/
+11
*
bpf/selftests: Test fentry attachment to shadowed functions
Viktor Malik
2023-03-16
1
-0
/
+5
*
xdp: remove unused {__,}xdp_release_frame()
Alexander Lobakin
2023-03-14
1
-15
/
+0
*
xdp: recycle Page Pool backed skbs built from XDP frames
Alexander Lobakin
2023-03-14
1
-2
/
+2
*
bpf: Add bpf_selem_free()
Martin KaFai Lau
2023-03-10
1
-1
/
+1
*
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
1
-1
/
+1
*
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-10
1
-7
/
+1
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2023-03-08
3
-0
/
+34
|
\
|
*
bpf, net: xskmap memory usage
Yafang Shao
2023-03-07
1
-0
/
+13
|
*
bpf, net: sock_map memory usage
Yafang Shao
2023-03-07
1
-0
/
+20
|
*
bpf, net: bpf_local_storage memory usage
Yafang Shao
2023-03-07
1
-0
/
+1
*
|
net: reclaim skb->scm_io_uring bit
Eric Dumazet
2023-03-08
2
-1
/
+7
*
|
net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
Vadim Fedorenko
2023-03-08
2
-2
/
+2
*
|
net: remove enum skb_free_reason
Eric Dumazet
2023-03-08
1
-11
/
+9
|
/
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-03-07
2
-46
/
+150
|
\
|
*
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
2023-03-04
1
-35
/
+44
|
*
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2023-03-03
1
-1
/
+2
|
*
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
2023-03-03
1
-6
/
+0
|
*
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
2023-03-01
1
-3
/
+3
|
*
bpf: Add xdp dynptrs
Joanne Koong
2023-03-01
1
-2
/
+35
|
*
bpf: Add skb dynptrs
Joanne Koong
2023-03-01
1
-0
/
+67
*
|
Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-02-27
24
-131
/
+169
|
\
\
|
*
|
tcp: tcp_check_req() can be called from process context
Eric Dumazet
2023-02-27
1
-2
/
+5
|
*
|
Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2023-02-27
1
-2
/
+2
|
|
\
\
|
|
*
|
wifi: wext: warn about usage only once
Johannes Berg
2023-02-26
1
-2
/
+2
|
|
|
/
|
*
|
net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy
Pedro Tammela
2023-02-27
1
-2
/
+2
|
*
|
net/sched: act_sample: fix action bind logic
Pedro Tammela
2023-02-26
1
-2
/
+9
|
*
|
net/sched: act_mpls: fix action bind logic
Pedro Tammela
2023-02-26
1
-29
/
+37
|
*
|
net/sched: act_pedit: fix action bind logic
Pedro Tammela
2023-02-26
1
-27
/
+31
|
*
|
nfc: fix memory leak of se_io context in nfc_genl_se_io
Fedor Pchelkin
2023-02-26
1
-0
/
+4
|
*
|
net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()
Nathan Chancellor
2023-02-26
1
-1
/
+1
|
*
|
net: fix __dev_kfree_skb_any() vs drop monitor
Eric Dumazet
2023-02-24
1
-1
/
+3
|
*
|
sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
Xin Long
2023-02-23
1
-31
/
+21
|
*
|
ipv6: Add lwtunnel encap size of all siblings in nexthop calculation
Lu Wei
2023-02-23
1
-5
/
+6
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2023-02-23
13
-29
/
+48
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
netfilter: x_tables: fix percpu counter block leak on error path when creatin...
Pavel Tikhomirov
2023-02-22
3
-0
/
+12
|
|
*
netfilter: ctnetlink: make event listener tracking global
Florian Westphal
2023-02-22
3
-5
/
+9
[next]