aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-08ionic: remove callback pointer from desc_infoGravatar Shannon Nelson 5-91/+57
2024-03-08ionic: move adminq-notifyq handling to main fileGravatar Shannon Nelson 3-65/+67
2024-03-08ionic: drop q mappingGravatar Shannon Nelson 3-35/+10
2024-03-08ionic: remove desc, sg_desc and cmb_desc from desc_infoGravatar Shannon Nelson 4-60/+45
2024-03-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Gravatar David S. Miller 6-42/+53
2024-03-08octeontx2-pf: Add TC flower offload support for TCP flagsGravatar Sai Krishna 5-2/+23
2024-03-08net: chelsio: remove unused function calc_tx_descsGravatar Colin Ian King 1-14/+0
2024-03-08net: phy: fix phy_get_internal_delay accessing an empty arrayGravatar Kévin L'hôpital 1-1/+1
2024-03-08octeontx2-af: Fix devlink paramsGravatar Sunil Goutham 1-10/+10
2024-03-07eth: bnxt: support per-queue statisticsGravatar Jakub Kicinski 1-0/+65
2024-03-07net: introduce include/net/rps.hGravatar Eric Dumazet 6-0/+6
2024-03-07net: usbnet: Remove generic .ndo_get_stats64Gravatar Breno Leitao 1-1/+0
2024-03-07net: usbnet: Leverage core stats allocatorGravatar Breno Leitao 1-7/+1
2024-03-07net: dsa: mv88e6xxx: update 88e6185 PCS driver to use neg_modeGravatar Russell King (Oracle) 1-1/+2
2024-03-07net: pcs: rzn1-miic: update PCS driver to use neg_modeGravatar Russell King (Oracle) 1-2/+3
2024-03-07net: phy: marvell: add comment about m88e1111_config_init_1000basex()Gravatar Russell King (Oracle) 1-1/+4
2024-03-07net: dsa: microchip: make sure drive strength configuration is not lost by so...Gravatar Oleksij Rempel 1-4/+6
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 30-131/+213
2024-03-07net: pds_core: Fix possible double free in error handling pathGravatar Yongzhi Liu 1-8/+4
2024-03-07net/mlx5: Enable SD featureGravatar Tariq Toukan 1-1/+2
2024-03-07net/mlx5e: Block TLS device offload on combined SD netdevGravatar Tariq Toukan 2-2/+4
2024-03-07net/mlx5e: Support per-mdev queue counterGravatar Tariq Toukan 10-69/+111
2024-03-07net/mlx5e: Support cross-vhca RSSGravatar Tariq Toukan 10-57/+179
2024-03-07net/mlx5e: Let channels be SD-awareGravatar Tariq Toukan 8-27/+35
2024-03-07net/mlx5e: Create EN core HW resources for all secondary devicesGravatar Tariq Toukan 2-10/+23
2024-03-07net/mlx5e: Create single netdev per SD groupGravatar Tariq Toukan 1-7/+62
2024-03-07net/mlx5: SD, Add debugfsGravatar Tariq Toukan 1-0/+34
2024-03-07net/mlx5: SD, Add informative prints in kernel logGravatar Tariq Toukan 1-0/+21
2024-03-07net/mlx5: SD, Implement steering for primary and secondariesGravatar Tariq Toukan 1-1/+184
2024-03-07net/mlx5: SD, Implement devcom communication and primary electionGravatar Tariq Toukan 2-2/+121
2024-03-07net/mlx5: SD, Implement basic query and instantiationGravatar Tariq Toukan 1-1/+109
2024-03-07net/mlx5: SD, Introduce SD libGravatar Tariq Toukan 4-1/+110
2024-03-06mlxbf_gige: add support to display pause frame countersGravatar David Thompson 2-0/+66
2024-03-06net: phy: qca807x: fix compilation when CONFIG_GPIOLIB is not setGravatar Robert Marko 1-16/+16
2024-03-06net: geneve: Remove generic .ndo_get_stats64Gravatar Breno Leitao 1-1/+0
2024-03-06net: geneve: Leverage core stats allocatorGravatar Breno Leitao 1-9/+2
2024-03-06net: gtp: Move net_device assigned in setupGravatar Breno Leitao 1-10/+2
2024-03-06net: gtp: Remove generic .ndo_get_stats64Gravatar Breno Leitao 1-1/+0
2024-03-06net: gtp: Leverage core stats allocatorGravatar Breno Leitao 1-5/+1
2024-03-06net: macsec: Leverage core stats allocatorGravatar Breno Leitao 1-8/+2
2024-03-06sr9800: Add check for usbnet_get_endpointsGravatar Chen Ni 1-1/+3
2024-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+1
2024-03-06ieee802154: mcr20a: Remove unused of_gpio.hGravatar Andy Shevchenko 1-1/+0
2024-03-06ieee802154: at86rf230: Replace of_gpio.h by proper oneGravatar Andy Shevchenko 1-2/+1
2024-03-06ixgbe: pull out stats update to common routinesGravatar Maciej Fijalkowski 3-25/+53
2024-03-06i40e: remove unnecessary qv_info ptr NULL checksGravatar Alexey Kodanev 2-8/+0
2024-03-06iavf: drop duplicate iavf_{add|del}_cloud_filter() callsGravatar Alexey Kodanev 1-9/+0
2024-03-06ice: Implement RSS settings for GTP using ethtoolGravatar Takeru Hayasaka 3-5/+145
2024-03-06ice: fix stats being updated by way too large valuesGravatar Przemek Kitszel 1-13/+11
2024-03-06igb: Fix missing time sync eventsGravatar Vinicius Costa Gomes 1-18/+5