summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol2022-07-281-0/+29
| | * | | | can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol2022-07-281-0/+21
| | * | | | can: dev: add hardware TX timestampVincent Mailhol2022-07-281-0/+6
| | * | | | can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-2830-0/+159
| | * | | | can: v(x)can: add software tx timestampsVincent Mailhol2022-07-282-0/+4
| | * | | | can: slcan: add software tx timestampsVincent Mailhol2022-07-281-0/+2
| | * | | | can: janz-ican3: add software tx timestampVincent Mailhol2022-07-281-0/+2
| | * | | | can: can327: add software tx timestampsVincent Mailhol2022-07-281-0/+2
| | * | | | MAINTAINERS: Add maintainer for the slcan driverDario Binacchi2022-07-281-0/+1
| | * | | | can: slcan: add support for listen-only modeDario Binacchi2022-07-281-4/+15
| | * | | | can: slcan: use the generic can_change_mtu()Dario Binacchi2022-07-281-6/+1
| | * | | | can: slcan: change every `slc' occurrence in `slcan'Dario Binacchi2022-07-281-53/+56
| | * | | | can: slcan: remove legacy infrastructureDario Binacchi2022-07-281-255/+63
| | * | | | can: slcan: remove useless header inclusionsDario Binacchi2022-07-281-3/+0
| | * | | | can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded namesVincent Mailhol2022-07-281-6/+8
| | * | | | can: flexcan: export flexcan_ethtool_ops and remove flexcan_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+3
| | * | | | can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+3
| | * | | | can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+4
| | * | | | can: etas_es58x: remove DRV_VERSIONVincent Mailhol2022-07-261-5/+2
| | * | | | can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAMEVincent Mailhol2022-07-261-4/+3
| | * | | | can: ubs_8dev: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
| | * | | | can: kvaser_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-1/+1
| | * | | | can: gs_ubs: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-3/+3
| | * | | | can: esd_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-1/+1
| | * | | | can: softing: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
| | * | | | can: ems_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
| | * | | | can: can327: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
| | * | | | can: mcp251xfd: mcp251xfd_dump(): fix commentMarc Kleine-Budde2022-07-261-1/+1
| * | | | | Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-07-2930-511/+1265
| |\ \ \ \ \
| | * | | | | net/mlx5e: Move mlx5e_init_l2_addr to en_mainLama Kayal2022-07-285-5/+5
| | * | | | | net/mlx5e: Split en_fs ndo's and move to en_mainLama Kayal2022-07-283-88/+120
| | * | | | | net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_mainLama Kayal2022-07-285-96/+119
| | * | | | | net/mlx5e: Add mdev to flow_steering structLama Kayal2022-07-285-38/+42
| | * | | | | net/mlx5e: Report flow steering errors with mdev err report APILama Kayal2022-07-281-36/+34
| | * | | | | net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal2022-07-2814-264/+298
| | * | | | | net/mlx5e: Allocate VLAN and TC for featured profiles onlyLama Kayal2022-07-283-12/+46
| | * | | | | net/mlx5e: Make mlx5e_tc_table privateLama Kayal2022-07-286-32/+59
| | * | | | | net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointerLama Kayal2022-07-284-34/+43
| | * | | | | net/mlx5e: TC, Support tc action api for policeRoi Dayan2022-07-285-8/+239
| | * | | | | net/mlx5e: TC, Separate get/update/replace meter functionsRoi Dayan2022-07-283-27/+112
| | * | | | | net/mlx5e: Add red and green counters for meteringRoi Dayan2022-07-285-13/+52
| | * | | | | net/mlx5e: TC, Allocate post meter ft per ruleRoi Dayan2022-07-283-20/+31
| | * | | | | net/mlx5: DR, Add support for flow metering ASOYevgeny Kliteynik2022-07-286-0/+227
| | * | | | | net/mlx5e: Fix wrong use of skb_tcp_all_headers() with encapsulationGal Pressman2022-07-281-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-07-2912-202/+269
| |\ \ \ \ \
| | * | | | | ice: allow toggling loopback mode via ndo_set_features callbackMaciej Fijalkowski2022-07-281-1/+31
| | * | | | | ice: compress branches in ice_set_features()Maciej Fijalkowski2022-07-281-21/+19
| | * | | | | ice: Fix promiscuous mode not turning offMichal Wilczynski2022-07-283-19/+72
| | * | | | | ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-2812-169/+155
| | |/ / / /
| * | | | | sfc: implement ethtool get/set RX ring size for EF100 repsEdward Cree2022-07-291-0/+27