summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2023-10-277-38/+391
| * net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-278-2/+314
| * net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-277-9/+198
| * net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-2711-18/+952
| * net/tcp: Add TCP-AO config and structuresDmitry Safonov2023-10-275-8/+114
| * net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-278-211/+525
|/
* MAINTAINERS: Remove linuxwwan@intel.com mailing listBagas Sanjaya2023-10-261-3/+0
* Merge branch 'intel-wired-lan-driver-updates-for-2023-10-25-ice'Jakub Kicinski2023-10-2612-171/+650
|\
| * ice: Hook up 4 E830 devices by adding their IDsPawel Chmielewski2023-10-261-0/+4
| * ice: Remove redundant zeroing of the fields.Pawel Chmielewski2023-10-261-27/+27
| * ice: Add support for E830 DDP package segmentDan Nowlin2023-10-263-74/+382
| * ice: Add ice_get_link_status_datalenPaul Greenwalt2023-10-262-6/+53
| * ice: Add 200G speed/phy type useAlice Michael2023-10-264-3/+43
| * ice: Add E830 device IDs, MAC type and registersPaul Greenwalt2023-10-267-61/+141
|/
* Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-26193-1726/+3560
|\
| * wifi: ray_cs: Remove unnecessary (void*) conversionsWu Yunchuan2023-10-251-3/+3
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-10-2540-225/+589
| |\
| | * Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without condition"Kalle Valo2023-10-251-1/+3
| | * wifi: ath12k: Introduce and use ath12k_sta_to_arsta()Jeff Johnson2023-10-254-11/+16
| | * wifi: ath12k: fix htt mlo-offset event lockingJohan Hovold2023-10-251-2/+5
| | * wifi: ath12k: fix dfs-radar and temperature event lockingJohan Hovold2023-10-251-1/+10
| | * wifi: ath11k: fix gtk offload status event lockingJohan Hovold2023-10-251-2/+5
| | * wifi: ath11k: fix htt pktlog lockingJohan Hovold2023-10-251-1/+7
| | * wifi: ath11k: fix dfs radar event lockingJohan Hovold2023-10-251-0/+4
| | * wifi: ath11k: fix temperature event lockingJohan Hovold2023-10-251-2/+6
| | * wifi: ath12k: rename the sc naming convention to abKarthikeyan Periyasamy2023-10-252-11/+11
| | * wifi: ath12k: rename the wmi_sc naming convention to wmi_abKarthikeyan Periyasamy2023-10-251-11/+11
| | * wifi: ath11k: add firmware-2.bin supportAnilkumar Kolli2023-10-257-17/+258
| | * wifi: ath11k: qmi: refactor ath11k_qmi_m3_load()Kalle Valo2023-10-251-7/+11
| | * wifi: ath11k: rename the sc naming convention to abKarthikeyan Periyasamy2023-10-184-45/+45
| | * wifi: ath11k: rename the wmi_sc naming convention to wmi_abKarthikeyan Periyasamy2023-10-181-16/+16
| | * wifi: ath6kl: replace deprecated strncpy with memcpyJustin Stitt2023-10-181-1/+1
| | * wifi: ath5k: replace deprecated strncpy with strscpyJustin Stitt2023-10-181-2/+1
| | * wifi: ath12k: Remove ath12k_base::bd_apiJeff Johnson2023-10-182-4/+4
| | * wifi: ath11k: Remove ath11k_base::bd_apiJeff Johnson2023-10-182-4/+4
| | * wifi: ath12k: Enable Mesh support for QCN9274Ramya Gnanasekar2023-10-181-2/+4
| | * wifi: ath12k: register EHT mesh capabilitiesRamya Gnanasekar2023-10-181-0/+45
| | * wifi: ath11k: Use device_get_match_data()Rob Herring2023-10-181-8/+2
| | * wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Jeff Johnson2023-10-128-36/+41
| | * wifi: ath11k: Remove unused struct ath11k_htc_frameJeff Johnson2023-10-121-12/+0
| | * wifi: ath12k: fix invalid m3 buffer addressWen Gong2023-10-121-0/+1
| | * wifi: ath12k: add ath12k_qmi_free_resource() for recoveryWen Gong2023-10-123-0/+8
| | * wifi: ath12k: configure RDDM size to MHI for device recoveryWen Gong2023-10-123-0/+9
| | * wifi: ath12k: add parsing of phy bitmap for reg rulesAditya Kumar Singh2023-10-123-2/+23
| | * wifi: ath11k: add parsing of phy bitmap for reg rulesAditya Kumar Singh2023-10-123-2/+17
| | * wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warningKalle Valo2023-10-121-2/+2
| | * wifi: ath12k: Consistently use ath12k_vif_to_arvif()Jeff Johnson2023-10-101-22/+22
| | * wifi: ath11k: call ath11k_mac_fils_discovery() without conditionAloka Dixit2023-10-101-3/+1
| | * wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup()Dmitry Antipov2023-10-101-2/+0
| * | wifi: rtw89: cleanup firmware elements parsingDmitry Antipov2023-10-251-32/+39