summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/sockmap.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
* bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-1/+2
* bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-2/+10
* bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-201-0/+3
* bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-10/+9Star
* bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-0/+6
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-091-1/+1
* bpf: sockmap update/simplify memory accounting schemeJohn Fastabend2017-09-021-11/+7Star
* bpf: fix oops on allocation failureDan Carpenter2017-08-291-0/+1
* bpf: sockmap indicate sock events to listenersJohn Fastabend2017-08-281-0/+6
* bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-281-0/+3
* bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend2017-08-281-3/+6
* bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend2017-08-281-104/+165
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-11/+14
* strparser: initialize all callbacksEric Biggers2017-08-251-5/+5
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-201-3/+7
* bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann2017-08-171-1/+2
* bpf: sockmap state change warning fixJohn Fastabend2017-08-171-0/+3
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-0/+792