| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-10-10 | UAPI: (Scripted) Disintegrate include/linux/can | David Howells | 1 | -66/+0 | |
| Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Michael Kerrisk <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]> | |||||
| 2011-10-17 | can: remove references to berlios mailinglist | Marc Kleine-Budde | 1 | -2/+0 | |
| The BerliOS project, which currently hosts our mailinglist, will close with the end of the year. Now take the chance and remove all occurrences of the mailinglist address from the source files. Signed-off-by: Marc Kleine-Budde <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2011-08-26 | headers, can: Add missing #include to <linux/can/bcm.h> | Ben Hutchings | 1 | -0/+1 | |
| <linux/can/bcm.h> uses type canid_t, defined in <linux/can.h>. Signed-off-by: Ben Hutchings <[email protected]> Acked-by: Oliver Hartkopp <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2009-01-30 | headers_check fix: can/bcm.h | Jaswinder Singh Rajput | 1 | -0/+2 | |
| fix the following 'make headers_check' warning: usr/include/linux/can/bcm.h:29: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <[email protected]> | |||||
| 2008-01-28 | [CAN]: Fix plain integer definitions in userspace header. | Oliver Hartkopp | 1 | -4/+4 | |
| This patch fixes the use of plain integers instead of __u32 in a struct that is visible from kernel space and user space. Thanks to Sam Ravnborg for pointing out the wrong plain int usage. Signed-off-by: Oliver Hartkopp <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2008-01-28 | [CAN]: Add broadcast manager (bcm) protocol | Oliver Hartkopp | 1 | -0/+65 | |
| This patch adds the CAN broadcast manager (bcm) protocol. Signed-off-by: Oliver Hartkopp <[email protected]> Signed-off-by: Urs Thuermann <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||