summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: realtek: rtl8365mb: rename macro RTL8367RB -> RTL8367RB_VBAlvin Šipraga2022-06-171-3/+3
* net: ipa: move more code out of gsi_channel_update()Alex Elder2022-06-171-14/+20
* net: ipa: call gsi_evt_ring_rx_update() unconditionallyAlex Elder2022-06-171-3/+3
* net: ipa: pass GSI pointer to gsi_evt_ring_rx_update()Alex Elder2022-06-171-6/+7
* net: ipa: don't pass channel when mapping transactionAlex Elder2022-06-171-6/+10
* net: ipa: don't assume one channel per event ringAlex Elder2022-06-173-27/+6
* net: phy: dp83867: implement support for io_impedance_ctrl nvmem cellRasmus Villemoes2022-06-171-6/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-1721-135/+278
|\
| * net: axienet: add missing error return code in axienet_probe()Yang Yingliang2022-06-161-0/+1
| * net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso2022-06-151-13/+13
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-06-155-46/+94
| |\
| | * ice: Fix memory corruption in VF driverPrzemyslaw Patynowski2022-06-141-0/+5
| | * ice: Fix queue config fail handlingPrzemyslaw Patynowski2022-06-141-27/+26
| | * ice: Sync VLAN filtering features for DVMRoman Storozhenko2022-06-141-18/+31
| | * ice: Fix PTP TX timestamp offset calculationMichal Michalik2022-06-142-1/+32
| * | net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET2022-06-151-1/+0
| |/
| * mlxsw: spectrum_cnt: Reorder counter poolsPetr Machata2022-06-141-1/+1
| * amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker2022-06-141-2/+2
| * octeontx2-vf: Add support for adaptive interrupt coalescingSuman Ghosh2022-06-131-1/+2
| * xilinx: Fix build on x86.David S. Miller2022-06-131-4/+4
| * net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu2022-06-131-3/+18
| * net: axienet: make the 64b addresable DMA depends on 64b archecturesAndy Chiu2022-06-132-24/+40
| * net: hns3: fix tm port shapping of fibre port is incorrect after driver initi...Guangbin Huang2022-06-133-4/+10
| * net: hns3: fix PF rss size initialization bugJie Wang2022-06-131-1/+3
| * net: hns3: restore tm priority/qset to default settings when tc disabledGuangbin Huang2022-06-132-31/+65
| * net: hns3: modify the ring param print infoJie Wang2022-06-131-1/+1
| * net: hns3: don't push link state to VF if unaliveJian Shen2022-06-131-0/+6
| * net: hns3: set port base vlan tbl_sta to false before removing old vlanGuangbin Huang2022-06-131-0/+1
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-06-114-10/+24
| |\
| | * iavf: Fix issue with MAC address of VF shown as zeroMichal Wilczynski2022-06-091-1/+1
| | * i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov2022-06-091-8/+17
| | * i40e: Fix calculating the number of queue pairsGrzegorz Szczurek2022-06-091-1/+1
| | * i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek2022-06-091-0/+5
* | | net: mana: Add support of XDP_REDIRECT actionHaiyang Zhang2022-06-164-2/+93
* | | net: mana: Add the Linux MANA PF driverDexuan Cui2022-06-166-4/+267
* | | net: ethernet: stmmac: reset force speed bit for ipq806xChristian 'Ansuel' Marangi2022-06-161-0/+64
* | | net: ethernet: stmmac: add missing sgmii configure for ipq806xChristian 'Ansuel' Marangi2022-06-162-16/+78
* | | mlxbf_gige: remove own module name define and use KBUILD_MODNAME insteadDavid Thompson2022-06-161-3/+1
* | | net: sparx5: Allow mdb entries to both CPU and portsCasper Andersson2022-06-151-20/+35
* | | bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_headsSieng Piaw Liew2022-06-151-2/+2
* | | i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-06-151-25/+62
* | | net: phy: marvell-88x2222: set proper phydev->portIvan Bornyakov2022-06-151-0/+2
* | | net: ipa: rework gsi_channel_tx_update()Alex Elder2022-06-151-27/+23
* | | net: ipa: stop counting total RX bytes and transactionsAlex Elder2022-06-152-9/+1
* | | net: ipa: simplify TX completion statisticsAlex Elder2022-06-151-8/+6
* | | net: ipa: introduce gsi_trans_tx_committed()Alex Elder2022-06-154-11/+27
* | | net: ipa: rename two transaction fieldsAlex Elder2022-06-152-24/+25
* | | net: ipa: use "tre_ring" for all TRE ring local variablesAlex Elder2022-06-151-9/+9
* | | net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constantFrank Wunderlich2022-06-152-8/+20
* | | net: dsa: mt7530: rework mt753[01]_setupFrank Wunderlich2022-06-151-4/+21