index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
sockmap.c
Age
Commit message (
Expand
)
Author
2018-04-24
bpf: sockmap, map_release does not hold refcnt for pinned maps
John Fastabend
2018-04-20
bpf: sockmap remove dead check
Jann Horn
2018-04-04
bpf: sockmap, duplicates release calls may NULL sk_prot
John Fastabend
2018-04-04
bpf: sockmap, free memory on sock close with cork data
John Fastabend
2018-03-30
bpf: sockmap: initialize sg table entries properly
Prashant Bhole
2018-03-30
bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:
John Fastabend
2018-03-30
bpf: sockmap redirect ingress support
John Fastabend
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
2018-03-19
sockmap: convert refcnt to an atomic refcnt
John Fastabend
2018-02-13
bpf: fix sock_map_alloc() error path
Eric Dumazet
2018-02-06
bpf: sockmap, fix leaking maps with attached but not detached progs
John Fastabend
2018-02-06
bpf: sockmap, add sock close() hook to remove socks
John Fastabend
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-07
bpf: sockmap missing NULL psock check
John Fastabend
2018-01-04
bpf: sockmap remove unused function
John Fastabend
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-01
bpf: remove SK_REDIRECT from UAPI
John Fastabend
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-29
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
2017-10-29
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
2017-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
bpf: enforce TCP only support for sockmap
John Fastabend
2017-09-26
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
2017-09-08
bpf: add support for sockmap detach programs
John Fastabend
2017-09-01
bpf: sockmap update/simplify memory accounting scheme
John Fastabend
2017-08-28
bpf: fix oops on allocation failure
Dan Carpenter
2017-08-28
bpf: sockmap indicate sock events to listeners
John Fastabend
2017-08-28
bpf: harden sockmap program attach to ensure correct map type
John Fastabend
2017-08-28
bpf: sockmap add missing rcu_read_(un)lock in smap_data_ready
John Fastabend
2017-08-28
bpf: sockmap, remove STRPARSER map_flags and add multi-map support
John Fastabend
2017-08-28
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
2017-08-24
strparser: initialize all callbacks
Eric Biggers
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-08-17
bpf: don't enable preemption twice in smap_do_verdict
Daniel Borkmann
2017-08-16
bpf: sockmap state change warning fix
John Fastabend
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
[prev]