aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-13can: mcp251xfd: ring: add support for runtime configurable RX/TX ring parametersMarc Kleine-Budde3-17/+88
2022-03-13can: mcp251xfd: update macros describing ring, FIFO and RAM layoutMarc Kleine-Budde2-23/+19
2022-03-13can: mcp251xfd: ring: prepare support for runtime configurable RX/TX ring parametersMarc Kleine-Budde2-15/+13
2022-03-13can: mcp251xfd: ethtool: add supportMarc Kleine-Budde5-0/+44
2022-03-13can: mcp251xfd: ram: coalescing supportMarc Kleine-Budde2-7/+68
2022-03-13can: mcp251xfd: ram: add helper function for runtime ring size calculationMarc Kleine-Budde3-0/+155
2022-03-13can: mcp251xfd: mcp251xfd_ring_init(): use %d to print free RAMMarc Kleine-Budde1-1/+1
2022-03-13can: vxcan: vxcan_xmit(): use kfree_skb() instead of kfree() to free skbMarc Kleine-Budde1-1/+1
2022-03-12wireguard: device: clear keys on VM forkJason A. Donenfeld1-11/+27
2022-03-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller10-118/+1299
2022-03-12net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel2-1/+20
2022-03-12net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel2-9/+9
2022-03-12net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel2-12/+8
2022-03-12net: usb: asix: unify ax88772_resume codeOleksij Rempel2-24/+9
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet9-18/+18
2022-03-11nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe5-4/+29
2022-03-11nfp: take chip version into account for ring sizesJakub Kicinski4-10/+16
2022-03-11nfp: parametrize QCP offset/size using dev_infoJakub Kicinski6-9/+32
2022-03-11nfp: use dev_info for the DMA maskJakub Kicinski5-7/+6
2022-03-11nfp: use dev_info for PCIe config space BAR offsetsJakub Kicinski3-12/+12
2022-03-11nfp: introduce dev_info static chip dataJakub Kicinski11-13/+68
2022-03-11nfp: sort the device ID tablesJakub Kicinski1-2/+2
2022-03-11nfp: use PluDevice register for model for non-NFP6000 chipsDirk van der Merwe1-2/+7
2022-03-11nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs insteadDirk van der Merwe1-2/+1
2022-03-11nfp: remove pessimistic NFP_QCP_MAX_ADD limitsChristo du Toit1-30/+2
2022-03-11nfp: remove define for an unused control bitJakub Kicinski1-1/+0
2022-03-11ethernet: 8390: Remove unnecessary print function dev_err()Yang Li1-3/+1
2022-03-11net: netvsc: remove break after returnSaurabh Sengar1-1/+0
2022-03-11alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche1-1/+4
2022-03-11net: ipa: use struct_size() for the interconnect arrayAlex Elder1-2/+2
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski203-3660/+12121
2022-03-11ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik8-24/+765
2022-03-11ice: Fix FV offset searchingMichal Swiatkowski3-51/+12
2022-03-11gtp: Implement GTP echo requestWojciech Drewek1-37/+268
2022-03-11gtp: Implement GTP echo responseWojciech Drewek1-16/+197
2022-03-11gtp: Allow to create GTP device without FDsWojciech Drewek1-17/+84
2022-03-11net: lan966x: Improve the CPU TX bitrate.Horatiu Vultur1-0/+3
2022-03-11net: ethernet: ezchip: fix platform_get_irq.cocci warningYihao Han1-1/+0
2022-03-11net: mv643xx_eth: use platform_get_irq() instead of platform_get_resource()Minghao Chi1-5/+5
2022-03-11net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+20
2022-03-11net: ethernet: ti: am65-cpsw: Convert to PHYLINKSiddharth Vadapalli3-160/+129
2022-03-11mac80211: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYihao Han1-3/+3
2022-03-10net/mlx5e: Remove overzealous validations in netlink EEPROM queryGal Pressman1-23/+0
2022-03-10net/mlx5: Parse module mapping using mlx5_ifcGal Pressman1-3/+3
2022-03-10net/mlx5: Query the maximum MCIA register read size from firmwareGal Pressman1-1/+7
2022-03-10net/mlx5: CT: Create smfs dr matchers dynamicallyPaul Blakey1-86/+92
2022-03-10net/mlx5: CT: Add software steering ct flow steering providerPaul Blakey6-7/+435
2022-03-10net/mlx5: Add smfs lib to export direct steering API to CTPaul Blakey3-1/+105
2022-03-10net/mlx5: DR, Add helper to get backing dr table from a mlx5 flow tablePaul Blakey2-0/+8
2022-03-10net/mlx5: CT: Introduce a platform for multiple flow steering providersPaul Blakey4-4/+119