Age | Commit message (Expand) | Author | Files | Lines |
2018-11-23 | flow_dissector: do not dissect l4 ports for fragments | 배석진 | 1 | -2/+2 |
2018-06-11 | ipv6: omit traffic class when calculating flow hash | Michal Kubecek | 1 | -1/+1 |
2018-01-31 | flow_dissector: properly cap thoff field | Eric Dumazet | 1 | -2/+1 |
2017-09-05 | flow_dissector: Add limit for number of headers to dissect | Tom Herbert | 1 | -3/+22 |
2017-09-05 | flow_dissector: Cleanup control flow | Tom Herbert | 1 | -78/+145 |
2017-08-16 | dsa: fix flow disector null pointer | Craig Gallek | 1 | -1/+1 |
2017-08-10 | net: core: fix compile error inside flow_dissector due to new dsa callback | John Crispin | 1 | -0/+2 |
2017-08-10 | net-next: dsa: fix flow dissection | John Crispin | 1 | -0/+12 |
2017-08-02 | flow_dissector: remove unused functions | WANG Cong | 1 | -45/+0 |
2017-06-05 | net/flow_dissector: add support for dissection of misc ip header fields | Or Gerlitz | 1 | -0/+40 |
2017-05-24 | net: flow_dissector: add support for dissection of tcp flags | Jiri Pirko | 1 | -0/+29 |
2017-04-24 | flow_dissector: add mpls support (v2) | Benjamin LaHaise | 1 | -3/+22 |
2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-04-04 | flow dissector: correct size of storage for ARP | Simon Horman | 1 | -1/+1 |
2017-03-09 | flow_dissector: Move GRE dissection into a separate function | Jiri Pirko | 1 | -110/+134 |
2017-03-09 | flow_dissector: rename "proto again" goto label | Jiri Pirko | 1 | -4/+4 |
2017-03-09 | flow_dissector: Fix GRE header error path | Jiri Pirko | 1 | -3/+3 |
2017-03-09 | flow_dissector: Move MPLS dissection into a separate function | Jiri Pirko | 1 | -22/+34 |
2017-03-09 | flow_dissector: Move ARP dissection into a separate function | Jiri Pirko | 1 | -53/+67 |
2017-01-16 | flow dissector: check if arp_eth is null rather than arp | Colin Ian King | 1 | -2/+2 |
2017-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2017-01-11 | flow disector: ARP support | Simon Horman | 1 | -0/+57 |
2017-01-10 | net: skb_flow_get_be16() can be static | Eric Dumazet | 1 | -2/+2 |
2017-01-02 | flow_dissector: Update pptp handling to avoid null pointer deref. | Ian Kumlien | 1 | -2/+3 |
2016-12-08 | flow dissector: ICMP support | Simon Horman | 1 | -0/+31 |
2016-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-11-22 | flow_dissect: call init_default_flow_dissectors() earlier | Eric Dumazet | 1 | -1/+1 |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+8 |
2016-11-13 | net: __skb_flow_dissect() must cap its return value | Eric Dumazet | 1 | -3/+8 |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+5 |
2016-10-29 | flow_dissector: __skb_get_hash_symmetric arg can be const | Florian Westphal | 1 | -1/+1 |
2016-10-27 | flow_dissector: fix vlan tag handling | Arnd Bergmann | 1 | -5/+5 |
2016-10-19 | flow_dissector: Check skb for VLAN only if skb specified. | Eric Garver | 1 | -4/+2 |
2016-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
2016-09-02 | rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possibly | Gao Feng | 1 | -2/+4 |
2016-08-19 | flow_dissector: Get vlan priority in addition to vlan id | Hadar Hen Zion | 1 | -9/+16 |
2016-08-19 | flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci | Hadar Hen Zion | 1 | -8/+26 |
2016-08-11 | rps: Inspect PPTP encapsulated by GRE to get flow hash | Gao Feng | 1 | -34/+79 |
2016-07-01 | packet: Use symmetric hash for PACKET_FANOUT_HASH. | David S. Miller | 1 | -0/+43 |
2016-03-11 | net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()... | Amir Vadai | 1 | -13/+0 |
2016-02-24 | flow_dissector: Use same pointer for IPv4 and IPv6 addresses | Alexander Duyck | 1 | -6/+5 |
2016-02-24 | flow_dissector: Correctly handle parsing FCoE | Alexander Duyck | 1 | -2/+5 |
2016-02-24 | flow_dissector: Fix fragment handling for header length computation | Alexander Duyck | 1 | -3/+7 |
2016-02-24 | flow_dissector: Check for IP fragmentation even if not using IPv4 address | Alexander Duyck | 1 | -8/+9 |
2016-02-16 | net: Copy inner L3 and L4 headers as unaligned on GRE TEB | Alexander Duyck | 1 | -0/+7 |
2016-02-09 | flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth... | Alexander Duyck | 1 | -3/+6 |
2015-09-02 | flow_dissector: Use 'const' where possible. | David S. Miller | 1 | -38/+41 |
2015-09-02 | flow: Move __get_hash_from_flowi{4,6} into flow_dissector.c | David S. Miller | 1 | -0/+35 |
2015-09-02 | flow_dissector: Don't use bit fields. | David S. Miller | 1 | -7/+7 |
2015-09-02 | flow_dissector: Ignore flow dissector return value from ___skb_get_hash | Tom Herbert | 1 | -9/+3 |