summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: add support of SAE J1939 protocolThe j1939 authors2019-09-0410-0/+4520
* can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck2019-09-042-4/+4
* can: af_can: use spin_lock_bh() for &net->can.rcvlists_lockOleksij Rempel2019-09-041-4/+4
* can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()Marc Kleine-Budde2019-09-041-29/+16
* can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde2019-09-041-38/+7
* can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde2019-09-043-15/+2
* can: af_can: can_pernet_exit(): no need to iterate over and cleanup registere...Marc Kleine-Budde2019-09-041-15/+0
* can: af_can: can_rx_register(): use max() instead of open coding itMarc Kleine-Budde2019-09-041-2/+2
* can: af_can: give variable holding the CAN receiver and the receiver list a s...Marc Kleine-Budde2019-09-041-51/+50
* can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()Marc Kleine-Budde2019-09-041-5/+5
* can: af_can: rename find_rcv_list() to can_rcv_list_find()Marc Kleine-Budde2019-09-041-5/+5
* can: proc: give variable holding the CAN per device receive lists a sensible ...Marc Kleine-Budde2019-09-041-18/+20
* can: af_can: give variable holding the CAN per device receive lists a sensibl...Marc Kleine-Budde2019-09-041-45/+44
* can: netns: remove "can_" prefix from members struct netns_canMarc Kleine-Budde2019-09-042-24/+24
* can: proc: give variables holding CAN statistics a sensible nameMarc Kleine-Budde2019-09-041-58/+58
* can: af_can: give variables holding CAN statistics a sensible nameMarc Kleine-Budde2019-09-041-15/+15
* can: netns: give members of struct netns_can holding the statistics a sensibl...Marc Kleine-Budde2019-09-042-23/+23
* can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde2019-09-043-14/+14
* 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
* can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner2019-08-131-104/+52
* can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde2019-08-131-2/+2
* can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde2019-08-131-2/+2
* can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde2019-08-131-1/+1
* can: raw: balance braces around else statementsMarc Kleine-Budde2019-08-131-4/+8
* can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde2019-08-131-3/+1
* can: raw: convert block comments to network style commentsMarc Kleine-Budde2019-08-131-8/+4
* can: af_can: add missing identifiers to struct receiver::funcMarc Kleine-Budde2019-08-131-1/+1
* can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usageMarc Kleine-Budde2019-08-131-3/+3
* can: af_can: avoid splitting quoted string across linesMarc Kleine-Budde2019-08-131-10/+7
* can: af_can: fix alignmentMarc Kleine-Budde2019-08-131-2/+2
* can: af_can: balance braces around else statementsMarc Kleine-Budde2019-08-131-5/+8
* can: af_can: convert block comments to network style commentsMarc Kleine-Budde2019-08-132-37/+15
* 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: fix ioctl function removalOliver Hartkopp2019-07-292-2/+16
* | can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-246-0/+6
* | can: remove obsolete empty ioctl() handlerOliver Hartkopp2019-07-243-11/+2
* | can: Kconfig: correct history of the CAN protocolRobert P. J. Day2019-07-241-5/+6
|/
* can: purge socket error queue on sock destructWillem de Bruijn2019-06-071-0/+1
* can: af_can: Fix error path of can_init()YueHaibing2019-06-071-3/+21
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-193-6/+2