index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-07
can: c_can: fix null-ptr-deref on ioctl()
Tong Zhang
1
-3
/
+1
2021-09-07
can: rcar_canfd: add __maybe_unused annotation to silence warning
Marc Kleine-Budde
1
-1
/
+1
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-08-26
can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...
Stefan Mätje
1
-2
/
+2
2021-08-25
can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): remove useless BUG_ON()
Tang Bin
1
-1
/
+0
2021-08-25
can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): use of_device_get_match_data to...
Tang Bin
1
-4
/
+2
2021-08-25
can: rcar_canfd: rcar_canfd_handle_channel_tx(): fix redundant assignment
Lad Prabhakar
1
-1
/
+1
2021-08-25
can: rcar: Kconfig: Add helper dependency on COMPILE_TEST
Cai Huoqing
1
-2
/
+2
2021-08-19
can: c_can: cache frames to operate as a true FIFO
Dario Binacchi
2
-15
/
+19
2021-08-19
can: c_can: support tx ring algorithm
Dario Binacchi
2
-18
/
+82
2021-08-19
can: c_can: exit c_can_do_tx() early if no frames have been sent
Dario Binacchi
1
-5
/
+6
2021-08-19
can: c_can: remove struct c_can_priv::priv field
Dario Binacchi
2
-2
/
+0
2021-08-19
can: c_can: rename IF_RX -> IF_NAPI
Marc Kleine-Budde
1
-12
/
+14
2021-08-19
can: c_can: c_can_do_tx(): fix typo in comment
Marc Kleine-Budde
1
-1
/
+1
2021-08-19
can: m_can: Batch FIFO writes during CAN transmit
Matt Kline
1
-35
/
+26
2021-08-19
can: m_can: Batch FIFO reads during CAN receive
Matt Kline
1
-23
/
+28
2021-08-19
can: m_can: Disable IRQs on FIFO bus errors
Matt Kline
5
-73
/
+152
2021-08-19
can: m_can: fix block comment style
Marc Kleine-Budde
1
-3
/
+4
2021-08-19
can: tcan4x5x: cdev_to_priv(): remove stray empty line
Marc Kleine-Budde
1
-1
/
+0
2021-08-19
can: rcar_canfd: Add support for RZ/G2L family
Lad Prabhakar
1
-73
/
+265
2021-08-19
can: mcp251xfd: mark some instances of struct mcp251xfd_priv as const
Marc Kleine-Budde
3
-4
/
+4
2021-08-19
can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg
Vincent Mailhol
1
-16
/
+7
2021-08-19
can: netlink: allow user to turn off unsupported features
Vincent Mailhol
1
-1
/
+1
2021-08-19
can: dev: provide optional GPIO based termination support
Oleksij Rempel
1
-0
/
+66
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2021-08-10
can: m_can: m_can_set_bittiming(): fix setting M_CAN_DBTP register
Hussein Alasadi
1
-4
/
+4
2021-08-04
can: flexcan: flexcan_clks_enable(): add missing variable initialization
Marc Kleine-Budde
1
-1
/
+1
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-9
/
+51
2021-07-30
can: esd_usb2: fix memory leak
Pavel Skripkin
1
-1
/
+15
2021-07-30
can: ems_usb: fix memory leak
Pavel Skripkin
1
-1
/
+13
2021-07-30
can: usb_8dev: fix memory leak
Pavel Skripkin
1
-2
/
+13
2021-07-30
can: mcba_usb_start(): add missing urb->transfer_dma initialization
Pavel Skripkin
1
-0
/
+2
2021-07-30
can: hi311x: fix a signedness bug in hi3110_cmd()
Dan Carpenter
1
-1
/
+1
2021-07-25
can: flexcan: update Kconfig to enable coldfire
Angelo Dureghello
1
-1
/
+2
2021-07-25
can: flexcan: add mcf5441x support
Angelo Dureghello
1
-20
/
+104
2021-07-25
can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...
Vincent Mailhol
2
-4
/
+2
2021-07-25
can: etas_es58x: use sizeof and sizeof_field macros instead of constant values
Vincent Mailhol
2
-2
/
+2
2021-07-25
can: etas_es58x: add es58x_free_netdevs() to factorize code
Vincent Mailhol
1
-22
/
+24
2021-07-25
can: etas_es58x: use devm_kzalloc() to allocate device resources
Vincent Mailhol
1
-6
/
+3
2021-07-25
can: etas_es58x: use error pointer during device probing
Vincent Mailhol
1
-13
/
+10
2021-07-25
can: etas_es58x: fix three typos in author name and documentation
Vincent Mailhol
3
-10
/
+10
2021-07-25
can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changes
Stephane Grosjean
1
-123
/
+43
2021-07-25
can: peak_usb: pcan_usb_encode_msg(): add information
Stephane Grosjean
1
-2
/
+4
2021-07-25
can: peak_usb: PCAN-USB: add support of loopback and one-shot mode
Stephane Grosjean
1
-4
/
+49
2021-07-25
can: peak_usb: pcan_usb_get_device_id(): read value only in case of success
Stephane Grosjean
1
-1
/
+2
2021-07-25
can: peak_pci: Add name and FW version of the card in kernel buffer
Stephane Grosjean
1
-11
/
+53
2021-07-25
can: peak_pci: fix checkpatch warnings
Marc Kleine-Budde
1
-2
/
+4
2021-07-25
can: peak_pci: convert comments to network style comments
Marc Kleine-Budde
1
-35
/
+14
2021-07-25
net: at91_can: fix the comments style issue
Peng Li
1
-28
/
+14
2021-07-25
net: at91_can: remove redundant space
Peng Li
1
-1
/
+1
[next]