26 Sep, 2019

1 commit


21 May, 2019

1 commit


23 Apr, 2018

2 commits

  • This patch checks if sk buffer is available to dererence ife header. If
    not then NULL will returned to signal an malformed ife packet. This
    avoids to crashing the kernel from outside.

    Signed-off-by: Alexander Aring
    Reviewed-by: Yotam Gigi
    Acked-by: Jamal Hadi Salim
    Signed-off-by: David S. Miller

    Alexander Aring
     
  • There is currently no handling to check on a invalid tlv length. This
    patch adds such handling to avoid killing the kernel with a malformed
    ife packet.

    Signed-off-by: Alexander Aring
    Reviewed-by: Yotam Gigi
    Acked-by: Jamal Hadi Salim
    Signed-off-by: David S. Miller

    Alexander Aring
     

01 Nov, 2017

1 commit

  • For the time being I will be available in my private mail. Update both the
    MAINTAINERS file and the individual modules MODULE_AUTHOR directive with
    the new address.

    Signed-off-by: Yotam Gigi
    Signed-off-by: Yuval Mintz
    Signed-off-by: David S. Miller

    Yotam Gigi
     

04 Feb, 2017

1 commit

  • This module is responsible for the ife encapsulation protocol
    encode/decode logics. That module can:
    - ife_encode: encode skb and reserve space for the ife meta header
    - ife_decode: decode skb and extract the meta header size
    - ife_tlv_meta_encode - encodes one tlv entry into the reserved ife
    header space.
    - ife_tlv_meta_decode - decodes one tlv entry from the packet
    - ife_tlv_meta_next - advance to the next tlv

    Reviewed-by: Jiri Pirko
    Signed-off-by: Yotam Gigi
    Signed-off-by: Jamal Hadi Salim
    Signed-off-by: Roman Mashak
    Signed-off-by: David S. Miller

    Yotam Gigi