aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-20
|\
| * net/flow_dissector: correctly cap nhoff and thoff in case of BPFStanislav Fomichev2018-12-07
| * selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev2018-12-07
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-11
|\|
| * flow_dissector: do not dissect l4 ports for fragments배석진2018-11-09
* | net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-08
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-25
|\
| * flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn2018-09-25
| * flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-14
* | net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-19
|/
* flow_dissector: allow dissection of tunnel options from metadataSimon Horman2018-08-07
* flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz2018-07-20
* net/flow_dissector: Add support for QinQ dissectionJianbo Liu2018-07-07
* net/flow_dissector: Save vlan ethertype from headersJianbo Liu2018-07-07
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-04
* Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-04
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-04
* flow_dissector: do not rely on implicit castsPaolo Abeni2018-05-08
* net: core: rework basic flow dissection helperPaolo Abeni2018-05-08
* net: Remove unused get_hash_from_flow functionsDavid Ahern2018-03-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-19
|\
| * flow_dissector: properly cap thoff fieldEric Dumazet2018-01-18
* | flow_dissector: Parse batman-adv unicast headersSven Eckelmann2017-12-21
* | flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman2017-12-05
|/
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-11
* flow_dissector: dissect tunnel infoSimon Horman2017-10-02
* flow_dissector: Add limit for number of headers to dissectTom Herbert2017-09-05
* flow_dissector: Cleanup control flowTom Herbert2017-09-05
* dsa: fix flow disector null pointerCraig Gallek2017-08-15
* net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin2017-08-10
* net-next: dsa: fix flow dissectionJohn Crispin2017-08-10
* flow_dissector: remove unused functionsWANG Cong2017-08-02
* net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz2017-06-04
* net: flow_dissector: add support for dissection of tcp flagsJiri Pirko2017-05-24
* flow_dissector: add mpls support (v2)Benjamin LaHaise2017-04-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-06
|\
| * flow dissector: correct size of storage for ARPSimon Horman2017-04-03
* | flow_dissector: Move GRE dissection into a separate functionJiri Pirko2017-03-09
* | flow_dissector: rename "proto again" goto labelJiri Pirko2017-03-09
* | flow_dissector: Fix GRE header error pathJiri Pirko2017-03-09
* | flow_dissector: Move MPLS dissection into a separate functionJiri Pirko2017-03-09
* | flow_dissector: Move ARP dissection into a separate functionJiri Pirko2017-03-09
|/
* flow dissector: check if arp_eth is null rather than arpColin Ian King2017-01-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-11
|\
| * net: skb_flow_get_be16() can be staticEric Dumazet2017-01-10
* | flow disector: ARP supportSimon Horman2017-01-11
|/
* flow_dissector: Update pptp handling to avoid null pointer deref.Ian Kumlien2017-01-02
* flow dissector: ICMP supportSimon Horman2016-12-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-26
|\
| * flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-11-22