summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btmtksdio: rename btsdio_mtk_reg_readSean Wang2022-01-101-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-1024-91/+228
|\
| * amt: fix wrong return type of amt_send_membership_update()Taehee Yoo2022-01-101-1/+1
| * net: mcs7830: handle usb read errors properlyPavel Skripkin2022-01-101-2/+10
| * can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman2022-01-091-0/+2
| * can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network de...Lad Prabhakar2022-01-091-3/+2
| * can: xilinx_can: xcan_probe(): check for error irqJiasheng Jiang2022-01-091-1/+6
| * can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde2022-01-091-5/+6
| * can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold2022-01-081-1/+1
| * octeontx2-af: Fix interrupt name stringsSunil Goutham2022-01-082-4/+3
| * octeontx2-nicvf: Free VF PTP resources.Rakesh Babu Saladi2022-01-071-1/+4
| * octeontx2-af: Increment ptp refcount before useSubbaraya Sundeep2022-01-071-0/+2
| * Revert "net/mlx5: Add retry mechanism to the command entry index allocation"Moshe Shemesh2022-01-071-20/+1
| * net/mlx5: Set command entry semaphore up once got index freeMoshe Shemesh2022-01-071-9/+6
| * net/mlx5e: Sync VXLAN udp ports during uplink representor profile changeMaor Dickman2022-01-071-0/+3
| * net/mlx5: Fix access to sf_dev_table on allocation failureShay Drory2022-01-071-4/+1
| * net/mlx5e: Fix matching on modified inner ip_ecn bitsPaul Blakey2022-01-071-4/+116
| * Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel"Aya Levin2022-01-071-3/+6
| * Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels"Aya Levin2022-01-071-3/+7
| * net/mlx5e: Don't block routes with nexthop objects in SWMaor Dickman2022-01-071-4/+2
| * net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects ar...Maor Dickman2022-01-071-0/+2
| * net/mlx5e: Fix nullptr on deleting mirroring ruleDima Chumak2022-01-071-13/+15
| * net/mlx5e: Fix page DMA map/unmap attributesAya Levin2022-01-072-5/+6
| * fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang2022-01-061-5/+16
| * rocker: fix a sleeping in atomic bugDan Carpenter2022-01-061-1/+2
| * ppp: ensure minimum packet size in ppp_write()Eric Dumazet2022-01-061-1/+6
| * Merge tag 'linux-can-fixes-for-5.16-20220105' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-01-061-1/+2
| |\
| | * can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde2022-01-051-1/+2
* | | net/qla3xxx: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-8/+3
* | | rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-13/+4
* | | hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-6/+2
* | | lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-14/+8
* | | net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-102-13/+4
* | | cxgb4vf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-15/+5
* | | cxgb4: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-12/+5
* | | cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-6/+5
* | | bnx2x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-15/+4
* | | et131x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-3/+2
* | | be2net: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-9/+5
* | | vmxnet3: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-15/+7
* | | bna: Simplify DMA settingChristophe JAILLET2022-01-101-24/+10
* | | net: alteon: Simplify DMA settingChristophe JAILLET2022-01-102-8/+2
* | | myri10ge: Simplify DMA settingChristophe JAILLET2022-01-101-12/+1
* | | qlcnic: Simplify DMA settingChristophe JAILLET2022-01-106-38/+19
* | | net: allwinner: Fix print formatJakub Kicinski2022-01-101-2/+2
* | | net/mlx5e: Fix build error in fec_set_block_stats()Jakub Kicinski2022-01-101-1/+1
* | | bnxt_en: improve firmware timeout messagingEdwin Peer2022-01-104-24/+25
* | | bnxt_en: use firmware provided max timeout for messagesEdwin Peer2022-01-106-12/+15
* | | bnxt_en: improve VF error messages when PF is unavailableEdwin Peer2022-01-103-9/+40
* | | bnxt_en: add dynamic debug support for HWRM messagesEdwin Peer2022-01-102-21/+50