index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-21
rtlwifi: rtl8192cu: fix comparison to bool warning in hw.c
Zheng Bin
1
-1
/
+1
2020-09-21
rtlwifi: rtl8821ae: fix comparison to bool warning in phy.c
Zheng Bin
1
-3
/
+3
2020-09-21
rtlwifi: rtl8821ae: fix comparison to bool warning in hw.c
Zheng Bin
1
-1
/
+1
2020-09-21
rtlwifi: rtl8192cu: fix comparison to bool warning in mac.c
Zheng Bin
1
-4
/
+4
2020-09-21
rtlwifi: rtl8192c: fix comparison to bool warning in phy_common.c
Zheng Bin
1
-1
/
+1
2020-09-21
rtlwifi: rtl8192ee: fix comparison to bool warning in hw.c
Zheng Bin
1
-1
/
+1
2020-09-21
net: wilc1000: clean up resource in error path of init mon interface
Huang Guobin
1
-2
/
+1
2020-09-21
can: mcp25xxfd: add listen-only mode
Kurt Van Dijck
1
-6
/
+10
2020-09-21
can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CAN
Marc Kleine-Budde
2
-0
/
+2908
2020-09-21
can: mcp25xxfd: add regmap infrastructure
Marc Kleine-Budde
7
-0
/
+1507
2020-09-21
can: rx-offload: can_rx_offload_add_manual(): add new initialization function
Marc Kleine-Budde
1
-0
/
+11
2020-09-21
can: mscan: simplify clock enable/disable
Zhang Changzhong
1
-18
/
+10
2020-09-21
can: mscan: mpc5xxx_can: update contact email
Wolfram Sang
1
-1
/
+1
2020-09-21
can: mcp251x: add support for half duplex controllers
Tim Harvey
1
-7
/
+27
2020-09-21
can: mcp251x: Use readx_poll_timeout() helper
Andy Shevchenko
1
-31
/
+33
2020-09-21
can: mcp251x: add GPIO support
Timo Schlüßler
1
-0
/
+243
2020-09-21
can: mcp251x: sort include files alphabetically
Marc Kleine-Budde
1
-2
/
+2
2020-09-21
can: spi: Kconfig: remove unneeded dependencies form Kconfig symbols
Marc Kleine-Budde
1
-2
/
+0
2020-09-21
can: pcan_usb: add support of rxerr/txerr counters
Stephane Grosjean
1
-16
/
+117
2020-09-21
can: pcan_usb: Document the commands sent to the device
Stephane Grosjean
1
-7
/
+26
2020-09-21
can: pch_can: use generic power management
Vaibhav Gupta
1
-42
/
+21
2020-09-21
can: peak_canfd: Remove unused macros
Wang Hai
1
-2
/
+0
2020-09-21
can: peak_usb: convert to use le32_add_cpu()
Liu Shixin
1
-1
/
+1
2020-09-21
can: ti_hecc: convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
1
-22
/
+5
2020-09-21
can: mscan: mark expected switch fall-through
Marc Kleine-Budde
1
-0
/
+1
2020-09-21
can: mcba_usb: remove redundant initialization of variable err
Colin Ian King
1
-1
/
+1
2020-09-21
can: c_can: Remove unused inline function
YueHaibing
1
-9
/
+0
2020-09-21
can: dev: can_bus_off(): print scheduling of restart if activated
Marc Kleine-Budde
1
-1
/
+5
2020-09-21
can: dev: can_change_state(): print human readable state change messages
Marc Kleine-Budde
1
-1
/
+25
2020-09-21
can: dev: can_put_echo_skb(): propagate error in case of errors
Marc Kleine-Budde
1
-4
/
+7
2020-09-21
can: dev: can_put_echo_skb(): print number of echo_skb that is occupied
Marc Kleine-Budde
1
-1
/
+1
2020-09-21
can: softing: update dead link
Diego Elio Pettenò
1
-1
/
+1
2020-09-21
can: slcan: update dead link
Diego Elio Pettenò
1
-2
/
+2
2020-09-21
can: drivers: fix spelling mistakes
Marc Kleine-Budde
21
-36
/
+36
2020-09-21
can: flexcan: fix spelling mistake "reserverd" -> "reserved"
Alexandre Belloni
1
-1
/
+1
2020-09-21
can: grcan: fix spelling mistake "buss" -> "bus"
Colin Ian King
1
-1
/
+1
2020-09-20
dpaa2-eth: drop double zeroing
Julia Lawall
1
-1
/
+1
2020-09-20
bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.
Michael Chan
1
-1
/
+1
2020-09-20
bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.
Michael Chan
1
-0
/
+1
2020-09-20
bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.
Vasundhara Volam
1
-0
/
+3
2020-09-20
bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.
Michael Chan
1
-11
/
+20
2020-09-20
bnxt_en: return proper error codes in bnxt_show_temp
Edwin Peer
1
-6
/
+13
2020-09-20
bnxt_en: Use memcpy to copy VPD field info.
Vasundhara Volam
1
-3
/
+5
2020-09-20
net: dsa: tag_8021q: add VLANs to the master interface too
Vladimir Oltean
1
-1
/
+6
2020-09-20
net: mventa: remove unused variable 'dummy' in mvneta_mib_counters_clear()
Zhang Changzhong
1
-4
/
+3
2020-09-20
net: mvneta: avoid copying shared_info frags in mvneta_swbm_build_skb
Lorenzo Bianconi
1
-7
/
+4
2020-09-20
net: mvneta: recycle the page in case of out-of-order
Lorenzo Bianconi
1
-1
/
+5
2020-09-20
net: dsa: rtl8366: Skip PVID setting if not requested
Linus Walleij
1
-0
/
+3
2020-09-19
net: phy: dp83822: Update the fiber advertisement for speed
Dan Murphy
1
-3
/
+10
2020-09-19
net: dp83869: Add ability to advertise Fiber connection
Dan Murphy
1
-0
/
+73
[prev]
[next]