summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-12net: ipa: prevent concurrent replenishAlex Elder2-0/+15
2022-01-12net: ipa: use a bitmap for endpoint replenish_enabledAlex Elder2-6/+17
2022-01-12net: ipa: fix atomic update in ipa_endpoint_replenish()Alex Elder1-4/+3
2022-01-12net: phy: at803x: make array offsets staticColin Ian King1-1/+1
2022-01-12mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get()Guillaume Nault1-2/+3
2022-01-12libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault1-1/+2
2022-01-12net: ethernet: sun4i-emac: replace magic number with macroConley Lee2-13/+35
2022-01-11Revert "net: vertexcom: default to disabled on kbuild"Saeed Mahameed1-1/+1
2022-01-11Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+3
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1069-28450/+71730
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki1-1/+3
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-91/+228
2022-01-10net/qla3xxx: Remove useless DMA-32 fallback configurationChristophe JAILLET1-8/+3
2022-01-10rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+4
2022-01-10hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2022-01-10lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-14/+8
2022-01-10net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET2-13/+4
2022-01-10cxgb4vf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+5
2022-01-10cxgb4: Remove useless DMA-32 fallback configurationChristophe JAILLET1-12/+5
2022-01-10cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+5
2022-01-10bnx2x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+4
2022-01-10et131x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-3/+2
2022-01-10be2net: Remove useless DMA-32 fallback configurationChristophe JAILLET1-9/+5
2022-01-10vmxnet3: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+7
2022-01-10bna: Simplify DMA settingChristophe JAILLET1-24/+10
2022-01-10net: alteon: Simplify DMA settingChristophe JAILLET2-8/+2
2022-01-10myri10ge: Simplify DMA settingChristophe JAILLET1-12/+1
2022-01-10qlcnic: Simplify DMA settingChristophe JAILLET6-38/+19
2022-01-10net: allwinner: Fix print formatJakub Kicinski1-2/+2
2022-01-10amt: fix wrong return type of amt_send_membership_update()Taehee Yoo1-1/+1
2022-01-10net: mcs7830: handle usb read errors properlyPavel Skripkin1-2/+10
2022-01-10net/mlx5e: Fix build error in fec_set_block_stats()Jakub Kicinski1-1/+1
2022-01-10bnxt_en: improve firmware timeout messagingEdwin Peer4-24/+25
2022-01-10bnxt_en: use firmware provided max timeout for messagesEdwin Peer6-12/+15
2022-01-10bnxt_en: improve VF error messages when PF is unavailableEdwin Peer3-9/+40
2022-01-10bnxt_en: add dynamic debug support for HWRM messagesEdwin Peer2-21/+50
2022-01-10iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing()Nathan Chancellor1-2/+1
2022-01-09can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman1-0/+2
2022-01-09can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network de...Lad Prabhakar1-3/+2
2022-01-09can: xilinx_can: xcan_probe(): check for error irqJiasheng Jiang1-1/+6
2022-01-09can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde1-5/+6
2022-01-09can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold1-1/+1
2022-01-08can: flexcan: add ethtool support to get rx/tx ring parametersDario Binacchi1-0/+21
2022-01-08can: flexcan: add ethtool support to change rx-rtr setting during runtimeMarc Kleine-Budde4-99/+260
2022-01-08can: flexcan: add more quirks to describe RX path capabilitiesMarc Kleine-Budde1-12/+54
2022-01-08can: flexcan: rename RX modesMarc Kleine-Budde1-24/+24
2022-01-08can: flexcan: allow to change quirks at runtimeDario Binacchi1-27/+27
2022-01-08can: flexcan: move driver into separate sub directoryMarc Kleine-Budde3-1/+7
2022-01-08can: mcp251xfd: introduce and make use of mcp251xfd_is_fd_mode()Marc Kleine-Budde3-4/+9
2022-01-08can: mcp251xfd: move ring init into separate functionMarc Kleine-Budde4-255/+274