27 Jul, 2007

1 commit


26 Apr, 2007

2 commits

  • This patch makes two enhancements to msg_set_bits():

    1) It now ignores any bits of the new field value that are not
    covered by the mask being used. (Previously, if the new value
    exceeded the size of the mask the extra bits could corrupt
    other fields in the message header word being updated.)

    2) The code has been optimized to minimize the number of run-time
    endianness conversion operations by leveraging the fact that the
    mask (and, in some cases, the value as well) is constant and the
    necessary conversion can be performed by the compiler.

    Signed-off-by: Allan Stephens
    Signed-off-by: Jon Paul Maloy
    Signed-off-by: David S. Miller

    Allan Stephens
     
  • To clearly state the intent of copying to linear sk_buffs, _offset being a
    overly long variant but interesting for the sake of saving some bytes.

    Signed-off-by: Arnaldo Carvalho de Melo

    Arnaldo Carvalho de Melo
     

11 Feb, 2007

1 commit


18 Jan, 2006

2 commits


13 Jan, 2006

4 commits