aboutsummaryrefslogtreecommitdiffstats
path: root/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors10-0/+4520
2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck2-4/+4
2019-09-04can: af_can: use spin_lock_bh() for &net->can.rcvlists_lockOleksij Rempel1-4/+4
2019-09-04can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()Marc Kleine-Budde1-29/+16
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_listsMarc Kleine-Budde1-38/+7
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde3-15/+2
2019-09-04can: af_can: can_pernet_exit(): no need to iterate over and cleanup registered CAN devicesMarc Kleine-Budde1-15/+0
2019-09-04can: af_can: can_rx_register(): use max() instead of open coding itMarc Kleine-Budde1-2/+2
2019-09-04can: af_can: give variable holding the CAN receiver and the receiver list a sensible nameMarc Kleine-Budde1-51/+50
2019-09-04can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()Marc Kleine-Budde1-5/+5
2019-09-04can: af_can: rename find_rcv_list() to can_rcv_list_find()Marc Kleine-Budde1-5/+5
2019-09-04can: proc: give variable holding the CAN per device receive lists a sensible nameMarc Kleine-Budde1-18/+20
2019-09-04can: af_can: give variable holding the CAN per device receive lists a sensible nameMarc Kleine-Budde1-45/+44
2019-09-04can: netns: remove "can_" prefix from members struct netns_canMarc Kleine-Budde2-24/+24
2019-09-04can: proc: give variables holding CAN statistics a sensible nameMarc Kleine-Budde1-58/+58
2019-09-04can: af_can: give variables holding CAN statistics a sensible nameMarc Kleine-Budde1-15/+15
2019-09-04can: netns: give members of struct netns_can holding the statistics a sensible nameMarc Kleine-Budde2-23/+23
2019-09-04can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde3-14/+14
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-13can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner1-104/+52
2019-08-13can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde1-2/+2
2019-08-13can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde1-2/+2
2019-08-13can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde1-1/+1
2019-08-13can: raw: balance braces around else statementsMarc Kleine-Budde1-4/+8
2019-08-13can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde1-3/+1
2019-08-13can: raw: convert block comments to network style commentsMarc Kleine-Budde1-8/+4
2019-08-13can: af_can: add missing identifiers to struct receiver::funcMarc Kleine-Budde1-1/+1
2019-08-13can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usageMarc Kleine-Budde1-3/+3
2019-08-13can: af_can: avoid splitting quoted string across linesMarc Kleine-Budde1-10/+7
2019-08-13can: af_can: fix alignmentMarc Kleine-Budde1-2/+2
2019-08-13can: af_can: balance braces around else statementsMarc Kleine-Budde1-5/+8
2019-08-13can: af_can: convert block comments to network style commentsMarc Kleine-Budde2-37/+15
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-15/+33
2019-07-29can: fix ioctl function removalOliver Hartkopp2-2/+16
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing1-15/+33
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp6-0/+6
2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp3-11/+2
2019-07-24can: Kconfig: correct history of the CAN protocolRobert P. J. Day1-5/+6
2019-06-07can: purge socket error queue on sock destructWillem de Bruijn1-0/+1
2019-06-07can: af_can: Fix error path of can_init()YueHaibing1-3/+21
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann3-6/+2