index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-24
can: xilinx_can: clean up indentation issue
Colin Ian King
1
-1
/
+1
2019-07-24
can: xilinx_can: Add support for CANFD FD frames
Appana Durga Kedareswara rao
1
-16
/
+214
2019-07-24
can: xilinx_can: Add cantype parameter in xcan_devtype_data struct
Appana Durga Kedareswara rao
1
-0
/
+12
2019-07-24
can: xilinx_can: Fix flags field initialization for axi can and canps
Appana Durga Kedareswara rao
1
-0
/
+2
2019-07-24
can: xilinx_can: Fix kernel doc warnings
Appana Durga Kedareswara rao
1
-0
/
+6
2019-07-24
can: xilinx_can: Fix style issues
Appana Durga Kedareswara rao
1
-19
/
+22
2019-07-24
can: tcan4x5x: Add tcan4x5x driver to the kernel
Dan Murphy
3
-0
/
+542
2019-07-24
dt-bindings: can: tcan4x5x: Add DT bindings for TCAN4x5X driver
Dan Murphy
1
-0
/
+37
2019-07-24
can: m_can: Rename m_can_priv to m_can_classdev
Dan Murphy
3
-289
/
+294
2019-07-24
can: m_can: Create a m_can platform framework
Dan Murphy
5
-345
/
+704
2019-07-24
can: m_can: Fix checkpatch issues on existing code
Dan Murphy
1
-8
/
+5
2019-07-24
can: mark expected switch fall-throughs
Gustavo A. R. Silva
4
-5
/
+8
2019-07-24
can: kvaser_pciefd: Add driver for Kvaser PCIEcan devices
Henning Colliander
3
-0
/
+1926
2019-07-24
can: kvaser_usb: Use struct_size() in alloc_candev()
Gustavo A. R. Silva
1
-2
/
+1
2019-07-24
can: sja1000: f81601: add Fintek F81601 support
Ji-Ze Hong (Peter Hong)
3
-0
/
+223
2019-07-24
can: sja1000: Makefile/Kconfig: sort alphabetically
Marc Kleine-Budde
2
-40
/
+41
2019-07-24
MAINTAINERS: can: add missing files to CAN NETWORK DRIVERS and CAN NETWORK LAYER
Marc Kleine-Budde
1
-0
/
+5
2019-07-23
tc-testing: added tdc tests for [b|p]fifo qdisc
Roman Mashak
1
-0
/
+304
2019-07-23
hv_sock: Use consistent types for UUIDs
Andy Shevchenko
1
-12
/
+12
2019-07-23
Merge branch 'nfp-Offload-MPLS-actions'
David S. Miller
5
-0
/
+260
2019-07-23
nfp: flower: offload MPLS set action
John Hurley
2
-0
/
+53
2019-07-23
nfp: flower: offload MPLS pop action
John Hurley
2
-0
/
+31
2019-07-23
nfp: flower: offload MPLS push action
John Hurley
2
-0
/
+57
2019-07-23
net: sched: include mpls actions in hardware intermediate representation
John Hurley
3
-0
/
+119
2019-07-23
net/mlx5e: xsk: dynamically allocate mlx5e_channel_param
Arnd Bergmann
1
-9
/
+18
2019-07-23
net: jme: Use dev_get_drvdata
Chuhong Yuan
1
-4
/
+2
2019-07-23
igb: Use dev_get_drvdata where possible
Chuhong Yuan
1
-2
/
+1
2019-07-23
i40e: Use dev_get_drvdata
Chuhong Yuan
1
-5
/
+3
2019-07-23
fm10k: Use dev_get_drvdata
Chuhong Yuan
1
-2
/
+2
2019-07-23
e1000e: Use dev_get_drvdata where possible
Chuhong Yuan
1
-4
/
+3
2019-07-23
net: broadcom: Use dev_get_drvdata
Chuhong Yuan
3
-12
/
+6
2019-07-23
net: atheros: Use dev_get_drvdata
Chuhong Yuan
3
-14
/
+8
2019-07-23
net: 3com: 3c59x: Use dev_get_drvdata
Chuhong Yuan
1
-4
/
+2
2019-07-23
atm: Use dev_get_drvdata
Chuhong Yuan
1
-6
/
+3
2019-07-23
ftgmac100: Fix build.
David S. Miller
1
-1
/
+1
2019-07-23
qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/
Benjamin Poirier
14
-12
/
+60
2019-07-22
Merge branch 'Convert-skb_frag_t-to-bio_vec'
David S. Miller
76
-220
/
+202
2019-07-22
net: Convert skb_frag_t to bio_vec
Matthew Wilcox (Oracle)
2
-8
/
+6
2019-07-22
net: Rename skb_frag_t size to bv_len
Matthew Wilcox (Oracle)
1
-5
/
+5
2019-07-22
net: Rename skb_frag page to bv_page
Matthew Wilcox (Oracle)
2
-8
/
+6
2019-07-22
net: Reorder the contents of skb_frag_t
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-07-22
net: Increase the size of skb_frag_t
Matthew Wilcox (Oracle)
1
-5
/
+0
2019-07-22
net: Use skb accessors in network core
Matthew Wilcox (Oracle)
6
-32
/
+38
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
69
-164
/
+149
2019-07-22
net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32
Chuhong Yuan
5
-31
/
+20
2019-07-22
r8169: improve rtl_rx
Heiner Kallweit
1
-28
/
+15
2019-07-22
ax88179_178a: Merge memcpy + le32_to_cpus to get_unaligned_le32
Chuhong Yuan
1
-2
/
+1
2019-07-22
usbnet: smsc75xx: Merge memcpy + le32_to_cpus to get_unaligned_le32
Chuhong Yuan
1
-6
/
+3
2019-07-22
net: lan78xx: Merge memcpy + lexx_to_cpus to get_unaligned_lexx
Chuhong Yuan
1
-8
/
+4
2019-07-22
net-ipv6-ndisc: add support for RFC7710 RA Captive Portal Identifier
Maciej Żenczykowski
2
-0
/
+2
[next]