index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
can: af_can: rename find_rcv_list() to can_rcv_list_find()
Marc Kleine-Budde
2019-09-04
1
-5
/
+5
*
can: proc: give variable holding the CAN per device receive lists a sensible ...
Marc Kleine-Budde
2019-09-04
1
-18
/
+20
*
can: af_can: give variable holding the CAN per device receive lists a sensibl...
Marc Kleine-Budde
2019-09-04
1
-45
/
+44
*
can: netns: remove "can_" prefix from members struct netns_can
Marc Kleine-Budde
2019-09-04
2
-24
/
+24
*
can: proc: give variables holding CAN statistics a sensible name
Marc Kleine-Budde
2019-09-04
1
-58
/
+58
*
can: af_can: give variables holding CAN statistics a sensible name
Marc Kleine-Budde
2019-09-04
1
-15
/
+15
*
can: netns: give members of struct netns_can holding the statistics a sensibl...
Marc Kleine-Budde
2019-09-04
2
-23
/
+23
*
can: netns: give structs holding the CAN statistics a sensible name
Marc Kleine-Budde
2019-09-04
3
-14
/
+14
*
can: gw: add support for CAN FD frames
Oliver Hartkopp
2019-08-13
1
-27
/
+187
*
can: gw: use struct canfd_frame as internal data structure
Oliver Hartkopp
2019-08-13
1
-105
/
+117
*
can: gw: cgw_parse_attr(): remove unnecessary braces for single statement block
Marc Kleine-Budde
2019-08-13
1
-2
/
+1
*
can: gw: cgw_dump_jobs(): avoid long lines
Marc Kleine-Budde
2019-08-13
1
-2
/
+3
*
can: gw: can_can_gw_rcv(): remove return at end of void function
Marc Kleine-Budde
2019-08-13
1
-1
/
+0
*
can: gw: add missing spaces around operators
Marc Kleine-Budde
2019-08-13
1
-18
/
+18
*
can: gw: remove unnecessary blank lines, add suggested blank lines
Marc Kleine-Budde
2019-08-13
1
-14
/
+1
*
can: gw: convert block comments to network style comments
Marc Kleine-Budde
2019-08-13
1
-16
/
+8
*
can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet
Thomas Gleixner
2019-08-13
1
-104
/
+52
*
can: bcm: bcm_sock_no_ioctlcmd(): mark function as static
Marc Kleine-Budde
2019-08-13
1
-2
/
+2
*
can: raw: raw_sock_no_ioctlcmd(): mark function as static
Marc Kleine-Budde
2019-08-13
1
-2
/
+2
*
can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)
Marc Kleine-Budde
2019-08-13
1
-1
/
+1
*
can: raw: balance braces around else statements
Marc Kleine-Budde
2019-08-13
1
-4
/
+8
*
can: raw: remove unnecessary blank lines, add suggested blank lines
Marc Kleine-Budde
2019-08-13
1
-3
/
+1
*
can: raw: convert block comments to network style comments
Marc Kleine-Budde
2019-08-13
1
-8
/
+4
*
can: af_can: add missing identifiers to struct receiver::func
Marc Kleine-Budde
2019-08-13
1
-1
/
+1
*
can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usage
Marc Kleine-Budde
2019-08-13
1
-3
/
+3
*
can: af_can: avoid splitting quoted string across lines
Marc Kleine-Budde
2019-08-13
1
-10
/
+7
*
can: af_can: fix alignment
Marc Kleine-Budde
2019-08-13
1
-2
/
+2
*
can: af_can: balance braces around else statements
Marc Kleine-Budde
2019-08-13
1
-5
/
+8
*
can: af_can: convert block comments to network style comments
Marc Kleine-Budde
2019-08-13
2
-37
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-06
1
-15
/
+33
|
\
|
*
can: gw: Fix error path of cgw_module_init
YueHaibing
2019-07-24
1
-15
/
+33
*
|
can: fix ioctl function removal
Oliver Hartkopp
2019-07-29
2
-2
/
+16
*
|
can: Add SPDX license identifiers for CAN subsystem
Oliver Hartkopp
2019-07-24
6
-0
/
+6
*
|
can: remove obsolete empty ioctl() handler
Oliver Hartkopp
2019-07-24
3
-11
/
+2
*
|
can: Kconfig: correct history of the CAN protocol
Robert P. J. Day
2019-07-24
1
-5
/
+6
|
/
*
can: purge socket error queue on sock destruct
Willem de Bruijn
2019-06-07
1
-0
/
+1
*
can: af_can: Fix error path of can_init()
YueHaibing
2019-06-07
1
-3
/
+21
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-2
/
+2
*
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
2019-04-19
3
-6
/
+2
*
can: bcm: check timer values before ktime conversion
Oliver Hartkopp
2019-01-22
1
-0
/
+27
*
can: gw: ensure DLC boundaries after CAN frame modification
Oliver Hartkopp
2019-01-07
1
-3
/
+27
*
net: add missing SOF_TIMESTAMPING_OPT_ID support
Willem de Bruijn
2018-12-17
1
-1
/
+1
*
can: raw: check for CAN FD capable netdev in raw_sendmsg()
Oliver Hartkopp
2018-11-09
1
-7
/
+8
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
2
-2
/
+2
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-4
/
+6
*
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
2
-2
/
+2
|
\
|
*
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
2018-05-26
2
-2
/
+2
*
|
proc: introduce proc_create_net_single
Christoph Hellwig
2018-05-16
2
-118
/
+25
[prev]
[next]