summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann
2018-01-26bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann
2018-01-25bpf: Add sock_ops R/W access to tclassLawrence Brakmo
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo
2018-01-25bpf: Only reply field should be writeableLawrence Brakmo
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-19bpf: move event_output to const_size_or_zero for xdp/skb as wellDaniel Borkmann
2018-01-19bpf: add csum_diff helper to xdp as wellDaniel Borkmann
2018-01-18bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov
2018-01-14bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-01-13bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-05bpf: finally expose xdp_rxq_info to XDP bpf-programsJesper Dangaard Brouer
2017-12-19bpf: make function xdp_do_generic_redirect_map() staticXiongwei Song
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo
2017-12-04bpf: move bpf csum flag checkWilliam Tu
2017-12-04bpf: allow disabling tunnel csum for ipv6William Tu
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello
2017-11-05bpf: remove old offload/analyzerJakub Kicinski
2017-10-31net: filter: remove unused variable and fix warningJakub Kicinski
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-18bpf: allow access to skb->len from offloadsJakub Kicinski
2017-10-18bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski
2017-10-18bpf: split verifier and program opsJakub Kicinski
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-02socket, bpf: fix possible use after freeEric Dumazet
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann
2017-09-11xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer
2017-09-08bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01bpf: Collapse offset checks in sock_filter_is_valid_accessDavid Ahern
2017-09-01bpf: Allow cgroup sock filters to use get_current_uid_gid helperDavid Ahern
2017-09-01bpf: Add mark and priority to sock options that can be setDavid Ahern