summaryrefslogtreecommitdiff
path: root/net/can/gw.c
Commit message (Expand)AuthorAgeFilesLines
* can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flagOliver Hartkopp2023-02-021-0/+7
* can: skb: unify skb CAN frame identification helpersOliver Hartkopp2022-09-151-2/+2
* can: gw: use call_rcu() instead of costly synchronize_rcu()Eric Dumazet2022-02-241-6/+10
* can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet2022-02-081-3/+6
* can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp2021-06-191-0/+3
* can: gw: fix typoMarc Kleine-Budde2021-01-271-1/+1
* can: gw: support modification of Classical CAN DLCsOliver Hartkopp2020-11-201-8/+70
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-1/+1
* can: remove obsolete version stringsOliver Hartkopp2020-10-121-3/+1
* can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada2020-09-211-1/+1
* can: gw: add support for CAN FD framesOliver Hartkopp2019-08-131-27/+187
* can: gw: use struct canfd_frame as internal data structureOliver Hartkopp2019-08-131-105/+117
* can: gw: cgw_parse_attr(): remove unnecessary braces for single statement blockMarc Kleine-Budde2019-08-131-2/+1
* can: gw: cgw_dump_jobs(): avoid long linesMarc Kleine-Budde2019-08-131-2/+3
* can: gw: can_can_gw_rcv(): remove return at end of void functionMarc Kleine-Budde2019-08-131-1/+0
* can: gw: add missing spaces around operatorsMarc Kleine-Budde2019-08-131-18/+18
* can: gw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde2019-08-131-14/+1
* can: gw: convert block comments to network style commentsMarc Kleine-Budde2019-08-131-16/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-15/+33
|\
| * can: gw: Fix error path of cgw_module_initYueHaibing2019-07-241-15/+33
* | can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-241-0/+1
|/
* 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/+0
* 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-091-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-291-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-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