aboutsummaryrefslogtreecommitdiff
path: root/net/can/gw.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-25can: network namespace support for CAN gatewayGravatar Oliver Hartkopp 1-28/+44
2017-04-17net: rtnetlink: plumb extended ack to doit functionGravatar David Ahern 1-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2017-04-04can: initial support for network namespacesGravatar Mario Kicherer 1-2/+2
2017-01-29can: Fix kernel panic at security_sock_rcv_skbGravatar Eric Dumazet 1-1/+1
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-1/+1
2015-06-09can: cangw: introduce optional uid to reference created routing jobsGravatar Oliver Hartkopp 1-12/+56
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidGravatar Johannes Berg 1-1/+2
2014-12-07can: fix spelling errorsGravatar Jeremiah Mahler 1-1/+1
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesGravatar Eric W. Biederman 1-2/+2
2014-01-14can: use __dev_get_by_index instead of dev_get_by_index to find interfaceGravatar Ying Xue 1-10/+5
2013-12-21can: gw: remove obsolete checksGravatar Oliver Hartkopp 1-4/+2
2013-08-29can: gw: add a per rule limitation of frame hopsGravatar Oliver Hartkopp 1-4/+31
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-2/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Gravatar Wei Yongjun 1-3/+3
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsGravatar Thomas Graf 1-3/+2
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-8/+7
2013-01-28can: rework skb reserved data handlingGravatar Oliver Hartkopp 1-3/+1
2013-01-26can: gw: indicate and count deleted frames due to misconfigurationGravatar Oliver Hartkopp 1-1/+11
2013-01-26can: gw: add a variable limit for CAN frame routingsGravatar Oliver Hartkopp 1-16/+40
2013-01-26can: gw: make routing to the incoming CAN interface configurableGravatar Oliver Hartkopp 1-0/+8
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsGravatar Eric W. Biederman 1-0/+6
2012-10-06sections: fix section conflicts in net/canGravatar Andi Kleen 1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-1/+1
2012-07-10can: gw: Remove pointless castsGravatar Thomas Graf 1-4/+2
2012-07-10can: gw: Properly fill the netlink header when responding to RTM_GETROUTEGravatar Thomas Graf 1-3/+7
2012-07-10can: gw: Use nla_policy to validate netlink attributesGravatar Thomas Graf 1-24/+23
2012-07-10can: gw: Don't bump nlmsg_len manuallyGravatar Thomas Graf 1-26/+1
2012-04-16can: fix sparse warning for cgw_listGravatar Daniel Baluta 1-1/+1
2011-10-17can: remove references to berlios mailinglistGravatar Marc Kleine-Budde 1-2/+0
2011-09-16can-gw: add netlink based CAN routingGravatar Oliver Hartkopp 1-0/+959