summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-10can: gs_usb: use union and FLEX_ARRAY for data in struct gs_host_framePeter Fink1-11/+26
2022-03-10can: gs_usb: support up to 3 channels per deviceMarc Kleine-Budde1-2/+2
2022-03-10can: gs_usb: gs_usb_probe(): introduce udev and make use of itMarc Kleine-Budde1-5/+4
2022-03-10can: gs_usb: document the PAD_PKTS_TO_MAX_PKT_SIZE featureMarc Kleine-Budde1-0/+2
2022-03-10can: gs_usb: document the USER_ID featureMarc Kleine-Budde1-0/+4
2022-03-10can: gs_usb: update GS_CAN_FEATURE_IDENTIFY documentationMarc Kleine-Budde1-0/+1
2022-03-10can: gs_usb: add HW timestamp mode bitMarc Kleine-Budde1-0/+1
2022-03-10can: gs_usb: gs_make_candev(): call SET_NETDEV_DEV() after handling all bt_co...Marc Kleine-Budde1-2/+2
2022-03-10can: gs_usb: rewrap usb_control_msg() and usb_fill_bulk_urb()Marc Kleine-Budde1-65/+22
2022-03-10can: gs_usb: rewrap error messagesMarc Kleine-Budde1-4/+2
2022-03-10can: gs_usb: GS_CAN_FLAG_OVERFLOW: make use of BIT()Marc Kleine-Budde1-1/+1
2022-03-10can: gs_usb: sort include files alphabeticallyMarc Kleine-Budde1-1/+1
2022-03-10can: gs_usb: fix checkpatch warningMarc Kleine-Budde1-1/+2
2022-03-10can: gs_usb: use consistent one space indentionMarc Kleine-Budde1-19/+19
2022-03-10can: rcar_canfd: Add support for r8a779a0 SoCUlrich Hecht1-136/+217
2022-03-10can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before call...Vincent Mailhol1-2/+1
2022-03-10vxcan: enable local echo for sent CAN framesOliver Hartkopp1-1/+1
2022-03-10vxcan: remove sk reference in peer skbOliver Hartkopp1-6/+11
2022-03-10Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-9/+42
2022-03-10Merge tag 'xsa396-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-124/+150
2022-03-10net: axienet: Use napi_alloc_skb when refilling RX ringRobert Hancock1-1/+1
2022-03-10stmmac: intel: Add ADL-N PCI IDMichael Sit Wei Hong1-0/+2
2022-03-10net/fungible: fix errors when CONFIG_TLS_DEVICE=nDimitris Michailidis2-8/+8
2022-03-10NFC: port100: fix use-after-free in port100_send_completePavel Skripkin1-0/+2
2022-03-10bnxt: revert hastily merged uAPI aberrationsJakub Kicinski6-277/+14
2022-03-10net: stmmac: switch no PTP HW support message to info levelHeiner Kallweit1-1/+1
2022-03-10e1000e: Print PHY register address when MDI read/write failsChen Yu1-4/+4
2022-03-10ptp: idt82p33: use rsmu driver to access i2c/spi busMin Li2-369/+126
2022-03-10net: dsa: microchip: ksz9477: implement MTU configurationOleksij Rempel3-2/+38
2022-03-10drivers: vxlan: fix returnvar.cocci warningGuo Zhengkui1-2/+1
2022-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds5-7/+15
2022-03-10net/mlx5: DR, Add support for ConnectX-7 steeringYevgeny Kliteynik10-110/+435
2022-03-10net/mlx5: DR, Refactor ste_ctx handling for STE v0/1Yevgeny Kliteynik5-17/+40
2022-03-10net/mlx5: DR, Rename action modify fields to reflect naming in HW specYevgeny Kliteynik1-12/+12
2022-03-10net/mlx5: DR, Fix handling of different actions on the same STE in STEv1Yevgeny Kliteynik1-4/+2
2022-03-10net/mlx5: DR, Remove unneeded commentsYevgeny Kliteynik1-2/+2
2022-03-10net/mlx5: DR, Add support for matching on Internet Header Length (IHL)Yevgeny Kliteynik5-3/+15
2022-03-10net/mlx5: DR, Align mlx5dv_dr API vport action with FW behaviorShun Hao1-9/+3
2022-03-10net/mlx5: Add debugfs counters for page commands failuresMoshe Shemesh2-3/+15
2022-03-10net/mlx5: Add pages debugfsMoshe Shemesh2-0/+19
2022-03-10net/mlx5: Move debugfs entries to separate structMoshe Shemesh7-22/+27
2022-03-10net/mlx5: Remove redundant error on reclaim pagesMoshe Shemesh1-4/+8
2022-03-10net/mlx5: Remove redundant error on give pagesMoshe Shemesh1-4/+10
2022-03-10net/mlx5: Remove redundant notify fail on give pagesMoshe Shemesh1-1/+5
2022-03-10net/mlx5: Add command failures data to debugfsMoshe Shemesh2-9/+42
2022-03-10net/mlx5e: TC, Fix use after free in mlx5e_clone_flow_attr_for_post_act()Dan Carpenter1-1/+1
2022-03-09net/mlx5e: SHAMPO, reduce TIR indicationBen Ben-Ishay2-5/+1
2022-03-09net/mlx5e: Lag, Only handle events from highest priority multipath entryRoi Dayan1-3/+8
2022-03-09net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLEDima Chumak1-3/+0
2022-03-09net/mlx5: Fix a race on command flush flowMoshe Shemesh1-7/+8