aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24net: sparx5: add the basic sparx5 driverSteen Hegelund7-0/+5680
2021-06-23virtio_net: Use virtio_find_vqs_ctx() helperXianting Tian1-2/+2
2021-06-23ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.David Wilder1-23/+28
2021-06-23Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller7-39/+89
2021-06-22net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offloadHuy Nguyen2-19/+70
2021-06-22net/mlx5: Optimize mlx5e_feature_checks for non IPsec packetHuy Nguyen2-9/+14
2021-06-22net/mlx5: remove "default n" from Kconfigcaihuoqing1-9/+0
2021-06-22net/mlx5: Fix spelling mistake "enught" -> "enough"Colin Ian King1-1/+1
2021-06-22net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()Nathan Chancellor1-1/+1
2021-06-22net/mlx5: Fix missing error code in mlx5_init_fs()Jiapeng Chong1-1/+4
2021-06-22net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csumLorenzo Bianconi2-21/+12
2021-06-22stmmac: dwmac-loongson: fix uninitialized variable in loongson_dwmac_probe()Dan Carpenter1-1/+2
2021-06-22hv_netvsc: Avoid field-overflowing memcpy()Kees Cook2-4/+3
2021-06-22net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli1-8/+19
2021-06-22octeontx2-af: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-06-22wwan: core: add WWAN common private data for netdevSergey Ryazanov4-15/+43
2021-06-22net: iosm: create default link via WWAN coreSergey Ryazanov2-1/+5
2021-06-22wwan: core: support default netdev creationSergey Ryazanov4-4/+79
2021-06-22wwan: core: no more hold netdev ops owning moduleSergey Ryazanov3-13/+1
2021-06-22net: iosm: drop custom netdev(s) removingSergey Ryazanov1-14/+1
2021-06-22wwan: core: remove all netdevs on ops unregisteringSergey Ryazanov1-9/+31
2021-06-22wwan: core: multiple netdevs deletion supportSergey Ryazanov1-1/+1
2021-06-22wwan: core: require WWAN netdev setup callback existenceSergey Ryazanov1-1/+1
2021-06-22wwan: core: relocate ops registering codeSergey Ryazanov1-71/+71
2021-06-22wwan_hwsim: support network interface creationSergey Ryazanov1-0/+48
2021-06-22net: mvpp2: remove unused 'has_phy' fieldMarcin Wojtas2-4/+0
2021-06-22net: mvpp2: enable using phylink with ACPIMarcin Wojtas1-5/+17
2021-06-22net: mvmdio: add ACPI supportMarcin Wojtas1-2/+12
2021-06-22net/fsl: switch to fwnode_mdiobus_registerMarcin Wojtas2-12/+3
2021-06-22net: mdiobus: Introduce fwnode_mdbiobus_register()Marcin Wojtas1-0/+22
2021-06-21ibmvnic: Use strscpy() instead of strncpy()Kees Cook1-3/+3
2021-06-21net: ll_temac: Remove left-over debug messageEsben Haabendal1-3/+1
2021-06-21net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error_info_log()'Christophe JAILLET1-2/+4
2021-06-21net: fec: add ndo_select_queue to fix TX bandwidth fluctuationsFugang Duan1-0/+32
2021-06-21net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IPJoakim Zhang2-5/+11
2021-06-21net: c101: remove redundant spacesPeng Li1-1/+1
2021-06-21net: c101: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-06-21net: c101: add blank line after declarationsPeng Li1-0/+1
2021-06-21mlxsw: core: Add support for module EEPROM read by pageIdo Schimmel4-0/+108
2021-06-21mlxsw: reg: Document possible MCIA status valuesIdo Schimmel1-0/+14
2021-06-21mlxsw: reg: Add bank number to MCIA registerIdo Schimmel1-0/+6
2021-06-21net: ipa: add IPA v3.1 configuration dataAlex Elder4-3/+541
2021-06-21net: ipa: introduce gsi_ring_setup()Alex Elder2-28/+51
2021-06-21net: ipa: FLAVOR_0 register doesn't exist until IPA v3.5Alex Elder1-0/+15
2021-06-21net: ipa: disable misc clock gating for IPA v3.1Alex Elder1-5/+9
2021-06-21net: ipa: inter-EE interrupts aren't always availableAlex Elder2-4/+12
2021-06-21nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow()Dan Carpenter1-0/+2
2021-06-21net: qualcomm: rmnet: fix two pointer math bugsDan Carpenter1-2/+2
2021-06-21net: iosm: remove an unnecessary NULL checkDan Carpenter1-1/+1
2021-06-21net: hns3: fix a double shift bugDan Carpenter1-3/+3