index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
filter.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-28
bpf: Reject negative head_room in __bpf_skb_change_head
Daniel Borkmann
1
-1
/
+2
2025-10-06
bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
Daniel Borkmann
1
-0
/
+2
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-5
/
+4
2025-09-25
bpf: Emit struct bpf_xdp_sock type in vmlinux BTF
Amery Hung
1
-0
/
+2
2025-09-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-17
/
+118
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
1
-17
/
+118
2025-09-23
bpf: Support pulling non-linear xdp data
Amery Hung
1
-0
/
+93
2025-09-23
bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
Amery Hung
1
-17
/
+24
2025-09-23
bpf: Clear pfmemalloc flag when freeing all fragments
Amery Hung
1
-0
/
+1
2025-09-17
bpf: Explicitly check accesses to bpf_sock_addr
Paul Chaignon
1
-6
/
+10
2025-08-26
ipv4: Convert ->flowi4_tos to dscp_t.
Guillaume Nault
1
-2
/
+2
2025-08-25
tcp: Don't pass hashinfo to socket lookup helpers.
Kuniyuki Iwashima
1
-3
/
+2
2025-08-18
bpf: Enable read/write access to skb metadata through a dynptr
Jakub Sitnicki
1
-0
/
+16
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
1
-0
/
+41
2025-08-01
bpf: Check flow_dissector ctx accesses are aligned
Paul Chaignon
1
-0
/
+3
2025-07-23
bpf: Reject narrower access to pointer ctx fields
Paul Chaignon
1
-10
/
+10
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
1
-3
/
+12
2025-06-11
net: clear the dst when changing skb protocol
Jakub Kicinski
1
-6
/
+13
2025-05-30
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
1
-2
/
+3
2025-05-30
net: Fix checksum update for ILA adj-transport
Paul Chaignon
1
-1
/
+1
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-14
/
+0
2025-05-09
bpf: Allow some trace helpers for all prog types
Feng Yang
1
-14
/
+0
2025-05-07
bpf: Scrub packet on bpf_redirect_peer
Paul Chaignon
1
-0
/
+1
2025-04-09
bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags
Willem de Bruijn
1
-36
/
+44
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-2
/
+4
2025-03-15
net: filter: Avoid shadowing variable in bpf_convert_ctx_access()
Breno Leitao
1
-2
/
+2
2025-03-13
tcp: bpf: Support bpf_getsockopt for TCP_BPF_DELACK_MAX
Jason Xing
1
-0
/
+6
2025-03-13
tcp: bpf: Support bpf_getsockopt for TCP_BPF_RTO_MIN
Jason Xing
1
-0
/
+6
2025-03-13
tcp: bpf: Introduce bpf_sol_tcp_getsockopt to support TCP_BPF flags
Jason Xing
1
-12
/
+21
2025-02-26
bpf: add get_netns_cookie helper to cgroup_skb programs
Mahe Tardy
1
-0
/
+2
2025-02-20
bpf: Support selective sampling for bpf timestamping
Jason Xing
1
-1
/
+30
2025-02-20
bpf: Disable unsafe helpers in TX timestamping callbacks
Jason Xing
1
-0
/
+17
2025-02-20
bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
Jason Xing
1
-4
/
+4
2025-02-20
bpf: Add networking timestamping support to bpf_get/setsockopt()
Jason Xing
1
-0
/
+23
2025-02-19
bpf: Support TCP_RTO_MAX_MS for bpf_setsockopt
Jason Xing
1
-0
/
+1
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-1
/
+1
2025-01-16
bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write
Daniel Xu
1
-1
/
+1
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+18
2025-01-10
bpf: Fix bpf_sk_select_reuseport() memory leak
Michal Luczaj
1
-12
/
+18
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+15
2024-12-20
bpf: Check negative offsets in __bpf_skb_min_len()
Cong Wang
1
-6
/
+15
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-35
/
+30
2024-12-12
xdp: make __xdp_return() MP-agnostic
Alexander Lobakin
1
-6
/
+3
2024-12-12
xdp: get rid of xdp_frame::mem.id
Alexander Lobakin
1
-6
/
+6
2024-12-10
bpf: consider that tail calls invalidate packet pointers
Eduard Zingerman
1
-0
/
+2
2024-12-10
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
1
-35
/
+28
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
1
-13
/
+16
2024-11-14
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-37
/
+51
2024-11-14
bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.
Guillaume Nault
1
-1
/
+1
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
[next]