1. 26 May, 2004 3 commits
    • Shirley Ma's avatar
      [IPV6]: Add new IPv6 MIBs counters support through netlink. · fe2e254c
      Shirley Ma authored
      This patch implements both per interface and global new IPv6 MIBs counters 
      through netlink based on new IP MIBs draft, 64 bit counters are not supported 
      here because of performance issues. It coexists old IPv6 MIBs counters (which 
      are through proc file system) for the compatibility.
      fe2e254c
    • Christophe Saout's avatar
      [CRYPTO]: Fix two scatterwalk problems. · db85e990
      Christophe Saout authored
      - After calling scatterwalk_copychunks walk_in might point to the next
        page which will break scatterwalk_samebuf (in this case src_p should
        point to tmp_src anyway and scatterwalk_samembuf returns 0).
      
      - scatterwalk_samebuf should also check for equal offsets inside the page
        (just bad for performance in some cases).
      db85e990
    • Shirley Ma's avatar
      d1510eda
  2. 25 May, 2004 37 commits