index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-13
can: vcan: convert block comments to network style comments
Marc Kleine-Budde
1
-8
/
+3
2019-08-13
can: gw: add support for CAN FD frames
Oliver Hartkopp
2
-28
/
+200
2019-08-13
can: gw: use struct canfd_frame as internal data structure
Oliver Hartkopp
2
-107
/
+120
2019-08-13
can: gw: cgw_parse_attr(): remove unnecessary braces for single statement block
Marc Kleine-Budde
1
-2
/
+1
2019-08-13
can: gw: cgw_dump_jobs(): avoid long lines
Marc Kleine-Budde
1
-2
/
+3
2019-08-13
can: gw: can_can_gw_rcv(): remove return at end of void function
Marc Kleine-Budde
1
-1
/
+0
2019-08-13
can: gw: add missing spaces around operators
Marc Kleine-Budde
1
-18
/
+18
2019-08-13
can: gw: remove unnecessary blank lines, add suggested blank lines
Marc Kleine-Budde
1
-14
/
+1
2019-08-13
can: gw: convert block comments to network style comments
Marc Kleine-Budde
1
-16
/
+8
2019-08-13
can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet
Thomas Gleixner
1
-104
/
+52
2019-08-13
can: bcm: bcm_sock_no_ioctlcmd(): mark function as static
Marc Kleine-Budde
1
-2
/
+2
2019-08-13
can: raw: raw_sock_no_ioctlcmd(): mark function as static
Marc Kleine-Budde
1
-2
/
+2
2019-08-13
can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)
Marc Kleine-Budde
1
-1
/
+1
2019-08-13
can: raw: balance braces around else statements
Marc Kleine-Budde
1
-4
/
+8
2019-08-13
can: raw: remove unnecessary blank lines, add suggested blank lines
Marc Kleine-Budde
1
-3
/
+1
2019-08-13
can: raw: convert block comments to network style comments
Marc Kleine-Budde
1
-8
/
+4
2019-08-13
can: af_can: add missing identifiers to struct receiver::func
Marc Kleine-Budde
1
-1
/
+1
2019-08-13
can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usage
Marc Kleine-Budde
1
-3
/
+3
2019-08-13
can: af_can: avoid splitting quoted string across lines
Marc Kleine-Budde
1
-10
/
+7
2019-08-13
can: af_can: fix alignment
Marc Kleine-Budde
1
-2
/
+2
2019-08-13
can: af_can: balance braces around else statements
Marc Kleine-Budde
1
-5
/
+8
2019-08-13
can: af_can: convert block comments to network style comments
Marc Kleine-Budde
2
-37
/
+15
2019-08-13
can: xilinx_can: xcan_set_bittiming(): fix the data phase btr1 calculation
Srinivas Neeli
1
-1
/
+1
2019-08-13
can: xilinx_can: xcan_rx_fifo_get_next_frame(): fix FSR register FL and RI ma...
Appana Durga Kedareswara rao
1
-3
/
+10
2019-08-13
can: xilinx_can: fix the data update logic for CANFD FD frames
Appana Durga Kedareswara rao
1
-21
/
+8
2019-08-13
can: xilinx_can: xcanfd_rx(): fix FSR register handling in the RX path
Appana Durga Kedareswara rao
1
-76
/
+63
2019-08-13
can: xilinx_can: xcan_probe(): skip error message on deferred probe
Venkatesh Yadav Abbarapu
1
-1
/
+2
2019-08-13
can: xilinx_can: xcan_chip_start(): fix failure with invalid bus
Anssi Hannula
1
-12
/
+1
2019-08-13
can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_m...
YueHaibing
1
-2
/
+1
2019-08-13
can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readability
Marc Kleine-Budde
1
-0
/
+2
2019-08-13
can: ti_hecc: ti_hecc_start(): avoid multiple assignments
Marc Kleine-Budde
1
-1
/
+2
2019-08-13
can: ti_hecc: fix print formating strings
Marc Kleine-Budde
1
-3
/
+4
2019-08-13
can: ti_hecc: avoid long lines
Marc Kleine-Budde
1
-3
/
+5
2019-08-13
can: ti_hecc: fix indention
Marc Kleine-Budde
1
-20
/
+21
2019-08-13
can: ti_hecc: convert block comments to network style comments
Marc Kleine-Budde
1
-14
/
+7
2019-08-13
can: sja1000: f81601: remove unused including <linux/version.h>
YueHaibing
1
-1
/
+0
2019-08-13
can: kvaser_pciefd: Remove unused including <linux/version.h>
YueHaibing
1
-1
/
+0
2019-08-13
can: kvaser_pciefd: kvaser_pciefd_pwm_stop(): remove unnecessary code when se...
Christer Beskow
1
-7
/
+3
2019-08-12
caif: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-21
/
+11
2019-08-12
xen-netback: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-38
/
+11
2019-08-12
net: dsa: mv88e6xxx: add delay in direct SMI wait
Vivien Didelot
1
-0
/
+2
2019-08-12
net: dsa: mv88e6xxx: fix SMI bit checking
Vivien Didelot
1
-1
/
+1
2019-08-12
net: dsa: mv88e6xxx: remove wait and update routines
Vivien Didelot
7
-67
/
+22
2019-08-12
net: dsa: mv88e6xxx: wait for AVB Busy bit
Vivien Didelot
1
-2
/
+27
2019-08-12
net: dsa: mv88e6xxx: introduce wait bit routine
Vivien Didelot
8
-50
/
+73
2019-08-12
net: dsa: mv88e6xxx: introduce wait mask routine
Vivien Didelot
4
-52
/
+41
2019-08-12
net: dsa: mv88e6xxx: wait for 88E6185 PPU disabled
Vivien Didelot
1
-1
/
+1
2019-08-12
r8169: inline rtl8169_free_rx_databuff
Heiner Kallweit
1
-17
/
+7
2019-08-12
net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125
Heiner Kallweit
1
-0
/
+62
2019-08-12
net: phy: add phy_modify_paged_changed
Heiner Kallweit
2
-5
/
+26
[next]