| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-02-24 | can: mcp251xfd: prepare for multiple RX-FIFOs |  Marc Kleine-Budde | 4 | -9/+54 |
| 2022-02-24 | can: mcp251xfd: ring: update FIFO setup debug info |  Marc Kleine-Budde | 1 | -16/+28 |
| 2022-02-24 | can: mcp251xfd: ring: mcp251xfd_ring_init(): checked RAM usage of ring setup |  Marc Kleine-Budde | 3 | -4/+16 |
| 2022-02-24 | can: mcp251xfd: ring: change order of TX and RX FIFOs |  Marc Kleine-Budde | 2 | -2/+2 |
| 2022-02-24 | can: mcp251xfd: ring: prepare to change order of TX and RX FIFOs |  Marc Kleine-Budde | 2 | -24/+25 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_ring_init(): split ring_init into separate functions |  Marc Kleine-Budde | 1 | -38/+62 |
| 2022-02-24 | can: mcp251xfd: introduce struct mcp251xfd_tx_ring::nr and ::fifo_nr and make use of it |  Marc Kleine-Budde | 5 | -12/+26 |
| 2022-02-24 | can: mcp251xfd: add support for internal PLL |  Marc Kleine-Budde | 2 | -20/+75 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_register(): prepare to activate PLL after softreset |  Marc Kleine-Budde | 1 | -0/+6 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_chip_clock_init(): prepare for PLL support, wait for OSC ready |  Marc Kleine-Budde | 1 | -1/+8 |
| 2022-02-24 | can: mcp251xfd: __mcp251xfd_chip_set_mode(): prepare for PLL support: improve error handling and diagnostics |  Marc Kleine-Budde | 1 | -9/+30 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_chip_wake(): renamed from mcp251xfd_chip_clock_enable() |  Marc Kleine-Budde | 1 | -9/+10 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_chip_timestamp_init(): factor out into separate function |  Marc Kleine-Budde | 1 | -0/+9 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_chip_softreset_check(): wait for OSC ready before accessing chip |  Marc Kleine-Budde | 1 | -17/+12 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): prepare for PLL support |  Marc Kleine-Budde | 1 | -2/+23 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): improve chip detection and error handling |  Marc Kleine-Budde | 1 | -9/+15 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): factor out into separate function |  Marc Kleine-Budde | 1 | -18/+27 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_chip_stop(): convert to a void function |  Marc Kleine-Budde | 1 | -3/+3 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_chip_sleep(): introduce function to bring chip into sleep mode |  Marc Kleine-Budde | 1 | -8/+13 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_unregister(): simplify runtime PM handling |  Marc Kleine-Budde | 1 | -4/+4 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_regmap_crc_read(): ignore CRC error only if solely OSC register is read |  Marc Kleine-Budde | 1 | -1/+1 |
| 2022-02-24 | can: mcp251xfd: mcp251xfd_reg_invalid(): rename from mcp251xfd_osc_invalid() |  Marc Kleine-Budde | 1 | -6/+6 |
| 2022-02-24 | can: etas_es58x: use BITS_PER_TYPE() instead of manual calculation |  Vincent Mailhol | 1 | -1/+2 |
| 2022-02-24 | can: xilinx_can: Add check for NAPI Poll function |  Srinivas Neeli | 1 | -4/+5 |
| 2022-02-24 | can: softing: softing_netdev_open(): remove redundant ret variable |  Minghao Chi | 1 | -4/+1 |
| 2022-02-24 | can: c_can: ethtool: use default drvinfo |  Marc Kleine-Budde | 1 | -9/+0 |
| 2022-02-24 | can: kvaser_usb: kvaser_usb_send_cmd(): remove redundant variable actual_len |  Marc Kleine-Budde | 1 | -3/+1 |
| 2022-02-24 | can: bittiming: mark function arguments and local variables as const |  Marc Kleine-Budde | 1 | -6/+6 |
| 2022-02-24 | can: bittiming: can_validate_bitrate(): simplify bit rate checking |  Marc Kleine-Budde | 1 | -6/+2 |
| 2022-02-23 | octeontx2-pf: Vary completion queue event size |  Subbaraya Sundeep | 5 | -5/+21 |
| 2022-02-23 | net/mlx5e: Fix VF min/max rate parameters interchange mistake |  Gal Pressman | 1 | -1/+1 |
| 2022-02-23 | net/mlx5e: Add missing increment of count |  Lama Kayal | 1 | -0/+1 |
| 2022-02-23 | net/mlx5e: MPLSoUDP decap, fix check for unsupported matches |  Maor Dickman | 1 | -17/+11 |
| 2022-02-23 | net/mlx5e: Fix MPLSoUDP encap to use MPLS action information |  Maor Dickman | 7 | -3/+32 |
| 2022-02-23 | net/mlx5e: Add feature check for set fec counters |  Lama Kayal | 1 | -3/+3 |
| 2022-02-23 | net/mlx5e: TC, Skip redundant ct clear actions |  Roi Dayan | 2 | -0/+8 |
| 2022-02-23 | net/mlx5e: TC, Reject rules with forward and drop actions |  Roi Dayan | 1 | -0/+6 |
| 2022-02-23 | net/mlx5e: TC, Reject rules with drop and modify hdr action |  Roi Dayan | 1 | -0/+6 |
| 2022-02-23 | net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets |  Tariq Toukan | 1 | -1/+2 |
| 2022-02-23 | net/mlx5e: Fix wrong return value on ioctl EEPROM query failure |  Gal Pressman | 1 | -1/+1 |
| 2022-02-23 | net/mlx5: Fix possible deadlock on rule deletion |  Maor Gottlieb | 1 | -0/+2 |
| 2022-02-23 | net/mlx5: Fix tc max supported prio for nic mode |  Chris Mi | 1 | -0/+3 |
| 2022-02-23 | net/mlx5: Fix wrong limitation of metadata match on ecpf |  Ariel Levkovich | 1 | -4/+0 |
| 2022-02-23 | net/mlx5: Update log_max_qp value to be 17 at most |  Maher Sanalla | 1 | -1/+1 |
| 2022-02-23 | net/mlx5: DR, Fix the threshold that defines when pool sync is initiated |  Yevgeny Kliteynik | 1 | -4/+7 |
| 2022-02-23 | net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_version |  Yevgeny Kliteynik | 3 | -17/+45 |
| 2022-02-23 | net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte |  Yevgeny Kliteynik | 1 | -7/+26 |
| 2022-02-23 | net/mlx5: DR, Cache STE shadow memory |  Yevgeny Kliteynik | 2 | -35/+79 |
| 2022-02-23 | net/mlx5: Update the list of the PCI supported devices |  Meir Lichtinger | 1 | -0/+2 |
| 2022-02-23 | net/mlx5: Add clarification on sync reset failure |  Moshe Shemesh | 4 | -19/+71 |