aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-04Merge tag 'linux-can-fixes-for-5.19-20220704' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski11-212/+290
2022-07-04can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversionMarc Kleine-Budde1-1/+2
2022-07-04can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read dev_idMarc Kleine-Budde1-1/+1
2022-07-04can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()Marc Kleine-Budde1-0/+1
2022-07-04can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on TBC registerThomas Kopp1-6/+3
2022-07-04can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for mcp2517fdThomas Kopp1-5/+8
2022-07-04can: kvaser_usb: kvaser_usb_leaf: fix bittiming limitsJimmy Assarsson3-35/+47
2022-07-04can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regressionJimmy Assarsson3-21/+38
2022-07-04can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_infoJimmy Assarsson3-148/+172
2022-07-04net: hns: Fix spelling mistakes in comments.Zhang Jiaming1-2/+2
2022-07-04ibmvnic: Properly dispose of all skbs during a failover.Rick Lindsley1-0/+9
2022-07-04nfp: support TX VLAN ctag insertDiana Wang5-19/+45
2022-07-04nfp: support RX VLAN ctag/stag stripDiana Wang11-22/+143
2022-07-04can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bitsMarc Kleine-Budde1-2/+2
2022-07-04can: m_can: m_can_chip_config(): actually enable internal timestampingMarc Kleine-Budde1-1/+3
2022-07-04can: grcan: grcan_probe(): remove extra of_node_get()Liang He1-1/+0
2022-07-04can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman1-2/+21
2022-07-04can: rcar_canfd: Fix data transmission failed on R-Car V3UDuy Nguyen1-1/+4
2022-07-04usbnet: smsc95xx: Clean up unnecessary BUG_ON() upon register accessLukas Wunner1-4/+0
2022-07-04usbnet: smsc95xx: Clean up nopm handlingLukas Wunner1-106/+66
2022-07-04usbnet: smsc95xx: Fix deadlock on runtime resumeLukas Wunner1-6/+20
2022-07-04net: phy: broadcom: Add support for BCM53128 internal PHYsKurt Kanzenbach1-0/+15
2022-07-04Revert "can: xilinx_can: Limit CANFD brp to 2"Srinivas Neeli1-2/+2
2022-07-04mlxsw: spectrum_fid: Remove '_ub_' indication from structures and definesAmit Cohen1-47/+47
2022-07-04mlxsw: spectrum_fid: Remove flood_index() from FID operation structureAmit Cohen1-9/+1
2022-07-04mlxsw: Enable unified bridge modelAmit Cohen6-326/+77
2022-07-04mlxsw: Add ubridge to config profileAmit Cohen3-0/+20
2022-07-04mlxsw: Add support for 802.1Q FID familyAmit Cohen2-2/+193
2022-07-04mlxsw: Add new FID families for unified bridge modelAmit Cohen3-7/+189
2022-07-04mlxsw: Add support for VLAN RIFsAmit Cohen2-0/+120
2022-07-04mlxsw: Configure egress FID classification after routingAmit Cohen2-1/+5
2022-07-04mlxsw: spectrum_router: Do not configure VID for sub-port RIFsAmit Cohen1-1/+1
2022-07-04mlxsw: spectrum_fid: Configure layer 3 egress VID classificationAmit Cohen1-5/+137
2022-07-04mlxsw: Configure ingress RIF classificationAmit Cohen5-26/+189
2022-07-04mlxsw: spectrum_fid: Configure VNI to FID classificationAmit Cohen1-2/+36
2022-07-04mlxsw: Configure egress VID for unicast FDB entriesAmit Cohen2-12/+17
2022-07-03net: usb: Remove unnecessary '0' values from hasdataLi kunyu1-1/+1
2022-07-03Merge tag 'linux-can-next-for-5.20-20220703' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller9-106/+1691
2022-07-03can: slcan: extend the protocol with CAN state infoDario Binacchi1-1/+73
2022-07-03can: slcan: extend the protocol with error infoDario Binacchi1-1/+139
2022-07-03can: slcan: add ethtool support to reset adapter errorsDario Binacchi4-0/+120
2022-07-03can: slcan: move driver into separate sub directoryDario Binacchi3-1/+7
2022-07-03can: slcan: send the open/close commands to the adapterDario Binacchi1-2/+22
2022-07-03can: slcan: set bitrate by CAN device driver APIDario Binacchi1-3/+38
2022-07-03can: slcan: allow to send commands to the adapterDario Binacchi1-1/+45
2022-07-03can: slcan: use CAN network device driver APIDario Binacchi2-62/+60
2022-07-03can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1UDario Binacchi1-1/+2
2022-07-03can: slcan: use the alloc_can_skb() helperDario Binacchi1-37/+33
2022-07-03can: slcan: use netdev helpers to print out messagesDario Binacchi1-3/+2
2022-07-03can: slcan: use the BIT() helperDario Binacchi1-1/+1