summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix delete tc fail issueJijie Shao2024-03-085-0/+22
* net: hns3: fix kernel crash when 1588 is received on HIP08 devicesYonglong Liu2024-03-081-1/+1
* net: hns3: Disable SerDes serial loopback for HiLink H60Hao Lan2024-03-085-3/+18
* net: hns3: add new 200G link modes for hisilicon deviceHao Lan2024-03-082-11/+22
* net: hns3: fix wrong judgment condition issueJijie Shao2024-03-081-1/+1
* ionic: keep stats struct local to error handlingShannon Nelson2024-03-081-22/+8
* ionic: better dma-map error handlingShannon Nelson2024-03-081-18/+14
* ionic: remove unnecessary NULL testShannon Nelson2024-03-081-6/+0
* ionic: rearrange ionic_queue for better layoutShannon Nelson2024-03-081-2/+2
* ionic: rearrange ionic_qcqShannon Nelson2024-03-081-4/+4
* ionic: carry idev in ionic_cq structShannon Nelson2024-03-083-19/+6
* ionic: refactor skb buildingShannon Nelson2024-03-081-53/+65
* ionic: fold adminq clean into service routineShannon Nelson2024-03-081-21/+11
* ionic: use specialized desc info structsShannon Nelson2024-03-085-86/+111
* ionic: remove the cq_info to save more memoryShannon Nelson2024-03-087-89/+38
* ionic: remove callback pointer from desc_infoShannon Nelson2024-03-085-91/+57
* ionic: move adminq-notifyq handling to main fileShannon Nelson2024-03-083-65/+67
* ionic: drop q mappingShannon Nelson2024-03-083-35/+10
* ionic: remove desc, sg_desc and cmb_desc from desc_infoShannon Nelson2024-03-084-60/+45
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2024-03-086-42/+53
|\
| * ixgbe: pull out stats update to common routinesMaciej Fijalkowski2024-03-063-25/+53
| * i40e: remove unnecessary qv_info ptr NULL checksAlexey Kodanev2024-03-062-8/+0
| * iavf: drop duplicate iavf_{add|del}_cloud_filter() callsAlexey Kodanev2024-03-061-9/+0
* | octeontx2-pf: Add TC flower offload support for TCP flagsSai Krishna2024-03-085-2/+23
* | net: chelsio: remove unused function calc_tx_descsColin Ian King2024-03-081-14/+0
* | eth: bnxt: support per-queue statisticsJakub Kicinski2024-03-071-0/+65
* | net: introduce include/net/rps.hEric Dumazet2024-03-076-0/+6
* | net: usbnet: Remove generic .ndo_get_stats64Breno Leitao2024-03-071-1/+0
* | net: usbnet: Leverage core stats allocatorBreno Leitao2024-03-071-7/+1
* | net: dsa: mv88e6xxx: update 88e6185 PCS driver to use neg_modeRussell King (Oracle)2024-03-071-1/+2
* | net: pcs: rzn1-miic: update PCS driver to use neg_modeRussell King (Oracle)2024-03-071-2/+3
* | net: phy: marvell: add comment about m88e1111_config_init_1000basex()Russell King (Oracle)2024-03-071-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-0730-131/+213
|\ \
| * | net: pds_core: Fix possible double free in error handling pathYongzhi Liu2024-03-071-8/+4
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-061-1/+1
| |\ \
| | * | xdp, bonding: Fix feature flags when there are no slave devs anymoreDaniel Borkmann2024-03-051-1/+1
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-069-22/+15
| |\ \ \
| | * | | intel: legacy: Partial revert of field get conversionSasha Neftin2024-03-051-1/+1
| | * | | igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer2024-03-051-7/+6
| | * | | i40e: Fix firmware version comparison functionIvan Vecera2024-03-051-2/+1
| | * | | ice: fix typo in assignmentJesse Brandeburg2024-03-051-1/+1
| | * | | ice: fix uninitialized dplls mutex usageMichal Schmidt2024-03-051-1/+1
| | * | | net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb2024-03-051-0/+2
| | * | | ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2024-03-052-10/+1
| | * | | idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov2024-03-051-0/+2
| | |/ /
| * | | net: dsa: microchip: fix register write order in ksz8_ind_write8()Tobias Jakobi (Compleo)2024-03-051-2/+2
| * | | dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-052-4/+4
| |/ /
| * | Merge tag 'mlx5-fixes-2024-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-03-049-74/+102
| |\ \
| | * | net/mlx5e: Switch to using _bh variant of of spinlock API in port timestampin...Rahul Rameshbabu2024-03-011-6/+6
| | * | net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking oc...Rahul Rameshbabu2024-03-011-0/+2