summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-20/+17
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds9-9/+9
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds836-20342/+68183
2023-04-26net: phy: hide the PHYLIB_LEDS knobPaolo Abeni1-3/+1
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni23-72/+64
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+11
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+3
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-04-25net: phy: marvell-88x2222: remove unnecessary (void*) conversionswuych1-2/+2
2023-04-25net: amd: Fix link leak when verifying config failedGencen Gan1-1/+1
2023-04-25net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi1-4/+4
2023-04-25lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur3-23/+28
2023-04-25tsnep: Add XDP socket zero-copy TX supportGerhard Engleder2-11/+121
2023-04-25tsnep: Add XDP socket zero-copy RX supportGerhard Engleder3-14/+556
2023-04-25tsnep: Move skb receive action to separate functionGerhard Engleder1-16/+23
2023-04-25tsnep: Add functions for queue enable/disableGerhard Engleder1-33/+64
2023-04-25tsnep: Rework TX/RX queue initializationGerhard Engleder1-43/+51
2023-04-25tsnep: Replace modulo operation with maskGerhard Engleder2-14/+15
2023-04-25net: phy: dp83867: Add led_brightness_set supportAlexander Stein1-0/+31
2023-04-25net: phy: Fix reading LED reg propertyAlexander Stein1-1/+5
2023-04-25net: phy: dp83867: Remove unnecessary (void*) conversionswuych1-2/+1
2023-04-25net: mana: Check if netdev/napi_alloc_frag returns single pageHaiyang Zhang1-0/+15
2023-04-25net: mana: Rename mana_refill_rxoob and remove some empty linesHaiyang Zhang1-6/+3
2023-04-25net: veth: add page_pool statsLorenzo Bianconi2-3/+18
2023-04-25net: veth: add page_pool for page recyclingLorenzo Bianconi2-4/+45
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2023-04-23net: dpaa: avoid one skb_reset_mac_header() in dpaa_enable_tx_csum()Vladimir Oltean1-7/+2
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean9-15/+11
2023-04-23drivers/net/phy: add driver for Microchip LAN867x 10BASE-T1S PHYRamón Nordin Rodriguez3-0/+144
2023-04-23net: ethernet: mediatek: remove return value check of `mtk_wed_hw_add_debugfs`Wang Zhang1-2/+0
2023-04-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller5-53/+36
2023-04-23net: mtk_eth_soc: mediatek: fix ppe flow accounting for v1 hardwareFelix Fietkau2-3/+10
2023-04-22net: ethernet: mtk_eth_soc: use WO firmware for MT7981Daniel Golle2-1/+7
2023-04-22Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-272/+262
2023-04-22Merge tag 'mlx5-fixes-2023-04-20' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski16-54/+40
2023-04-22Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-11/+12
2023-04-22net: dsa: qca8k: fix LEDS_CLASS dependencyArnd Bergmann1-1/+1
2023-04-22nfp: fix incorrect pointer deference when offloading IPsec with bondingHuanhuan Wang1-2/+2
2023-04-22net: dpaa: Fix uninitialized variable in dpaa_stop()Dan Carpenter1-1/+2
2023-04-22net: phy: add basic driver for NXP CBTX PHYVladimir Oltean3-0/+234
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski223-2582/+22850
2023-04-21net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macsLeon Romanovsky1-24/+21
2023-04-21net/mlx5e: Properly release work data structureLeon Romanovsky1-2/+4
2023-04-21net/mlx5e: Compare all fields in IPv6 addressLeon Romanovsky1-1/+1
2023-04-21net/mlx5e: Don't overwrite extack message returned from IPsec SA validatorLeon Romanovsky1-1/+1
2023-04-21net/mlx5e: Fix FW error while setting IPsec policy block actionLeon Romanovsky1-8/+8
2023-04-21net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA portsYan Wang1-3/+9
2023-04-21pds_core: Kconfig and pds_core.rstShannon Nelson2-0/+13