aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-10net: ethernet: mediatek: split tx and rx fields in mtk_soc_data structLorenzo Bianconi2-100/+139
2024-05-10octeontx2-pf: Reuse Transmit queue/Send queue index of HTB classHariprasad Kelam1-1/+79
2024-05-10gve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman1-25/+17
2024-05-10gve: Avoid unnecessary use of comma operatorSimon Horman1-2/+2
2024-05-10virtio_net: Fix memory leak in virtnet_rx_mod_workDaniel Jurgens1-2/+1
2024-05-10bnxt_en: silence clang build warningVadim Fedorenko1-1/+1
2024-05-10eth: sungem: remove .ndo_poll_controller to avoid deadlocksJakub Kicinski1-14/+0
2024-05-10Merge tag 'gtp-24-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/pab...David S. Miller1-130/+735
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada16-25/+25
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-71/+191
2024-05-09net: dsa: mv88e6xxx: read cmode on mv88e6320/21 serdes only portsSteffen Bätz1-6/+17
2024-05-09net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 familySteffen Bätz1-2/+14
2024-05-09net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu2-18/+9
2024-05-09net: hns3: fix port vlan filter not disabled issueYonglong Liu1-1/+6
2024-05-09net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang2-4/+2
2024-05-09net: hns3: release PTP resources if pf initialization failedPeiyang Wang1-1/+3
2024-05-09net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang5-8/+11
2024-05-09net: hns3: direct return when receive a unknown mailbox messageJian Shen1-3/+4
2024-05-09net: hns3: using user configure after hardware resetPeiyang Wang2-6/+12
2024-05-08Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski222-9605/+13219
2024-05-08netdevsim: add NAPI supportDavid Wei2-12/+205
2024-05-08net: annotate data-races around dev->if_portEric Dumazet7-10/+10
2024-05-08net: e1000e & ixgbe: Remove PCI_HEADER_TYPE_MFD duplicatesIlpo Järvinen2-3/+0
2024-05-08igc: fix a log entry using uninitialized netdevCorinna Vinschen1-2/+3
2024-05-08ice: remove correct filters during eswitch releaseMichal Swiatkowski1-1/+4
2024-05-08igb: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2024-05-08ice: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-08iavf: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-08i40e: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-08net: stmmac: dwmac-ipq806x: account for rgmii-txid/rxid/id phy-modeChristian Marangi1-0/+12
2024-05-08net: phy: marvell-88q2xxx: add support for Rev B1 and B2Gregor Herburger1-16/+103
2024-05-08net: dsa: microchip: add support DSCP priority mappingOleksij Rempel3-15/+50
2024-05-08net: dsa: microchip: let DCB code do PCP and DSCP policy configurationOleksij Rempel2-12/+0
2024-05-08net: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xx...Oleksij Rempel1-24/+33
2024-05-08net: dsa: microchip: enable ETS support for KSZ989X variantsOleksij Rempel2-12/+1
2024-05-08net: dsa: microchip: dcb: add special handling for KSZ88X3 familyOleksij Rempel4-3/+242
2024-05-08net: dsa: microchip: add support for different DCB app configurationsOleksij Rempel6-2/+583
2024-05-08net: dsa: microchip: add multi queue support for KSZ88X3 variantsOleksij Rempel2-35/+61
2024-05-08net: dsa: microchip: add IPV information supportOleksij Rempel2-3/+20
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin10-11/+11
2024-05-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-134/+82
2024-05-07net: usb: sr9700: stop lying about skb->truesizeEric Dumazet1-7/+3
2024-05-07net: usb: smsc75xx: stop lying about skb->truesizeEric Dumazet1-8/+4
2024-05-07usb: aqc111: stop lying about skb->truesizeEric Dumazet1-5/+3
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet140-158/+158
2024-05-07net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer1-1/+80
2024-05-07net: phy: marvell: constify marvell_hw_statsMatthias Schiffer1-1/+1
2024-05-07wifi: mwl8k: initialize cmd->addr[] properlyDan Carpenter1-1/+1
2024-05-07virtio_net: Remove rtnl lock protection of command buffersDaniel Jurgens1-20/+4
2024-05-07virtio_net: Add a lock for per queue RX coalesceDaniel Jurgens1-12/+41