summaryrefslogtreecommitdiffstats
path: root/net/can/gw.c
Commit message (Expand)AuthorAge
* can: gw: add support for CAN FD framesOliver Hartkopp2019-08-13
* can: gw: use struct canfd_frame as internal data structureOliver Hartkopp2019-08-13
* can: gw: cgw_parse_attr(): remove unnecessary braces for single statement blockMarc Kleine-Budde2019-08-13
* can: gw: cgw_dump_jobs(): avoid long linesMarc Kleine-Budde2019-08-13
* can: gw: can_can_gw_rcv(): remove return at end of void functionMarc Kleine-Budde2019-08-13
* can: gw: add missing spaces around operatorsMarc Kleine-Budde2019-08-13
* can: gw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde2019-08-13
* can: gw: convert block comments to network style commentsMarc Kleine-Budde2019-08-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-06
|\
| * can: gw: Fix error path of cgw_module_initYueHaibing2019-07-24
* | can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-24
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
* can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-01-07
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: Convert cangw_pernet_opsKirill Tkhai2018-03-05
* net: use rtnl_register_module where neededFlorian Westphal2017-12-04
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-09
* can: network namespace support for CAN gatewayOliver Hartkopp2017-04-25
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-17
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* can: initial support for network namespacesMario Kicherer2017-04-04
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-29
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp2015-06-09
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* can: fix spelling errorsJeremiah Mahler2014-12-07
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-24
* can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-14
* can: gw: remove obsolete checksOliver Hartkopp2013-12-21
* can: gw: add a per rule limitation of frame hopsOliver Hartkopp2013-08-29
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-22
|\
| * can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-09
* | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-22
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* can: rework skb reserved data handlingOliver Hartkopp2013-01-28
* can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp2013-01-26
* can: gw: add a variable limit for CAN frame routingsOliver Hartkopp2013-01-26
* can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp2013-01-26
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-18
* sections: fix section conflicts in net/canAndi Kleen2012-10-05
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* can: gw: Remove pointless castsThomas Graf2012-07-10
* can: gw: Properly fill the netlink header when responding to RTM_GETROUTEThomas Graf2012-07-10
* can: gw: Use nla_policy to validate netlink attributesThomas Graf2012-07-10
* can: gw: Don't bump nlmsg_len manuallyThomas Graf2012-07-10
* can: fix sparse warning for cgw_listDaniel Baluta2012-04-16
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-17
* can-gw: add netlink based CAN routingOliver Hartkopp2011-09-16