summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-17drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil1-2/+2
2023-10-17net: usb: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-17lan78xx: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-17net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-17net: netcp: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-16tsnep: Inline small fragments within TX descriptorGerhard Engleder2-26/+79
2023-10-16vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-73/+41
2023-10-16geneve: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-66/+32
2023-10-16geneve: add dsfield helper functionBeniamino Galvani1-11/+18
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani1-4/+7
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani1-2/+2
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani1-4/+4
2023-10-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi1-6/+1
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui3-0/+25
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui3-2/+39
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui4-29/+55
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui4-6/+42
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui2-15/+22
2023-10-15dpll: netlink/core: change pin frequency set behaviorArkadiusz Kubalewski1-8/+42
2023-10-15ice: dpll: implement phase related callbacksArkadiusz Kubalewski2-4/+226
2023-10-15dpll: netlink/core: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski1-1/+137
2023-10-15dpll: spec: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski2-4/+6
2023-10-15i40e: Add PBA as board id info to devlink .info_getIvan Vecera1-0/+16
2023-10-15i40e: Refactor and rename i40e_read_pba_string()Ivan Vecera4-26/+39
2023-10-15i40e: Add handler for devlink .info_getIvan Vecera1-0/+90
2023-10-15i40e: Split and refactor i40e_nvm_version_str()Ivan Vecera3-44/+105
2023-10-15i40e: Add initial devlink supportIvan Vecera6-6/+164
2023-10-15tg3: Improve PTP TX timestamping logicPavan Chebbi2-16/+68
2023-10-15sfc: support offloading ct(nat) action in RHS rulesEdward Cree3-1/+12
2023-10-15sfc: parse mangle actions (NAT) in conntrack entriesEdward Cree1-2/+89
2023-10-15vhost/vsock: support MSG_ZEROCOPY for transportArseniy Krasnov1-0/+7
2023-10-14qed: replace uses of strncpyJustin Stitt1-4/+3
2023-10-14r8169: fix rare issue with broken rx after link-down on RTL8125Heiner Kallweit1-0/+4
2023-10-14netconsole: Attach cmdline target to dynamic targetBreno Leitao1-0/+28
2023-10-14netconsole: Initialize configfs_item for default targetsBreno Leitao1-2/+23
2023-10-14netconsole: move init/cleanup functions lowerBreno Leitao1-52/+52
2023-10-14sfc: replace deprecated strncpy with strscpyJustin Stitt1-2/+1
2023-10-14net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-14ionic: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-14net: sparx5: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-2/+1
2023-10-14net/mlx4_core: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-14nfp: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-14mlxsw: pci: Allocate skbs using GFP_KERNEL during initializationIdo Schimmel1-4/+5
2023-10-14octeontx2-af: Enable hardware timestamping for VFsSubbaraya Sundeep1-4/+3
2023-10-14net: ngbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-14net: txgbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-14net: libwx: support hardware statisticsJiawen Wu6-2/+377
2023-10-14net: 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 Kicinski14-40/+866
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca2-33/+46