summaryrefslogtreecommitdiffstats
path: root/net/can/gw.c
Commit message (Expand)AuthorAgeFilesLines
* can: gw: Fix error path of cgw_module_initYueHaibing2019-07-241-15/+33
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-01-071-3/+27
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: Convert cangw_pernet_opsKirill Tkhai2018-03-051-0/+1
* net: use rtnl_register_module where neededFlorian Westphal2017-12-041-4/+10
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-3/+3
* can: network namespace support for CAN gatewayOliver Hartkopp2017-04-251-28/+44
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-2/+4
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* can: initial support for network namespacesMario Kicherer2017-04-041-2/+2
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-301-1/+1
* 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-151-10/+5Star
* can: gw: remove obsolete checksOliver Hartkopp2013-12-211-4/+2Star
* 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-231-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/+2Star
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+7Star
* can: rework skb reserved data handlingOliver Hartkopp2013-01-291-3/+1Star
* 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-191-0/+6
* sections: fix section conflicts in net/canAndi Kleen2012-10-051-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/+2Star
* 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/+23Star
* can: gw: Don't bump nlmsg_len manuallyThomas Graf2012-07-101-26/+1Star
* can: fix sparse warning for cgw_listDaniel Baluta2012-04-161-1/+1
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-181-2/+0Star
* can-gw: add netlink based CAN routingOliver Hartkopp2011-09-161-0/+959