01 Jul, 2006

1 commit


21 Mar, 2006

1 commit


17 Jan, 2006

1 commit

  • Currently when PRIO is configured to use N bands, it lets the packets be
    directed to any of the bands 0..N-1. However, PRIO attaches a fifo qdisc
    only to the bands that appear in the priomap; the rest of the N bands
    remain with a noop qdisc attached. This patch changes PRIO's behavior so
    that it attaches a fifo qdisc to all of the N bands.

    Signed-off-by: Amnon Aaronsohn
    Signed-off-by: David S. Miller

    Amnon Aaronsohn
     

10 Jan, 2006

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds