summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-10-17Merge tag 'mlx5-updates-2023-10-10' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-10-17hamradio: replace deprecated strncpy with strscpy_padJustin Stitt
2023-10-17net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)
2023-10-17net: phylink: remove .validate() methodRussell King (Oracle)
2023-10-17net: fman: convert to .mac_get_caps()Russell King (Oracle)
2023-10-17net: phylink: provide mac_get_caps() methodRussell King (Oracle)
2023-10-17eth: bnxt: fix backward compatibility with older devicesJakub Kicinski
2023-10-17Merge tag 'wireless-next-2023-10-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-10-17mctp i3c: MCTP I3C driverMatt Johnston
2023-10-17i3c: Add support for bus enumeration & notificationJeremy Kerr
2023-10-16drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil
2023-10-16net: usb: replace deprecated strncpy with strscpyJustin Stitt
2023-10-16lan78xx: replace deprecated strncpy with strscpyJustin Stitt
2023-10-16net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-16net: netcp: replace deprecated strncpy with strscpyJustin Stitt
2023-10-16tsnep: Inline small fragments within TX descriptorGerhard Engleder
2023-10-16vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani
2023-10-16geneve: use generic function for tunnel IPv4 route lookupBeniamino Galvani
2023-10-16geneve: add dsfield helper functionBeniamino Galvani
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2023-10-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui
2023-10-15dpll: netlink/core: change pin frequency set behaviorArkadiusz Kubalewski
2023-10-15ice: dpll: implement phase related callbacksArkadiusz Kubalewski
2023-10-15dpll: netlink/core: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski
2023-10-15dpll: spec: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski
2023-10-15i40e: Add PBA as board id info to devlink .info_getIvan Vecera
2023-10-15i40e: Refactor and rename i40e_read_pba_string()Ivan Vecera
2023-10-15i40e: Add handler for devlink .info_getIvan Vecera
2023-10-15i40e: Split and refactor i40e_nvm_version_str()Ivan Vecera
2023-10-15i40e: Add initial devlink supportIvan Vecera
2023-10-15tg3: Improve PTP TX timestamping logicPavan Chebbi
2023-10-15sfc: support offloading ct(nat) action in RHS rulesEdward Cree
2023-10-15sfc: parse mangle actions (NAT) in conntrack entriesEdward Cree
2023-10-15vhost/vsock: support MSG_ZEROCOPY for transportArseniy Krasnov
2023-10-14net/mlx5e: Allow IPsec soft/hard limits in bytesLeon Romanovsky
2023-10-14net/mlx5e: Increase max supported channels number to 256Adham Faris
2023-10-14net/mlx5e: Preparations for supporting larger number of channelsAdham Faris
2023-10-14net/mlx5e: Refactor mlx5e_rss_init() and mlx5e_rss_free() API'sAdham Faris
2023-10-14net/mlx5e: Refactor mlx5e_rss_set_rxfh() and mlx5e_rss_get_rxfh()Adham Faris
2023-10-14net/mlx5e: Refactor rx_res_init() and rx_res_free() APIsAdham Faris
2023-10-14net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify codeYu Liao
2023-10-14net/mlx5: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan
2023-10-14net/mlx5: Remove unused declarationYue Haibing