14 Oct, 2016

1 commit

  • This fixes the following errors when trying to clone the urls:

    Cloning into 'net'...
    fatal: repository 'http://git.kernel.org/cgit/linux/kernel/git/davem/net.git/' not found
    Cloning into 'net-next'...
    fatal: repository 'http://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/' not found
    Cloning into 'linux'...
    fatal: repository 'http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/' not found
    Cloning into 'stable-queue'...
    fatal: repository 'http://git.kernel.org/cgit/linux/kernel/git/stable/stable-queue.git/' not found

    Signed-off-by: Alexander Alemayhu
    Signed-off-by: David S. Miller

    Alexander Alemayhu
     

31 Oct, 2013

1 commit


28 Oct, 2013

1 commit


01 Aug, 2013

1 commit

  • A collection of expectations and operational details about how
    networking development takes place in the context of the netdev
    mailing list.

    The content is meant to capture specific items that are unique
    to netdev workflow, and not re-document generic linux expectations
    that are already captured elsewhere.

    This was originally proposed[1] as a regular posting mailing list
    FAQ, but it probably is more universally accessible here in tree.

    [1] https://lwn.net/Articles/559211/

    Signed-off-by: Paul Gortmaker
    Signed-off-by: David S. Miller

    Paul Gortmaker