1. 25 12月, 2010 1 次提交
  2. 17 12月, 2010 1 次提交
  3. 14 12月, 2010 1 次提交
  4. 11 12月, 2010 6 次提交
  5. 07 12月, 2010 1 次提交
    • T
      dccp: Policy-based packet dequeueing infrastructure · 871a2c16
      Tomasz Grobelny 提交于
      This patch adds a generic infrastructure for policy-based dequeueing of
      TX packets and provides two policies:
       * a simple FIFO policy (which is the default) and
       * a priority based policy (set via socket options).
      Both policies honour the tx_qlen sysctl for the maximum size of the write
      queue (can be overridden via socket options).
      
      The priority policy uses skb->priority internally to assign an u32 priority
      identifier, using the same ranking as SO_PRIORITY. The skb->priority field
      is set to 0 when the packet leaves DCCP. The priority is supplied as ancillary
      data using cmsg(3), the patch also provides the requisite parsing routines.
      Signed-off-by: NTomasz Grobelny <tomasz@grobelny.oswiecenia.net>
      Signed-off-by: NGerrit Renker <gerrit@erg.abdn.ac.uk>
      871a2c16
  6. 04 12月, 2010 1 次提交
  7. 03 12月, 2010 9 次提交
  8. 29 11月, 2010 1 次提交
  9. 18 11月, 2010 1 次提交
  10. 13 11月, 2010 2 次提交
  11. 12 11月, 2010 4 次提交
  12. 11 11月, 2010 2 次提交
  13. 01 11月, 2010 2 次提交
  14. 31 10月, 2010 1 次提交
  15. 30 10月, 2010 1 次提交
  16. 29 10月, 2010 6 次提交