summaryrefslogtreecommitdiff
path: root/net/can/gw.c
AgeCommit message (Expand)Author
2023-02-02can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flagOliver Hartkopp
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp
2022-02-24can: gw: use call_rcu() instead of costly synchronize_rcu()Eric Dumazet
2022-02-08can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet
2021-06-19can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp
2021-01-27can: gw: fix typoMarc Kleine-Budde
2020-11-20can: gw: support modification of Classical CAN DLCsOliver Hartkopp
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-10-12can: remove obsolete version stringsOliver Hartkopp
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada
2019-08-13can: gw: add support for CAN FD framesOliver Hartkopp
2019-08-13can: gw: use struct canfd_frame as internal data structureOliver Hartkopp
2019-08-13can: gw: cgw_parse_attr(): remove unnecessary braces for single statement blockMarc Kleine-Budde
2019-08-13can: gw: cgw_dump_jobs(): avoid long linesMarc Kleine-Budde
2019-08-13can: gw: can_can_gw_rcv(): remove return at end of void functionMarc Kleine-Budde
2019-08-13can: gw: add missing spaces around operatorsMarc Kleine-Budde
2019-08-13can: gw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde
2019-08-13can: gw: convert block comments to network style commentsMarc Kleine-Budde
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-01-07can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-05net: Convert cangw_pernet_opsKirill Tkhai
2017-12-04net: use rtnl_register_module where neededFlorian Westphal
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-04can: initial support for network namespacesMario Kicherer
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2016-12-25ktime: Get rid of the unionThomas Gleixner
2015-06-09can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-12-07can: fix spelling errorsJeremiah Mahler
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-01-14can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue
2013-12-21can: gw: remove obsolete checksOliver Hartkopp
2013-08-29can: gw: add a per rule limitation of frame hopsOliver Hartkopp
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-28can: rework skb reserved data handlingOliver Hartkopp
2013-01-26can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp
2013-01-26can: gw: add a variable limit for CAN frame routingsOliver Hartkopp
2013-01-26can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp