Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-07net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-31flow_dissector: extract more ICMP informationMatteo Croce
2019-10-31flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce
2019-10-31flow_dissector: add meaningful commentsMatteo Croce
2019-10-24net/flow_dissector: switch to siphashEric Dumazet
2019-10-11flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki
2019-10-08bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki
2019-07-26bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev
2019-07-26bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey
2019-06-19flow_dissector: add support for ingress ifindex dissectionJiri Pirko
2019-06-04flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-13flow_dissector: disable preemption around BPF callsEric Dumazet
2019-04-26bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev
2019-04-23flow_dissector: handle no-skb use caseStanislav Fomichev
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev
2019-03-27net/core: Document __skb_flow_dissect() flags argumentBart Van Assche
2019-01-29net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-08net/flow_dissector: correctly cap nhoff and thoff in case of BPFStanislav Fomichev
2018-12-08selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev
2018-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-10flow_dissector: do not dissect l4 ports for fragments배석진
2018-11-08net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław
2018-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-25flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn
2018-09-20net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
2018-08-07flow_dissector: allow dissection of tunnel options from metadataSimon Horman
2018-07-20flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-05-08flow_dissector: do not rely on implicit castsPaolo Abeni
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni
2018-03-04net: Remove unused get_hash_from_flow functionsDavid Ahern
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-19flow_dissector: properly cap thoff fieldEric Dumazet