All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] can: gw: Netlink related fixes
@ 2012-07-05 12:19 Thomas Graf
  2012-07-05 12:19 ` [PATCH 1/4] can: Don't bump nlmsg_len manually Thomas Graf
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Thomas Graf @ 2012-07-05 12:19 UTC (permalink / raw)
  To: linux-can

Hi

These patches fix some Netlink quirks in the CAN gateway code.
Unfortunately I do not own any CAN hardware so this is compile
tested only. I'm fairly confident though as the changes are
mostly straight forward. I would appreciate if someone could
run them through a test suite or something though.


Thomas Graf (4):
  can: Don't bump nlmsg_len manually
  can: Use nla_policy to validate netlink attributes
  can: Properly fill the netlink header when responding to RTM_GETROUTE
  can: Remove pointless casts

 net/can/gw.c |   90 +++++++++++++++++++++------------------------------------
 1 files changed, 33 insertions(+), 57 deletions(-)

-- 
1.7.7.6


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-07-10 20:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-05 12:19 [PATCH 0/4] can: gw: Netlink related fixes Thomas Graf
2012-07-05 12:19 ` [PATCH 1/4] can: Don't bump nlmsg_len manually Thomas Graf
2012-07-05 12:19 ` [PATCH 2/4] can: Use nla_policy to validate netlink attributes Thomas Graf
2012-07-05 12:19 ` [PATCH 3/4] can: Properly fill the netlink header when responding to RTM_GETROUTE Thomas Graf
2012-07-06 20:39   ` Oliver Hartkopp
2012-07-09  9:43     ` Thomas Graf
2012-07-09 16:28       ` Oliver Hartkopp
2012-07-07  9:18   ` Oliver Hartkopp
2012-07-10 15:29     ` Marc Kleine-Budde
2012-07-10 18:48       ` Oliver Hartkopp
2012-07-05 12:19 ` [PATCH 4/4] can: Remove pointless casts Thomas Graf
2012-07-05 16:16 ` [PATCH 0/4] can: gw: Netlink related fixes Oliver Hartkopp
2012-07-10 20:55 ` Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.