aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-15eth: fbnic: Implement Rx queue alloc/start/stop/freeAlexander Duyck6-9/+638
2024-07-15eth: fbnic: Implement Tx queue alloc/start/stop/freeAlexander Duyck6-11/+550
2024-07-15eth: fbnic: Allocate a netdevice and napi vectors with queuesAlexander Duyck9-2/+775
2024-07-15eth: fbnic: Add FW communication mechanismAlexander Duyck7-0/+641
2024-07-15eth: fbnic: Add message parsing for FW messagesAlexander Duyck3-1/+706
2024-07-15eth: fbnic: Add register init to set PCIe/Ethernet device configAlexander Duyck7-0/+845
2024-07-15eth: fbnic: Allocate core device specific structures and devlink interfaceAlexander Duyck5-2/+222
2024-07-15eth: fbnic: Add scaffolding for Meta's NIC driverAlexander Duyck9-0/+282
2024-07-15Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski8-12/+480
2024-07-15Merge branch 'thermal-core'Rafael J. Wysocki1-1/+1
2024-07-15Revert "net: mvpp2: Improve data types and use min()"Jakub Kicinski1-6/+6
2024-07-15dsa: lan9303: consistent naming for PHY address parameterChristian Eggers1-4/+4
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski86-100/+118
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent86-100/+101
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent5-0/+17
2024-07-15net: ethernet: lantiq_etop: remove redundant device name setupAleksander Jan Bajkowski1-1/+0
2024-07-15net: dsa: vsc73xx: start treating the BR_LEARNING flagPawel Dembicki1-6/+35
2024-07-15net: dsa: vsc73xx: Add bridge supportPawel Dembicki1-0/+5
2024-07-15net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone usePawel Dembicki1-3/+2
2024-07-15net: dsa: Define max num of bridges in tag8021q implementationPawel Dembicki1-2/+1
2024-07-15net: dsa: vsc73xx: Implement the tag_8021q VLAN operationsPawel Dembicki2-4/+71
2024-07-15net: dsa: vsc73xx: Add vlan filteringPawel Dembicki2-3/+566
2024-07-15net: dsa: vsc73xx: add port_stp_state_set functionPawel Dembicki1-11/+85
2024-07-15net: ti: icssg-prueth: Split out common object into moduleMD Danish Anwar12-69/+122
2024-07-14virtio_net: Fix napi_skb_cache_put warningBreno Leitao1-4/+4
2024-07-14net: phy: bcm-phy-lib: Implement BroadR-Reach link modesKamil Horák (2N)3-28/+494
2024-07-14net: phy: bcm54811: New link mode for BroadR-ReachKamil Horák (2N)1-1/+2
2024-07-14virtio_net: xsk: rx: support recv merge modeXuan Zhuo1-0/+144
2024-07-14virtio_net: xsk: rx: support recv small modeXuan Zhuo1-8/+168
2024-07-14virtio_net: xsk: rx: support fill with xsk bufferXuan Zhuo1-4/+66
2024-07-14virtio_net: xsk: support wakeupXuan Zhuo1-0/+24
2024-07-14virtio_net: xsk: bind/unbind xsk for rxXuan Zhuo1-0/+134
2024-07-14virtio_net: separate receive_mergeableXuan Zhuo1-30/+47
2024-07-14virtio_net: separate receive_bufXuan Zhuo1-27/+35
2024-07-14virtio_net: separate virtnet_tx_resize()Xuan Zhuo1-6/+29
2024-07-14virtio_net: separate virtnet_rx_resize()Xuan Zhuo1-8/+21
2024-07-14virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOMXuan Zhuo1-12/+9
2024-07-14net: dpaa: no need to make sure all CPUs receive a corresponding Tx queueVladimir Oltean1-11/+0
2024-07-14net: dpaa: stop ignoring TX queues past the number of CPUsVladimir Oltean1-5/+1
2024-07-14net: dpaa: eliminate NR_CPUS dependency in egress_fqs[] and conf_fqs[]Vladimir Oltean2-20/+47
2024-07-14net: dpaa: avoid on-stack arrays of NR_CPUS elementsVladimir Oltean2-6/+24
2024-07-14net: airoha: Introduce ethernet support for EN7581 SoCLorenzo Bianconi3-1/+2740
2024-07-14net: netconsole: Disable target before netpoll cleanupBreno Leitao1-1/+1
2024-07-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-496/+272
2024-07-14net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent1-2/+2
2024-07-14RDMA/mana_ib: Set correct device into ibKonstantin Taranov1-0/+19
2024-07-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski23-50/+142
2024-07-13sfc: falcon: Make I2C terminology more inclusiveEaswar Hariharan1-1/+1
2024-07-13net: phy: dp83td510: add cable testing supportOleksij Rempel1-0/+264
2024-07-13net: dpaa: Fix compilation WarningBreno Leitao1-2/+0