summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/sockmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-4/+12
|\
| * bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+10
|\|
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-10/+18
|\|
| * 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/+9
| * bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-0/+6
* | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-201-1/+4
* | bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-261-2/+2
|/
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-081-1/+1
* bpf: sockmap update/simplify memory accounting schemeJohn Fastabend2017-09-011-11/+7
* bpf: fix oops on allocation failureDan Carpenter2017-08-281-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-241-5/+5
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-191-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-161-0/+3
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-0/+792