From: Marc Kleine-Budde
Date: Mon, 15 Jan 2018 21:54:29 +0100
> On 01/15/2018 06:55 PM, David Miller wrote:
>> From: Marc Kleine-Budde
>> Date: Mon, 15 Jan 2018 14:02:23 +0100
>>
>>> Hello David,
>>>
>>>
>>> On 01/05/2018 12:08 PM, Marc Kleine-Budde wrote:
Hello David,
this is a
On 01/15/2018 06:55 PM, David Miller wrote:
> From: Marc Kleine-Budde
> Date: Mon, 15 Jan 2018 14:02:23 +0100
>
>> Hello David,
>>
>>
>> On 01/05/2018 12:08 PM, Marc Kleine-Budde wrote:
>>> Hello David,
>>>
>>> this is a pull request of 7 patches for net-next/master.
>>>
>>> All patches are by me
From: Marc Kleine-Budde
Date: Mon, 15 Jan 2018 14:02:23 +0100
> Hello David,
>
>
> On 01/05/2018 12:08 PM, Marc Kleine-Budde wrote:
>> Hello David,
>>
>> this is a pull request of 7 patches for net-next/master.
>>
>> All patches are by me. Patch 6 is for the "can_raw" protocol and add
>> erro
Hello David,
On 01/05/2018 12:08 PM, Marc Kleine-Budde wrote:
> Hello David,
>
> this is a pull request of 7 patches for net-next/master.
>
> All patches are by me. Patch 6 is for the "can_raw" protocol and add
> error checking to the bind() function. All other patches clean up the
> coding sty
Hello David,
this is a pull request of 7 patches for net-next/master.
All patches are by me. Patch 6 is for the "can_raw" protocol and add
error checking to the bind() function. All other patches clean up the
coding style and remove unused parameters in various CAN drivers and
infrastructure.
re
From: Marc Kleine-Budde
Date: Fri, 1 Dec 2017 14:50:04 +0100
> On 12/01/2017 02:37 PM, Marc Kleine-Budde wrote:
>> Doh, I had an error in my script which produced the wrong Linux version
>> in the tag. The correct name of the tag is:
>
> First test - than post - here's the correct tag:
>
> git:
On 12/01/2017 02:37 PM, Marc Kleine-Budde wrote:
> Doh, I had an error in my script which produced the wrong Linux version
> in the tag. The correct name of the tag is:
First test - than post - here's the correct tag:
git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
tags/linux
On 12/01/2017 10:57 AM, Marc Kleine-Budde wrote:
> Hello David,
[...]
> ---
>
> The following changes since commit 201c78e05c5adaffa163b022c9b3a4d30debe100:
>
> Merge branch 'macb-rx-packet-filtering' (2017-11-30 14:12:47 -0500)
>
> are available in the Git repository at:
Doh, I had an erro
Hello David,
this is a pull request of 10 patches for net-next/master.
The first two patches are by Arnd Bergmann, they convert the peak_usb
from using "struct timeval" to "ktime_t". The error handling in the
vxcan driver is clean up by Markus Elfring's patch. Bhumika Goyal
contributes a patch fo