summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2019-03-13bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao
2019-02-27bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng
2019-02-27bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov
2019-02-27bpf: correctly set initial window on active Fast Open senderYuchung Cheng
2019-01-22bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann
2018-11-09bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov
2018-10-26bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann
2018-10-25bpf: make direct packet write unclone more robustDaniel Borkmann
2018-10-25bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann
2018-10-20bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend
2018-10-19bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-15bpf: Fix IPv6 dport byte-order in bpf_sk_lookupJoe Stringer
2018-10-15bpf: Allow sk_lookup with IPv6 moduleJoe Stringer
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann
2018-10-13bpf: Fix dev pointer dereference from sk_skbJoe Stringer
2018-10-09bpf: fix building without CONFIG_INETArnd Bergmann
2018-10-04net: core: Fix build with CONFIG_IPV6=mJoe Stringer
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer
2018-10-03bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
2018-09-12bpf: use __GFP_COMP while allocating pageTushar Dave
2018-09-11net/core/filter: fix unused-variable warningAnders Roxell
2018-09-06xdp: split code for map vs non-map redirectJesper Dangaard Brouer
2018-09-06xdp: explicit inline __xdp_map_lookup_elemJesper Dangaard Brouer
2018-09-06xdp: unlikely instrumentation for xdp map redirectJesper Dangaard Brouer
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-02bpf: Fix bpf_msg_pull_data()Tushar Dave
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov
2018-08-29bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann
2018-08-29bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann
2018-08-29bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann
2018-08-28bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann
2018-08-27bpf: fix build error with clangStefan Agner
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann
2018-08-14net: filter: mark expected switch fall-throughGustavo A. R. Silva
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-10bpf: Make redirect_info accessible from modulesToshiaki Makita
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-31bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov