summaryrefslogtreecommitdiff
path: root/net/core (follow)
Commit message (Expand)AuthorAge
...
* bpf: enforce recursion limit on redirectsDaniel Borkmann2022-04-19
* bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann2022-04-19
* bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2022-04-19
* bpf: minor cleanups in helpersDaniel Borkmann2022-04-19
* bpf: get rid of cgroup helper related ifdefsDaniel Borkmann2022-04-19
* bpf: enable event output helper also for xdp typesDaniel Borkmann2022-04-19
* bpf: add bpf_skb_change_tail helperDaniel Borkmann2022-04-19
* bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann2022-04-19
* bpf: fix write helpers with regards to non-linear partsDaniel Borkmann2022-04-19
* bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2022-04-19
* bpf: add bpf_get_hash_recalc helperDaniel Borkmann2022-04-19
* bpf: add XDP prog type for early driver filterBrenden Blanco2022-04-19
* bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2022-04-19
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2022-04-19
* cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2022-04-19
* bpf: add bpf_skb_change_type helperDaniel Borkmann2022-04-19
* bpf: add bpf_skb_change_proto helperDaniel Borkmann2022-04-19
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2022-04-19
* bpf: don't use raw processor id in generic helperDaniel Borkmann2022-04-19
* bpf: fix matching of data/data_end in verifierAlexei Starovoitov2022-04-19
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2022-04-19
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2022-04-19
* bpf: minor cleanups in ebpf codeDaniel Borkmann2022-04-19
* bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2022-04-19
* bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2022-04-19
* bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2022-04-19
* ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2022-04-19
* bpf, dst: add and use dst_tclassid helperDaniel Borkmann2022-04-19
* bpf: make skb->tc_classid also readableDaniel Borkmann2022-04-19
* bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann2022-04-19
* bpf: support for access to tunnel optionsDaniel Borkmann2022-04-19
* bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann2022-04-19
* bpf: make helper function protos staticDaniel Borkmann2022-04-19
* bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann2022-04-19
* bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann2022-04-19
* bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann2022-04-19
* bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann2022-04-19
* bpf: don't emit mov A,A on returnDaniel Borkmann2022-04-19
* bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitationDaniel Borkmann2022-04-19
* bpf: add generic bpf_csum_diff helperDaniel Borkmann2022-04-19
* tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2022-04-19
* bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann2022-04-19
* bpf: export helper function flags and reject invalid onesDaniel Borkmann2022-04-19
* bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann2022-04-19
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2022-04-19
* soreuseport: define reuseport groupsCraig Gallek2022-04-19
* bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann2022-04-19
* bpf: add bpf_skb_load_bytes helperDaniel Borkmann2022-04-19
* net: bpf: reject invalid shiftsRabin Vincent2022-04-19
* bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2022-04-19