summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-12-12can: m_can: Avoid reading irqstatus twiceMarkus Schneider-Pargmann1-7/+9
2022-12-12can: m_can: Eliminate double read of TXFQS in tx_handlerMarkus Schneider-Pargmann1-4/+11
2022-12-12can: m_can: Call the RAM init directly from m_can_chip_configVivek Yadav3-15/+26
2022-12-12can: gs_usb: remove gs_can::ifaceVincent Mailhol1-20/+9
2022-12-12can: ucan: remove unused ucan_priv::intfVincent Mailhol1-2/+0
2022-12-12can: ucan: use strscpy() to instead of strncpy()Xu Panda1-3/+2
2022-12-12can: etas_es58x: remove es58x_get_product_info()Vincent Mailhol1-49/+3
2022-12-12can: etas_es58x: export product information through devlink_ops::info_get()Vincent Mailhol3-0/+264
2022-12-12can: etas_es58x: add devlink port supportVincent Mailhol2-8/+29
2022-12-12can: etas_es58x: add devlink supportVincent Mailhol5-4/+31
2022-12-12can: c_can: use devm_platform_get_and_ioremap_resource()Minghao Chi1-2/+1
2022-12-12can: flexcan: add auto stop mode for IMX93 to support wakeupHaibo Chen2-3/+36
2022-12-12can: etas_es58x: sort the includes by alphabetic orderVincent Mailhol4-11/+11
2022-12-12can: ctucanfd: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-12-10can: rcar_canfd: Add multi_channel_irqs to struct rcar_canfd_hw_infoBiju Das1-12/+4
2022-12-10can: rcar_canfd: Add postdiv to struct rcar_canfd_hw_infoBiju Das1-2/+6
2022-12-10can: rcar_canfd: Add shared_global_irqs to struct rcar_canfd_hw_infoBiju Das1-2/+6
2022-12-10can: rcar_canfd: Add max_channels to struct rcar_canfd_hw_infoBiju Das1-15/+15
2022-12-10can: rcar_canfd: rcar_canfd_probe: Add struct rcar_canfd_hw_info to driver dataBiju Das1-13/+30
2022-12-10can: m_can: sort header inclusion alphabeticallyVivek Yadav3-13/+13
2022-12-10can: kvaser_usb: kvaser_usb_set_{,data}bittiming(): remove empty lines in var...Marc Kleine-Budde1-2/+0
2022-12-10can: kvaser_usb: kvaser_usb_set_bittiming(): fix redundant initialization war...Marc Kleine-Budde1-1/+1
2022-12-09Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski20-445/+1542
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook2-2/+2
2022-12-09net: bcmgenet: Remove the unused functionJiapeng Chong1-18/+0
2022-12-09Merge tag 'mlx5-updates-2022-12-08' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski31-193/+1295
2022-12-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-475/+463
2022-12-08net: phy: remove redundant "depends on" linesRandy Dunlap1-3/+0
2022-12-08net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init failsLorenzo Bianconi1-5/+12
2022-12-08net: ethernet: mtk_wed: fix some possible NULL pointer dereferencesLorenzo Bianconi2-5/+11
2022-12-08nfp: Fix spelling mistake "tha" -> "the"Colin Ian King1-1/+1
2022-12-08mlxsw: spectrum_ipip: Add Spectrum-1 ip6gre supportIdo Schimmel1-75/+8
2022-12-08mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operationsIdo Schimmel1-47/+47
2022-12-08mlxsw: spectrum_router: Add support for double entry RIFsIdo Schimmel3-1/+5
2022-12-08mlxsw: spectrum_router: Parametrize RIF allocation sizeIdo Schimmel1-14/+27
2022-12-08mlxsw: spectrum_router: Use gen_pool for RIF index allocationIdo Schimmel2-10/+67
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski46-186/+390
2022-12-08net/mlx5: Expose steering dropped packets counterMichael Guralnik1-3/+19
2022-12-08net/mlx5: Refactor and expand rep vport stat groupOr Har-Toov2-20/+90
2022-12-08net/mlx5e: multipath, support routes with more than 2 nexthopsMaor Dickman1-31/+48
2022-12-08net/mlx5e: TC, add support for meter mtu offloadOz Shlomo8-9/+92
2022-12-08net/mlx5e: meter, add mtu post meter tablesOz Shlomo3-7/+185
2022-12-08net/mlx5e: meter, refactor to allow multiple post meter tablesOz Shlomo1-58/+96
2022-12-08net/mlx5: DR, Add support for range match actionYevgeny Kliteynik7-3/+363
2022-12-08net/mlx5: DR, Add function that tells if STE miss addr has been initializedYevgeny Kliteynik7-0/+23
2022-12-08net/mlx5: DR, Some refactoring of miss address handlingYevgeny Kliteynik1-10/+14
2022-12-08net/mlx5: DR, Manage definers with refcountsYevgeny Kliteynik5-2/+163
2022-12-08net/mlx5: DR, Handle FT action in a separate functionYevgeny Kliteynik1-46/+81
2022-12-08net/mlx5: DR, Rework is_fw_table functionYevgeny Kliteynik2-11/+18
2022-12-08net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general objectYevgeny Kliteynik2-0/+86