aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-16drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil1-2/+2
2023-10-16net: usb: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-16lan78xx: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-16net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-16net: 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-15virtio_net: fix the missing of the dma cpu syncXuan Zhuo1-7/+7
2023-10-15ice: dpll: implement phase related callbacksArkadiusz Kubalewski2-4/+226
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-15qed: fix LL2 RX buffer allocationManish Chopra1-2/+5
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-14net/mlx5e: Allow IPsec soft/hard limits in bytesLeon Romanovsky2-19/+28
2023-10-14net/mlx5e: Increase max supported channels number to 256Adham Faris1-1/+1
2023-10-14net/mlx5e: Preparations for supporting larger number of channelsAdham Faris10-52/+178
2023-10-14net/mlx5e: Refactor mlx5e_rss_init() and mlx5e_rss_free() API'sAdham Faris3-50/+44
2023-10-14net/mlx5e: Refactor mlx5e_rss_set_rxfh() and mlx5e_rss_get_rxfh()Adham Faris1-8/+4
2023-10-14net/mlx5e: Refactor rx_res_init() and rx_res_free() APIsAdham Faris5-66/+56
2023-10-14net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify codeYu Liao1-6/+2
2023-10-14net/mlx5: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan1-8/+2
2023-10-14net/mlx5: Remove unused declarationYue Haibing5-9/+0
2023-10-14net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lockShay Drory7-39/+59
2023-10-14net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory6-73/+51
2023-10-14net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyShay Drory1-0/+4
2023-10-14net/mlx5: Redesign SF active work to remove table_lockWei Zhang3-31/+74
2023-10-14net/mlx5: Parallelize vhca event handlingWei Zhang3-9/+56
2023-10-14wifi: rtw89: mac: do bf_monitor only if WiFi 6 chipsZong-Zhe Yang2-0/+6
2023-10-14wifi: rtw89: mac: set bf_assoc capabilities according to chip genZong-Zhe Yang4-14/+238
2023-10-14wifi: rtw89: mac: set bfee_ctrl() according to chip genZong-Zhe Yang4-3/+30
2023-10-14wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chipsPing-Ke Shih2-6/+15
2023-10-14wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip genZong-Zhe Yang4-2/+22
2023-10-14wifi: rtw89: mac: update RTS threshold according to chip genZong-Zhe Yang4-1/+11
2023-10-14wifi: rtlwifi: simplify TX command fill callbacksDmitry Antipov23-53/+29
2023-10-14wifi: hostap: remove unused ioctl functionArnd Bergmann3-232/+0
2023-10-14wifi: atmel: remove unused ioctl functionArnd Bergmann1-72/+0
2023-10-13Merge tag 'mlx5-fixes-2023-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-65/+130
2023-10-13ice: Fix safe mode when DDP is missingMateusz Pacuszka1-0/+3
2023-10-13ice: reset first in crash dump kernelsJesse Brandeburg1-0/+15