summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-10-27net: ipa: don't assume 8 modem routing table entriesAlex Elder
2022-10-27net: ipa: determine route table size from memory regionAlex Elder
2022-10-27net: ipa: record the route table size in the IPA structureAlex Elder
2022-10-27eth: fealnx: delete the driver for Myson MTD-800Jakub Kicinski
2022-10-27ice: Add support Flex RXDMichal Jaron
2022-10-27net: broadcom: bcm4908_enet: use build_skb()Rafał Miłecki
2022-10-27net: ehea: fix possible memory leak in ehea_register_port()Yang Yingliang
2022-10-27net: dp83822: Print the SOR1 strap statusFabio Estevam
2022-10-27bond: Disable TLS features indicationTariq Toukan
2022-10-27net: stmmac: remove duplicate dma queue channel macrosJunxiao Chang
2022-10-27can: rcar_canfd: fix channel specific IRQ handling for RZ/G2LBiju Das
2022-10-27can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global ...Biju Das
2022-10-27can: kvaser_usb: Fix possible completions during init_completionAnssi Hannula
2022-10-26net: ethernet: ave: Fix MAC to be in charge of PHY PMKunihiko Hayashi
2022-10-26net: ethernet: ave: Remove duplicate phy_resume() callsKunihiko Hayashi
2022-10-26net: fec: limit register access on i.MX6ULJuergen Borleis
2022-10-26Merge tag 'linux-can-fixes-for-6.1-20221025' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-10-26phylink: require valid state argument to phylink_validate_mask_caps()Jakub Kicinski
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller
2022-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller
2022-10-26can: rcar_canfd: Use devm_reset_control_get_optional_exclusiveBiju Das
2022-10-26can: ucan: ucan_disconnect(): change unregister_netdev() to unregister_candev()Dongliang Mu
2022-10-26can: m_can: use consistent indentionMarc Kleine-Budde
2022-10-26can: kvaser_usb: Compare requested bittiming parameters with actual parameter...Jimmy Assarsson
2022-10-26can: kvaser_usb: Add struct kvaser_usb_busparamsJimmy Assarsson
2022-10-26can: kvaser_usb_leaf: Fix bogus restart eventsAnssi Hannula
2022-10-26can: kvaser_usb_leaf: Ignore stale bus-off after startAnssi Hannula
2022-10-26can: kvaser_usb_leaf: Fix wrong CAN state after stoppingAnssi Hannula
2022-10-26can: kvaser_usb_leaf: Fix improved state not being reportedAnssi Hannula
2022-10-26can: kvaser_usb_leaf: Set Warning state even without bus errorsAnssi Hannula
2022-10-26can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENTJimmy Assarsson
2022-10-26can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...Jimmy Assarsson
2022-10-26can: kvaser_usb: kvaser_usb_leaf: Get capabilities from deviceJimmy Assarsson
2022-10-25net: ipa: don't configure IDLE_INDICATION on v3.1Caleb Connolly
2022-10-25net: ipa: fix v3.1 resource limit masksCaleb Connolly
2022-10-25net: ipa: fix v3.5.1 resource limit max valuesCaleb Connolly
2022-10-25net: dl2k: remove variable tx_useColin Ian King
2022-10-25net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()Yang Yingliang
2022-10-25bna: remove variable num_entriesColin Ian King
2022-10-25net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing
2022-10-25i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba
2022-10-25i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch
2022-10-25i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba
2022-10-25net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131Raju Lakkaraju
2022-10-25net: lan743x: Add support for get_pauseparam and set_pauseparamRaju Lakkaraju
2022-10-25bnx2: Use kmalloc_size_roundup() to match ksize() usageKees Cook
2022-10-25net: ipa: check table memory regions earlierAlex Elder
2022-10-25net: ipa: kill ipa_table_valid()Alex Elder
2022-10-25net: ipa: introduce ipa_cmd_init()Alex Elder
2022-10-25net: ipa: verify table sizes fit in commands earlyAlex Elder