Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc/net: Update git https URLs in netdev-FAQ documentation

DaveM's git tree have been moved into a named subdir 'netdev' to deal with
allowing Jakub Kicinski to help co-maintain the trees.

Link: https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jesper Dangaard Brouer and committed by
David S. Miller
e64b274c cc7e3f63

+2 -2
+2 -2
Documentation/networking/netdev-FAQ.rst
··· 34 34 mainline tree from Linus, and ``net-next`` is where the new code goes 35 35 for the future release. You can find the trees here: 36 36 37 - - https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 38 - - https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 37 + - https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git 38 + - https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git 39 39 40 40 Q: How often do changes from these trees make it to the mainline Linus tree? 41 41 ----------------------------------------------------------------------------