summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-13can: netlink: fix documentation typosAndre Hartmann
2019-08-13can: vcan: introduce pr_fmt and make use of itMarc Kleine-Budde
2019-08-13can: vcan: remove unnecessary blank linesMarc Kleine-Budde
2019-08-13can: vcan: convert block comments to network style commentsMarc Kleine-Budde
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-13can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner
2019-08-13can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde
2019-08-13can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde
2019-08-13can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde
2019-08-13can: raw: balance braces around else statementsMarc Kleine-Budde
2019-08-13can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde
2019-08-13can: raw: convert block comments to network style commentsMarc Kleine-Budde
2019-08-13can: af_can: add missing identifiers to struct receiver::funcMarc Kleine-Budde
2019-08-13can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usageMarc Kleine-Budde
2019-08-13can: af_can: avoid splitting quoted string across linesMarc Kleine-Budde
2019-08-13can: af_can: fix alignmentMarc Kleine-Budde
2019-08-13can: af_can: balance braces around else statementsMarc Kleine-Budde
2019-08-13can: af_can: convert block comments to network style commentsMarc Kleine-Budde
2019-08-13can: xilinx_can: xcan_set_bittiming(): fix the data phase btr1 calculationSrinivas Neeli
2019-08-13can: xilinx_can: xcan_rx_fifo_get_next_frame(): fix FSR register FL and RI ma...Appana Durga Kedareswara rao
2019-08-13can: xilinx_can: fix the data update logic for CANFD FD framesAppana Durga Kedareswara rao
2019-08-13can: xilinx_can: xcanfd_rx(): fix FSR register handling in the RX pathAppana Durga Kedareswara rao
2019-08-13can: xilinx_can: xcan_probe(): skip error message on deferred probeVenkatesh Yadav Abbarapu
2019-08-13can: xilinx_can: xcan_chip_start(): fix failure with invalid busAnssi Hannula
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_m...YueHaibing
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readabilityMarc Kleine-Budde
2019-08-13can: ti_hecc: ti_hecc_start(): avoid multiple assignmentsMarc Kleine-Budde
2019-08-13can: ti_hecc: fix print formating stringsMarc Kleine-Budde
2019-08-13can: ti_hecc: avoid long linesMarc Kleine-Budde
2019-08-13can: ti_hecc: fix indentionMarc Kleine-Budde
2019-08-13can: ti_hecc: convert block comments to network style commentsMarc Kleine-Budde
2019-08-13can: sja1000: f81601: remove unused including <linux/version.h>YueHaibing
2019-08-13can: kvaser_pciefd: Remove unused including <linux/version.h>YueHaibing
2019-08-13can: kvaser_pciefd: kvaser_pciefd_pwm_stop(): remove unnecessary code when se...Christer Beskow
2019-08-11caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-11Merge branch 'net-dsa-mv88e6xxx-prepare-Wait-Bit-operation'David S. Miller
2019-08-11net: dsa: mv88e6xxx: add delay in direct SMI waitVivien Didelot
2019-08-11net: dsa: mv88e6xxx: fix SMI bit checkingVivien Didelot
2019-08-11net: dsa: mv88e6xxx: remove wait and update routinesVivien Didelot
2019-08-11net: dsa: mv88e6xxx: wait for AVB Busy bitVivien Didelot
2019-08-11net: dsa: mv88e6xxx: introduce wait bit routineVivien Didelot
2019-08-11net: dsa: mv88e6xxx: introduce wait mask routineVivien Didelot