aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-13i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2
2023-10-13qed: replace uses of strncpyJustin Stitt1-4/+3
2023-10-13r8169: fix rare issue with broken rx after link-down on RTL8125Heiner Kallweit1-0/+4
2023-10-13net: ti: icssg-prueth: Fix tx_total_bytes countMD Danish Anwar1-0/+9
2023-10-13netconsole: Attach cmdline target to dynamic targetBreno Leitao1-0/+28
2023-10-13netconsole: Initialize configfs_item for default targetsBreno Leitao1-2/+23
2023-10-13netconsole: move init/cleanup functions lowerBreno Leitao1-52/+52
2023-10-13sfc: replace deprecated strncpy with strscpyJustin Stitt1-2/+1
2023-10-13net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-13ionic: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-13net: sparx5: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-2/+1
2023-10-13net/mlx4_core: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-13nfp: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-13mlxsw: pci: Allocate skbs using GFP_KERNEL during initializationIdo Schimmel1-4/+5
2023-10-13octeontx2-af: Enable hardware timestamping for VFsSubbaraya Sundeep1-4/+3
2023-10-13net: ngbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-13net: txgbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-13net: libwx: support hardware statisticsJiawen Wu6-2/+377
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-7/+29
2023-10-13ice: fix over-shifted variableJesse Brandeburg1-2/+1
2023-10-13net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register()Jinjie Ruan1-9/+15
2023-10-13net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-16/+7
2023-10-13Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski13-40/+849
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca2-33/+46
2023-10-13net: stmmac: fix typo in commentJohannes Zink1-1/+1
2023-10-13bonding: Return pointer to data after pull on skbJiri Wiesner1-1/+1
2023-10-13xen-netback: add software timestamp capabilitiesLuca Fancellu1-1/+4
2023-10-13ibmvnic: replace deprecated strncpy with strscpyJustin Stitt1-1/+2
2023-10-13net: fec: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-13net: mdio: xgene: Use device_get_match_data()Rob Herring1-15/+4
2023-10-13net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_si...Gustavo A. R. Silva2-2/+3
2023-10-13net: ethernet: wiznet: Use spi_get_device_match_data()Rob Herring1-10/+2
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring13-132/+40
2023-10-13net: stmmac: dwmac-stm32: refactor clock configBen Wolsieffer1-68/+45
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination IPAmit Cohen1-1/+20
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination portAmit Cohen1-1/+9
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination VNIAmit Cohen1-0/+51
2023-10-13vxlan: vxlan_core: Support FDB flushing by nexthop IDAmit Cohen1-0/+15
2023-10-13vxlan: vxlan_core: Support FDB flushing by source VNIAmit Cohen1-0/+8
2023-10-13vxlan: vxlan_core: Add support for FDB flushAmit Cohen1-0/+56
2023-10-13vxlan: vxlan_core: Do not skip default entry in vxlan_flush() by defaultAmit Cohen1-6/+18
2023-10-13vxlan: vxlan_core: Make vxlan_flush() more generic for future useAmit Cohen1-4/+26
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-100/+175
2023-10-12net/mlx5e: Fix VF representors reporting zero counters to "ip -s" commandAmir Tzin3-4/+14
2023-10-12net/mlx5e: Don't offload internal port if filter device is out deviceJianbo Liu1-1/+2
2023-10-12net/mlx5e: Take RTNL lock before triggering netdev notifiersLama Kayal1-0/+8
2023-10-12net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdownDragos Tatulea1-4/+4
2023-10-12net/mlx5e: RX, Fix page_pool allocation failure recovery for legacy rqDragos Tatulea1-9/+24
2023-10-12net/mlx5e: RX, Fix page_pool allocation failure recovery for striding rqDragos Tatulea1-0/+2
2023-10-12net/mlx5: Handle fw tracer change ownership event based on MTRCMaher Sanalla1-1/+1