summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2019-01-20bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn
2019-01-18bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng
2019-01-18bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov
2019-01-17bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre
2019-01-09bpf: correctly set initial window on active Fast Open senderYuchung Cheng
2018-12-20bpf: skmsg, replace comments with BUILD bugJohn Fastabend
2018-12-20bpf: sk_msg, improve offset chk in _is_valid_accessJohn Fastabend
2018-12-19bpf: sockmap, metadata support for reporting size of msgJohn Fastabend
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov
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-28bpf: helper to pop data from messagesJohn Fastabend
2018-11-26bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()David Miller
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław
2018-11-16net/bpf: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław
2018-11-16bpf: Support socket lookup in CGROUP_SOCK_ADDR progsAndrey Ignatov
2018-11-16bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov
2018-11-09bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande
2018-11-09bpf: add perf event notificaton support for sock_opsSowmini Varadhan
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