summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-13can: vcan: convert block comments to network style commentsMarc Kleine-Budde1-8/+3
2019-08-13can: gw: add support for CAN FD framesOliver Hartkopp2-28/+200
2019-08-13can: gw: use struct canfd_frame as internal data structureOliver Hartkopp2-107/+120
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-13can: xilinx_can: xcan_set_bittiming(): fix the data phase btr1 calculationSrinivas Neeli1-1/+1
2019-08-13can: xilinx_can: xcan_rx_fifo_get_next_frame(): fix FSR register FL and RI ma...Appana Durga Kedareswara rao1-3/+10
2019-08-13can: xilinx_can: fix the data update logic for CANFD FD framesAppana Durga Kedareswara rao1-21/+8
2019-08-13can: xilinx_can: xcanfd_rx(): fix FSR register handling in the RX pathAppana Durga Kedareswara rao1-76/+63
2019-08-13can: xilinx_can: xcan_probe(): skip error message on deferred probeVenkatesh Yadav Abbarapu1-1/+2
2019-08-13can: xilinx_can: xcan_chip_start(): fix failure with invalid busAnssi Hannula1-12/+1
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_m...YueHaibing1-2/+1
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readabilityMarc Kleine-Budde1-0/+2
2019-08-13can: ti_hecc: ti_hecc_start(): avoid multiple assignmentsMarc Kleine-Budde1-1/+2
2019-08-13can: ti_hecc: fix print formating stringsMarc Kleine-Budde1-3/+4
2019-08-13can: ti_hecc: avoid long linesMarc Kleine-Budde1-3/+5
2019-08-13can: ti_hecc: fix indentionMarc Kleine-Budde1-20/+21
2019-08-13can: ti_hecc: convert block comments to network style commentsMarc Kleine-Budde1-14/+7
2019-08-13can: sja1000: f81601: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-08-13can: kvaser_pciefd: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-08-13can: kvaser_pciefd: kvaser_pciefd_pwm_stop(): remove unnecessary code when se...Christer Beskow1-7/+3
2019-08-12caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-21/+11
2019-08-12xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-38/+11
2019-08-12net: dsa: mv88e6xxx: add delay in direct SMI waitVivien Didelot1-0/+2
2019-08-12net: dsa: mv88e6xxx: fix SMI bit checkingVivien Didelot1-1/+1
2019-08-12net: dsa: mv88e6xxx: remove wait and update routinesVivien Didelot7-67/+22
2019-08-12net: dsa: mv88e6xxx: wait for AVB Busy bitVivien Didelot1-2/+27
2019-08-12net: dsa: mv88e6xxx: introduce wait bit routineVivien Didelot8-50/+73
2019-08-12net: dsa: mv88e6xxx: introduce wait mask routineVivien Didelot4-52/+41
2019-08-12net: dsa: mv88e6xxx: wait for 88E6185 PPU disabledVivien Didelot1-1/+1
2019-08-12r8169: inline rtl8169_free_rx_databuffHeiner Kallweit1-17/+7
2019-08-12net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125Heiner Kallweit1-0/+62
2019-08-12net: phy: add phy_modify_paged_changedHeiner Kallweit2-5/+26