From: Jakub Kicinski
Date: Tue, 4 Dec 2018 23:34:55 -0800
> On Tue, 04 Dec 2018 21:13:27 -0800 (PST), David Miller wrote:
>> From: Jakub Kicinski
>> Date: Mon, 3 Dec 2018 17:43:28 -0800
>>
>> > Documentation/networking/ is full of cryptically named files with
>> > driver documentation. This m
On Mon, Dec 03, 2018 at 05:43:28PM -0800, Jakub Kicinski wrote:
> Documentation/networking/ is full of cryptically named files with
> driver documentation. This makes finding interesting information
> at a glance really hard. Move all those files into a directory
> called device_drivers (since no
On Tue, 04 Dec 2018 21:13:27 -0800 (PST), David Miller wrote:
> From: Jakub Kicinski
> Date: Mon, 3 Dec 2018 17:43:28 -0800
>
> > Documentation/networking/ is full of cryptically named files with
> > driver documentation. This makes finding interesting information
> > at a glance really hard.
From: Jakub Kicinski
Date: Mon, 3 Dec 2018 17:43:28 -0800
> Documentation/networking/ is full of cryptically named files with
> driver documentation. This makes finding interesting information
> at a glance really hard. Move all those files into a directory
> called device_drivers (since not a
On 12/3/18 6:43 PM, Jakub Kicinski wrote:
> Documentation/networking/ is full of cryptically named files with
> driver documentation. This makes finding interesting information
> at a glance really hard. Move all those files into a directory
> called device_drivers (since not all drivers are for
Documentation/networking/ is full of cryptically named files with
driver documentation. This makes finding interesting information
at a glance really hard. Move all those files into a directory
called device_drivers (since not all drivers are for device) and
fix up references.
RFC v0.1 -> RFC v1