summaryrefslogtreecommitdiffstats
path: root/net/can/gw.c
Commit message (Expand)AuthorAgeFilesLines
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp2015-06-091-12/+56
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* can: fix spelling errorsJeremiah Mahler2014-12-071-1/+1
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-2/+2
* can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-10/+5
* can: gw: remove obsolete checksOliver Hartkopp2013-12-211-4/+2
* can: gw: add a per rule limitation of frame hopsOliver Hartkopp2013-08-291-4/+31
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-3/+3
|\
| * can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-3/+3
* | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-3/+2
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-8/+7
* can: rework skb reserved data handlingOliver Hartkopp2013-01-281-3/+1
* can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp2013-01-261-1/+11
* can: gw: add a variable limit for CAN frame routingsOliver Hartkopp2013-01-261-16/+40
* can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp2013-01-261-0/+8
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-181-0/+6
* sections: fix section conflicts in net/canAndi Kleen2012-10-061-1/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* can: gw: Remove pointless castsThomas Graf2012-07-101-4/+2
* can: gw: Properly fill the netlink header when responding to RTM_GETROUTEThomas Graf2012-07-101-3/+7
* can: gw: Use nla_policy to validate netlink attributesThomas Graf2012-07-101-24/+23
* can: gw: Don't bump nlmsg_len manuallyThomas Graf2012-07-101-26/+1
* can: fix sparse warning for cgw_listDaniel Baluta2012-04-161-1/+1
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-171-2/+0
* can-gw: add netlink based CAN routingOliver Hartkopp2011-09-161-0/+959
OpenPOWER on IntegriCloud