summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-23mlxsw: core: Fix use-after-free calling devl_unlock() in mlxsw_core_bus_devic...Jiri Pirko1-2/+2
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree5-3/+59
2022-07-22sfc: hook up ef100 representor TXEdward Cree3-1/+38
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree7-17/+123
2022-07-22sfc: determine representee m-port for EF100 representorsEdward Cree5-1/+96
2022-07-22sfc: phys port/switch identification for ef100 repsEdward Cree2-2/+39
2022-07-22sfc: add basic ethtool ops to ef100 repsEdward Cree1-0/+26
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree8-11/+196
2022-07-22sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree4-0/+55
2022-07-22sfc: update EF100 register descriptionsEdward Cree1-23/+60
2022-07-22net: marvell: prestera: use netif_is_any_bridge_port instead of open codeJuhee Kang1-2/+2
2022-07-22mlxsw: use netif_is_any_bridge_port() instead of open codeJuhee Kang1-3/+1
2022-07-22Merge tag 'linux-can-next-for-5.20-20220721' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-1/+1
2022-07-22net: ipa: fix buildPaolo Abeni6-24/+24
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski129-906/+1296
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds42-260/+546
2022-07-21can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol1-1/+1
2022-07-21net/cdc_ncm: Enable ZLP for DisplayLink ethernet devicesDominik Czerwik1-1/+24
2022-07-21net: ipa: move configuration data files into a subdirectoryAlex Elder7-1/+1
2022-07-21net: ipa: list supported IPA versions in the MakefileAlex Elder1-3/+7
2022-07-21net: ipa: fix an outdated commentAlex Elder1-1/+1
2022-07-21net: ipa: report when the driver has been removedAlex Elder1-0/+2
2022-07-21net: ipa: skip some cleanup for unused transactionsAlex Elder1-1/+2
2022-07-21net: ipa: rearrange transaction initializationAlex Elder2-30/+33
2022-07-21net: ipa: add a transaction committed listAlex Elder3-7/+29
2022-07-21net: ipa: add an endpoint device attribute groupAlex Elder3-18/+53
2022-07-21net: amd8111e: remove repeated dev->features assignementJian Shen1-3/+0
2022-07-21Merge tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski19-860/+1152
2022-07-20Merge tag 'linux-can-fixes-for-5.19-20220720' of git://git.kernel.org/pub/scm...David S. Miller2-5/+14
2022-07-20net: ipa: initialize ring indexes to 0Alex Elder2-10/+13
2022-07-20mlxsw: spectrum_router: Fix IPv4 nexthop gateway indicationIdo Schimmel1-1/+1
2022-07-20net: marvell: prestera: add phylink supportOleksandr Mazur5-62/+334
2022-07-20vmxnet3: Implement ethtool's get_channels commandAndrey Turkin1-0/+29
2022-07-20Merge tag 'linux-can-next-for-5.20-20220720' of git://git.kernel.org/pub/scm/...David S. Miller32-145/+225
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-3/+3
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima1-1/+1
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima1-1/+1
2022-07-20can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He1-0/+1
2022-07-20can: mcp251xfd: fix detection of mcp251863Marc Kleine-Budde1-5/+13
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol24-18/+36
2022-07-20can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-07-20can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+4
2022-07-20can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+8
2022-07-20can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol1-5/+4
2022-07-20can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+3
2022-07-20can: slcan: do not report txerr and rxerr during bus-offVincent Mailhol1-7/+5
2022-07-20can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-07-20can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+4
2022-07-20can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+3
2022-07-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-11/+17