aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge 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-27igc: Add XDP hints kfuncs for RX timestampJesper Dangaard Brouer2-0/+17
2023-04-27igc: Add XDP hints kfuncs for RX hashJesper Dangaard Brouer2-0/+54
2023-04-27igc: Add igc_xdp_buff wrapper for xdp_buff in driverJesper Dangaard Brouer2-7/+14
2023-04-27igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer2-4/+55
2023-04-27octeontx2-pf: mcs: Do not reset PN while updating secySubbaraya Sundeep1-5/+10
2023-04-27octeontx2-pf: mcs: Fix shared counters logicSubbaraya Sundeep2-8/+8
2023-04-27octeontx2-pf: mcs: Clear stats before freeing resourceSubbaraya Sundeep1-0/+9
2023-04-27octeontx2-pf: mcs: Match macsec ethertype along with DMACSubbaraya Sundeep1-1/+9
2023-04-27octeontx2-pf: mcs: Fix NULL pointer dereferencesSubbaraya Sundeep1-2/+1
2023-04-27octeontx2-af: mcs: Fix MCS block interruptGeetha sowjanya4-70/+119
2023-04-27octeontx2-af: mcs: Config parser to skip 8B headerGeetha sowjanya4-0/+41
2023-04-27octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at onceSubbaraya Sundeep1-0/+4
2023-04-27octeonxt2-af: mcs: Fix per port bypass configGeetha sowjanya2-3/+13
2023-04-27ixgbe: Fix panic during XDP_TX with > 64 CPUsJohn Hickey2-5/+4
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds836-20342/+68183
2023-04-26wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session startsCarl Huang1-1/+13
2023-04-26wifi: ath12k: set PERST pin no pull request for WCN7850Carl Huang2-1/+3
2023-04-26wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parametersCarl Huang3-2/+11
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-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+11
2023-04-25Merge 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-24net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi1-4/+4
2023-04-24lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur3-23/+28
2023-04-24tsnep: Add XDP socket zero-copy TX supportGerhard Engleder2-11/+121
2023-04-24tsnep: Add XDP socket zero-copy RX supportGerhard Engleder3-14/+556
2023-04-24tsnep: Move skb receive action to separate functionGerhard Engleder1-16/+23
2023-04-24tsnep: Add functions for queue enable/disableGerhard Engleder1-33/+64
2023-04-24tsnep: Rework TX/RX queue initializationGerhard Engleder1-43/+51
2023-04-24tsnep: Replace modulo operation with maskGerhard Engleder2-14/+15
2023-04-24net: phy: dp83867: Add led_brightness_set supportAlexander Stein1-0/+31
2023-04-24net: phy: Fix reading LED reg propertyAlexander Stein1-1/+5
2023-04-24net: phy: dp83867: Remove unnecessary (void*) conversionswuych1-2/+1
2023-04-24net: mana: Check if netdev/napi_alloc_frag returns single pageHaiyang Zhang1-0/+15
2023-04-24net: mana: Rename mana_refill_rxoob and remove some empty linesHaiyang Zhang1-6/+3
2023-04-24net: veth: add page_pool statsLorenzo Bianconi2-3/+18
2023-04-24net: 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