aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/gw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-19can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp1-0/+3
2021-01-27can: gw: fix typoMarc Kleine-Budde1-1/+1
2020-11-20can: gw: support modification of Classical CAN DLCsOliver Hartkopp1-8/+70
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-1/+1
2020-10-12can: remove obsolete version stringsOliver Hartkopp1-3/+1
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada1-1/+1
2019-08-13can: gw: add support for CAN FD framesOliver Hartkopp1-27/+187
2019-08-13can: gw: use struct canfd_frame as internal data structureOliver Hartkopp1-105/+117
2019-08-13can: gw: cgw_parse_attr(): remove unnecessary braces for single statement blockMarc Kleine-Budde1-2/+1
2019-08-13can: gw: cgw_dump_jobs(): avoid long linesMarc Kleine-Budde1-2/+3
2019-08-13can: gw: can_can_gw_rcv(): remove return at end of void functionMarc Kleine-Budde1-1/+0
2019-08-13can: gw: add missing spaces around operatorsMarc Kleine-Budde1-18/+18
2019-08-13can: gw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde1-14/+1
2019-08-13can: gw: convert block comments to network style commentsMarc Kleine-Budde1-16/+8
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-15/+33
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing1-15/+33
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-01-07can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-05net: Convert cangw_pernet_opsKirill Tkhai1-0/+1
2017-12-04net: use rtnl_register_module where neededFlorian Westphal1-4/+10
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp1-28/+44
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-04can: initial support for network namespacesMario Kicherer1-2/+2
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2015-06-09can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp1-12/+56
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2014-12-07can: fix spelling errorsJeremiah Mahler1-1/+1
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-2/+2
2014-01-14can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-10/+5
2013-12-21can: gw: remove obsolete checksOliver Hartkopp1-4/+2
2013-08-29can: gw: add a per rule limitation of frame hopsOliver Hartkopp1-4/+31
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun1-3/+3
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-3/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+7
2013-01-28can: rework skb reserved data handlingOliver Hartkopp1-3/+1
2013-01-26can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp1-1/+11
2013-01-26can: gw: add a variable limit for CAN frame routingsOliver Hartkopp1-16/+40
2013-01-26can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp1-0/+8
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-10-06sections: fix section conflicts in net/canAndi Kleen1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-07-10can: gw: Remove pointless castsThomas Graf1-4/+2