index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-04
Merge tag 'linux-can-fixes-for-5.19-20220704' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Jakub Kicinski
11
-212
/
+290
2022-07-04
can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversion
Marc Kleine-Budde
1
-1
/
+2
2022-07-04
can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read dev_id
Marc Kleine-Budde
1
-1
/
+1
2022-07-04
can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()
Marc Kleine-Budde
1
-0
/
+1
2022-07-04
can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on TBC register
Thomas Kopp
1
-6
/
+3
2022-07-04
can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for mcp2517fd
Thomas Kopp
1
-5
/
+8
2022-07-04
can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
Jimmy Assarsson
3
-35
/
+47
2022-07-04
can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
Jimmy Assarsson
3
-21
/
+38
2022-07-04
can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info
Jimmy Assarsson
3
-148
/
+172
2022-07-04
net: hns: Fix spelling mistakes in comments.
Zhang Jiaming
1
-2
/
+2
2022-07-04
ibmvnic: Properly dispose of all skbs during a failover.
Rick Lindsley
1
-0
/
+9
2022-07-04
nfp: support TX VLAN ctag insert
Diana Wang
5
-19
/
+45
2022-07-04
nfp: support RX VLAN ctag/stag strip
Diana Wang
11
-22
/
+143
2022-07-04
can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits
Marc Kleine-Budde
1
-2
/
+2
2022-07-04
can: m_can: m_can_chip_config(): actually enable internal timestamping
Marc Kleine-Budde
1
-1
/
+3
2022-07-04
can: grcan: grcan_probe(): remove extra of_node_get()
Liang He
1
-1
/
+0
2022-07-04
can: gs_usb: gs_usb_open/close(): fix memory leak
Rhett Aultman
1
-2
/
+21
2022-07-04
can: rcar_canfd: Fix data transmission failed on R-Car V3U
Duy Nguyen
1
-1
/
+4
2022-07-04
usbnet: smsc95xx: Clean up unnecessary BUG_ON() upon register access
Lukas Wunner
1
-4
/
+0
2022-07-04
usbnet: smsc95xx: Clean up nopm handling
Lukas Wunner
1
-106
/
+66
2022-07-04
usbnet: smsc95xx: Fix deadlock on runtime resume
Lukas Wunner
1
-6
/
+20
2022-07-04
net: phy: broadcom: Add support for BCM53128 internal PHYs
Kurt Kanzenbach
1
-0
/
+15
2022-07-04
Revert "can: xilinx_can: Limit CANFD brp to 2"
Srinivas Neeli
1
-2
/
+2
2022-07-04
mlxsw: spectrum_fid: Remove '_ub_' indication from structures and defines
Amit Cohen
1
-47
/
+47
2022-07-04
mlxsw: spectrum_fid: Remove flood_index() from FID operation structure
Amit Cohen
1
-9
/
+1
2022-07-04
mlxsw: Enable unified bridge model
Amit Cohen
6
-326
/
+77
2022-07-04
mlxsw: Add ubridge to config profile
Amit Cohen
3
-0
/
+20
2022-07-04
mlxsw: Add support for 802.1Q FID family
Amit Cohen
2
-2
/
+193
2022-07-04
mlxsw: Add new FID families for unified bridge model
Amit Cohen
3
-7
/
+189
2022-07-04
mlxsw: Add support for VLAN RIFs
Amit Cohen
2
-0
/
+120
2022-07-04
mlxsw: Configure egress FID classification after routing
Amit Cohen
2
-1
/
+5
2022-07-04
mlxsw: spectrum_router: Do not configure VID for sub-port RIFs
Amit Cohen
1
-1
/
+1
2022-07-04
mlxsw: spectrum_fid: Configure layer 3 egress VID classification
Amit Cohen
1
-5
/
+137
2022-07-04
mlxsw: Configure ingress RIF classification
Amit Cohen
5
-26
/
+189
2022-07-04
mlxsw: spectrum_fid: Configure VNI to FID classification
Amit Cohen
1
-2
/
+36
2022-07-04
mlxsw: Configure egress VID for unicast FDB entries
Amit Cohen
2
-12
/
+17
2022-07-03
net: usb: Remove unnecessary '0' values from hasdata
Li kunyu
1
-1
/
+1
2022-07-03
Merge tag 'linux-can-next-for-5.20-20220703' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
David S. Miller
9
-106
/
+1691
2022-07-03
can: slcan: extend the protocol with CAN state info
Dario Binacchi
1
-1
/
+73
2022-07-03
can: slcan: extend the protocol with error info
Dario Binacchi
1
-1
/
+139
2022-07-03
can: slcan: add ethtool support to reset adapter errors
Dario Binacchi
4
-0
/
+120
2022-07-03
can: slcan: move driver into separate sub directory
Dario Binacchi
3
-1
/
+7
2022-07-03
can: slcan: send the open/close commands to the adapter
Dario Binacchi
1
-2
/
+22
2022-07-03
can: slcan: set bitrate by CAN device driver API
Dario Binacchi
1
-3
/
+38
2022-07-03
can: slcan: allow to send commands to the adapter
Dario Binacchi
1
-1
/
+45
2022-07-03
can: slcan: use CAN network device driver API
Dario Binacchi
2
-62
/
+60
2022-07-03
can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1U
Dario Binacchi
1
-1
/
+2
2022-07-03
can: slcan: use the alloc_can_skb() helper
Dario Binacchi
1
-37
/
+33
2022-07-03
can: slcan: use netdev helpers to print out messages
Dario Binacchi
1
-3
/
+2
2022-07-03
can: slcan: use the BIT() helper
Dario Binacchi
1
-1
/
+1
[prev]
[next]