aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-11-14i40e: add an error code check in i40e_vsi_setupSu Hui1-0/+4
2023-11-14i40e: increase max descriptors for XL710Justin Bronder2-6/+20
2023-11-14gve: Fixes for napi_poll when budget is 0Ziwei Xiao3-9/+7
2023-11-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-16/+165
2023-11-14pds_core: fix up some format-truncation complaintsShannon Nelson3-4/+8
2023-11-14pds_core: use correct index to mask irqShannon Nelson1-1/+1
2023-11-14tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov1-1/+3
2023-11-14tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov2-7/+35
2023-11-14net: stmmac: avoid rx queue overrunBaruch Siach1-0/+1
2023-11-14net: stmmac: fix rx budget limit checkBaruch Siach1-1/+1
2023-11-14wifi: rtw89: pci: update interrupt mitigation register for 8922AEPing-Ke Shih2-2/+10
2023-11-14wifi: rtw89: pci: correct interrupt mitigation register for 8852CEPing-Ke Shih6-1/+14
2023-11-14wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AEPing-Ke Shih4-0/+219
2023-11-14wifi: rtw89: pci: generalize interrupt status bits of interrupt handlersPing-Ke Shih4-11/+111
2023-11-14wifi: rtw89: pci: add pre_deinit to be called after probe completePing-Ke Shih6-0/+49
2023-11-14wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip genZong-Zhe Yang4-8/+78
2023-11-14wifi: rtw89: pci: reset BDRAM according to chip genZong-Zhe Yang3-26/+17
2023-11-14wifi: iwlegacy: Remove the unused variable lenJiapeng Chong1-6/+0
2023-11-14wifi: rt2x00: correct wrong BBP register in RxDCOC calibrationShiji Yang1-1/+1
2023-11-14wifi: libertas: stop selecting wextArnd Bergmann1-2/+0
2023-11-13r8169: fix network lost after resume on DASH systemsChunHao Lin1-0/+6
2023-11-13r8169: add handling DASH when DASH is disabledChunHao Lin1-11/+25
2023-11-13net: ethernet: cortina: Fix MTU max settingLinus Walleij2-14/+5
2023-11-13net: ethernet: cortina: Handle large framesLinus Walleij1-1/+23
2023-11-13net: ethernet: cortina: Fix max RX frame defineLinus Walleij2-3/+3
2023-11-13bonding: stop the device in bond_setup_by_slave()Eric Dumazet1-0/+6
2023-11-13igc: Add support for PTP .getcyclesx64()Vinicius Costa Gomes6-36/+101
2023-11-13igc: Simplify setting flags in the TX data descriptorVinicius Costa Gomes1-6/+4
2023-11-13ice: reserve number of CP queuesMichal Swiatkowski4-7/+58
2023-11-13ice: adjust switchdev rebuild pathMichal Swiatkowski3-49/+28
2023-11-13ice: add VF representors one by oneMichal Swiatkowski5-242/+228
2023-11-13ice: realloc VSI stats arraysMichal Swiatkowski1-19/+39
2023-11-13ice: set Tx topology every time new repr is addedMichal Swiatkowski4-7/+59
2023-11-13ice: allow changing SWITCHDEV_CTRL VSI queuesMichal Swiatkowski1-3/+10
2023-11-13ice: return pointer to representorMichal Swiatkowski1-7/+10
2023-11-13ice: make representor code genericMichal Swiatkowski8-92/+131
2023-11-13ice: remove VF pointer reference in eswitch codeMichal Swiatkowski4-22/+25
2023-11-13ice: track port representors in xarrayMichal Swiatkowski5-101/+94
2023-11-13ice: use repr instead of vf->reprMichal Swiatkowski1-7/+7
2023-11-13ice: track q_id in representorMichal Swiatkowski3-1/+3
2023-11-13ice: remove unused control VSI parameterMichal Swiatkowski1-4/+3
2023-11-13ice: remove redundant max_vsi_num variableMichal Swiatkowski1-4/+0
2023-11-13ice: rename switchdev to eswitchMichal Swiatkowski4-42/+43
2023-11-13ice: fix DDP package download for packages without signature segmentDan Nowlin1-3/+100
2023-11-13ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski3-4/+64
2023-11-13ice: dpll: fix check for dpll input priority rangeArkadiusz Kubalewski2-7/+0
2023-11-13ice: dpll: fix initial lock status of dpllArkadiusz Kubalewski1-2/+1
2023-11-13wifi: ath11k: Remove unneeded semicolonYang Li1-1/+1
2023-11-13wifi: ath11k: Defer on rproc_get failureLuca Weiss1-2/+2
2023-11-13ppp: limit MRU to 64KWillem de Bruijn1-0/+4