summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski65-421/+631
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-135/+278
2022-06-16net: axienet: add missing error return code in axienet_probe()Yang Yingliang1-0/+1
2022-06-16net: mana: Add support of XDP_REDIRECT actionHaiyang Zhang4-2/+93
2022-06-16net: mana: Add the Linux MANA PF driverDexuan Cui6-4/+267
2022-06-16net: ethernet: stmmac: reset force speed bit for ipq806xChristian 'Ansuel' Marangi1-0/+64
2022-06-16net: ethernet: stmmac: add missing sgmii configure for ipq806xChristian 'Ansuel' Marangi2-16/+78
2022-06-16mlxbf_gige: remove own module name define and use KBUILD_MODNAME insteadDavid Thompson1-3/+1
2022-06-15net: sparx5: Allow mdb entries to both CPU and portsCasper Andersson1-20/+35
2022-06-15bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_headsSieng Piaw Liew1-2/+2
2022-06-15net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso1-13/+13
2022-06-15i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-25/+62
2022-06-15net: phy: marvell-88x2222: set proper phydev->portIvan Bornyakov1-0/+2
2022-06-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller5-46/+94
2022-06-15net: ipa: rework gsi_channel_tx_update()Alex Elder1-27/+23
2022-06-15net: ipa: stop counting total RX bytes and transactionsAlex Elder2-9/+1
2022-06-15net: ipa: simplify TX completion statisticsAlex Elder1-8/+6
2022-06-15net: ipa: introduce gsi_trans_tx_committed()Alex Elder4-11/+27
2022-06-15net: ipa: rename two transaction fieldsAlex Elder2-24/+25
2022-06-15net: ipa: use "tre_ring" for all TRE ring local variablesAlex Elder1-9/+9
2022-06-15net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constantFrank Wunderlich2-8/+20
2022-06-15net: dsa: mt7530: rework mt753[01]_setupFrank Wunderlich1-4/+21
2022-06-15net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}Frank Wunderlich1-18/+12
2022-06-15mlxsw: Revert "Prepare for XM implementation - LPM trees"Petr Machata3-163/+31
2022-06-15mlxsw: Revert "Prepare for XM implementation - prefix insertion and removal"Petr Machata3-589/+209
2022-06-15mlxsw: Revert "Introduce initial XM router support"Petr Machata11-1518/+8
2022-06-15net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET1-1/+0
2022-06-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski6-33/+121
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski1-0/+5
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski1-27/+26
2022-06-14ice: Sync VLAN filtering features for DVMRoman Storozhenko1-18/+31
2022-06-14ice: Fix PTP TX timestamp offset calculationMichal Michalik2-1/+32
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2022-06-14mlxsw: spectrum_cnt: Reorder counter poolsPetr Machata1-1/+1
2022-06-14amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker1-2/+2
2022-06-14net: phy: fixed_phy: set phy_mask before calling mdiobus_register()Rasmus Villemoes1-0/+1
2022-06-14net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASKShay Drory1-7/+0
2022-06-14net/mlx5: group fdb cleanup to single functionShay Drory1-8/+10
2022-06-14net/mlx5: Add support EXECUTE_ASO action for flow entryJianbo Liu1-0/+33
2022-06-14RDMA/mlx5: Support handling of modify-header pattern ICM areaYevgeny Kliteynik2-18/+36
2022-06-14net/mlx5: Manage ICM of type modify-header patternYevgeny Kliteynik1-0/+42
2022-06-13octeontx2-vf: Add support for adaptive interrupt coalescingSuman Ghosh1-1/+2
2022-06-13net: smsc95xx: add support for Microchip EVB-LAN8670-USBParthiban Veerasooran1-0/+5
2022-06-13nfp: support 48-bit DMA addressing for NFP3800Yinjun Zhang10-33/+52
2022-06-13xilinx: Fix build on x86.David S. Miller1-4/+4
2022-06-13net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu1-3/+18
2022-06-13net: axienet: make the 64b addresable DMA depends on 64b archecturesAndy Chiu2-24/+40
2022-06-13net: ipa: derive channel from transactionAlex Elder3-29/+13
2022-06-13net: ipa: determine channel from eventAlex Elder1-5/+21
2022-06-13net: ipa: simplify endpoint transaction completionAlex Elder1-18/+5