aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-05wifi: rtl8xxxu: Set maximum number of supported stationsMartin Kaistra3-0/+4
2023-05-05wifi: rtl8xxxu: Declare AP mode support for 8188fMartin Kaistra3-0/+4
2023-05-05wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flagsMartin Kaistra1-20/+20
2023-05-05wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate()Martin Kaistra1-24/+3
2023-05-05wifi: rtl8xxxu: Clean up filter configurationMartin Kaistra1-7/+7
2023-05-05wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data framesMartin Kaistra1-0/+3
2023-05-05wifi: rtl8xxxu: Add parameter macid to update_rate_maskMartin Kaistra3-8/+15
2023-05-05wifi: rtl8xxxu: Put the macid in txdescMartin Kaistra2-9/+27
2023-05-05wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacksMartin Kaistra2-0/+61
2023-05-05wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_maskMartin Kaistra1-3/+4
2023-05-05wifi: rtl8xxxu: Add parameter role to report_connectMartin Kaistra2-8/+12
2023-05-05wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connectMartin Kaistra1-0/+2
2023-05-05wifi: rtl8xxxu: Allow creating interface in AP modeMartin Kaistra2-4/+29
2023-05-05wifi: rtl8xxxu: Allow setting rts threshold to -1Martin Kaistra1-1/+1
2023-05-05wifi: rtl8xxxu: Add set_tim() callbackMartin Kaistra1-0/+11
2023-05-05wifi: rtl8xxxu: Add beacon functionsMartin Kaistra3-0/+79
2023-05-05wifi: rtl8xxxu: Select correct queue for beacon framesMartin Kaistra1-1/+3
2023-05-05wifi: rtl8xxxu: Add start_ap() callbackMartin Kaistra2-0/+16
2023-05-03igc: read before write to SRRCTL registerSong Yoong Siang2-5/+13
2023-05-03pds_core: add AUXILIARY_BUS and NET_DEVLINK to KconfigShannon Nelson1-0/+2
2023-05-03pds_core: remove CONFIG_DEBUG_FS from makefileShannon Nelson1-2/+1
2023-05-03ionic: catch failure from devlink_allocShannon Nelson1-0/+2
2023-05-03r8152: fix the autosuspend doesn't workHayes Wang1-0/+1
2023-05-03ionic: remove noise from ethtool rxnfc error msgShannon Nelson1-1/+1
2023-05-03octeontx2-vf: Detach LF resources on probe cleanupSubbaraya Sundeep1-1/+1
2023-05-03octeontx2-pf: Disable packet I/O for graceful exitSubbaraya Sundeep1-1/+10
2023-05-03octeontx2-af: Skip PFs if not enabledRatheesh Kannoth3-11/+46
2023-05-03octeontx2-af: Fix issues with NPC field hash extractRatheesh Kannoth4-50/+69
2023-05-03octeontx2-af: Update/Fix NPC field hash extract featureRatheesh Kannoth3-18/+41
2023-05-03octeontx2-af: Update correct mask to filter IPv4 fragmentsSuman Ghosh1-1/+1
2023-05-03octeontx2-af: Add validation for lmac typeHariprasad Kelam1-0/+8
2023-05-03octeontx2-pf: Increase the size of dmac filter flowsRatheesh Kannoth1-2/+2
2023-05-03octeontx2-af: Fix depth of cam and mem table.Ratheesh Kannoth1-2/+2
2023-05-03octeontx2-af: Fix start and end bit for scan configRatheesh Kannoth1-2/+1
2023-05-03octeontx2-af: Secure APR table update with the lockGeetha sowjanya1-5/+8
2023-05-02net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untaggingFelix Fietkau2-67/+40
2023-05-01net: atlantic: Define aq_pm_ops conditionally on CONFIG_PMTom Rix1-0/+2
2023-05-01sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton1-4/+7
2023-05-01r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang1-6/+8
2023-05-01r8152: fix the poor throughput for 2.5G devicesHayes Wang1-0/+14
2023-05-01r8152: fix flow control issue of RTL8156AHayes Wang1-20/+36
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-6/+90
2023-04-28wifi: ath11k: fix registration of 6Ghz-only phy without the full channel rangeMaxime Bizon1-1/+1
2023-04-28wifi: ath12k: Remove some dead codeChristophe JAILLET1-5/+0
2023-04-28wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin1-0/+4
2023-04-28wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer1-9/+18
2023-04-28net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpuAngelo Dureghello1-0/+1
2023-04-28atlantic:hw_atl2:hw_atl2_utils_fw: Remove unnecessary (void*) conversionswuych1-2/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-48/+2