summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ibmveth: Recycle buffers during replenish phaseNick Child2024-08-021-84/+60
* ibmveth: Optimize poll rescheduling processNick Child2024-08-021-13/+15
* net: airoha: Link the gdm port to the selected qdma controllerLorenzo Bianconi2024-08-021-18/+19
* net: airoha: Start all qdma NAPIs in airoha_probe()Lorenzo Bianconi2024-08-021-3/+4
* net: airoha: Allow mapping IO region for multiple qdma controllersLorenzo Bianconi2024-08-021-24/+32
* net: airoha: Use qdma pointer as private structure in airoha_irq_handler routineLorenzo Bianconi2024-08-021-4/+3
* net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue stru...Lorenzo Bianconi2024-08-021-43/+41
* net: airoha: Move irq_mask in airoha_qdma structureLorenzo Bianconi2024-08-021-42/+42
* net: airoha: Move airoha_queues in airoha_qdmaLorenzo Bianconi2024-08-021-61/+65
* net: airoha: Introduce airoha_qdma structLorenzo Bianconi2024-08-021-85/+112
* eth: fbnic: select DEVLINK and PAGE_POOLSimon Horman2024-08-021-0/+2
* net: axienet: remove unnecessary parenthesesRadhey Shyam Pandey2024-08-021-2/+1
* net: axienet: remove unnecessary ftrace-like loggingRadhey Shyam Pandey2024-08-021-4/+0
* net: axienet: add missing blank line after declarationRadhey Shyam Pandey2024-08-021-0/+2
* net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao2024-08-021-14/+14
* vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi2024-08-021-1/+3
* net: Use of_property_read_bool()Rob Herring (Arm)2024-08-014-12/+12
* net: mdio: Use of_property_count_u32_elems() to get property lengthRob Herring (Arm)2024-08-011-3/+2
* net: phy: qca807x: Drop unnecessary and broken DT validationRob Herring (Arm)2024-08-011-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-01198-1137/+2254
|\
| * Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-0133-172/+295
| |\
| | * igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim2024-07-311-16/+17
| | * net: wan: fsl_qmc_hdlc: Discard received CRCHerve Codina2024-07-311-6/+18
| | * net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutexHerve Codina2024-07-311-3/+4
| | * net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptysShahar Shitrit2024-07-311-1/+6
| | * net/mlx5e: Fix CT entry update leaks of modify header contextChris Mi2024-07-311-0/+1
| | * net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capabilityRahul Rameshbabu2024-07-311-3/+4
| | * net/mlx5: Fix missing lock on sync reset reloadMoshe Shemesh2024-07-311-1/+4
| | * net/mlx5: Lag, don't use the hardcoded value of the first portMark Bloch2024-07-311-1/+1
| | * net/mlx5: DR, Fix 'stack guard page was hit' error in dr_ruleYevgeny Kliteynik2024-07-311-1/+1
| | * net/mlx5: Fix error handling in irq_pool_request_irqShay Drory2024-07-311-3/+7
| | * net/mlx5: Always drain health in shutdown callbackShay Drory2024-07-312-1/+2
| | * r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit2024-07-311-6/+2
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-07-306-90/+135
| | |\
| | | * ice: xsk: fix txq interrupt mappingMaciej Fijalkowski2024-07-291-10/+14
| | | * ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski2024-07-291-1/+1
| | | * ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski2024-07-296-55/+87
| | | * ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski2024-07-291-1/+7
| | | * ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski2024-07-291-14/+16
| | | * ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski2024-07-291-5/+4
| | | * ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski2024-07-291-3/+1
| | | * ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak2024-07-291-1/+5
| | * | net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski2024-07-301-8/+21
| | * | net: phy: micrel: Fix the KSZ9131 MDI-X status issueRaju Lakkaraju2024-07-301-15/+19
| | * | net: mvpp2: Don't re-use loop iteratorDan Carpenter2024-07-301-3/+3
| | |/
| | * net: axienet: start napi before enabling Rx/TxAndy Chiu2024-07-291-1/+1
| | * eth: bnxt: populate defaults in the RSS context structJakub Kicinski2024-07-291-0/+4
| | * eth: bnxt: reject unsupported hash functionsJakub Kicinski2024-07-291-2/+8
| | * Merge tag 'for-net-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-07-263-1/+9
| | |\
| | | * Bluetooth: btmtk: remove #ifdef around declarationsArnd Bergmann2024-07-261-2/+0