summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'octeontx2-af-CPT'"Jakub Kicinski2023-01-205-277/+87
* bnxt: Do not read past the end of test namesKees Cook2023-01-202-17/+5
* net: stmmac: enable all safety features by defaultAndrew Halaney2023-01-201-0/+14
* octeontx2-af: add mbox to return CPT_AF_FLT_INT infoSrujana Challa2023-01-203-0/+56
* octeontx2-af: update cpt lf alloc mailboxSrujana Challa2023-01-202-3/+9
* octeontx2-af: restore rxc conf after teardown sequenceNithin Dabilpuram2023-01-201-4/+18
* octeontx2-af: optimize cpt pf identificationSrujana Challa2023-01-203-3/+20
* octeontx2-af: modify FLR sequence for CPTSrujana Challa2023-01-203-47/+53
* octeontx2-af: add mbox for CPT LF resetSrujana Challa2023-01-202-0/+41
* octeontx2-af: recover CPT engine when it gets faultSrujana Challa2023-01-201-30/+80
* net: dsa: microchip: ksz9477: port map correction in ALU table entry registerRakesh Sankaranarayanan2023-01-191-2/+2
* Merge tag 'mlx5-fixes-2023-01-18' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni2023-01-1912-40/+27
|\
| * net: mlx5: eliminate anonymous module_init & module_exitRandy Dunlap2023-01-181-4/+4
| * net/mlx5: E-switch, Fix switchdev mode after devlink reloadChris Mi2023-01-181-0/+1
| * net/mlx5e: Protect global IPsec ASOLeon Romanovsky2023-01-182-1/+8
| * net/mlx5e: Remove optimization which prevented update of ESN stateLeon Romanovsky2023-01-182-10/+0
| * net/mlx5e: Set decap action based on attr for sampleChris Mi2023-01-181-3/+2
| * net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING...Maor Dickman2023-01-183-5/+4
| * net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENTMaor Dickman2023-01-181-15/+3
| * net/mlx5e: Remove redundant xsk pointer check in mlx5e_mpwrq_validate_xskAdham Faris2023-01-181-2/+1
| * net/mlx5e: Avoid false lock dependency warning on tc_ht even moreVlad Buslov2023-01-181-0/+3
| * net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()Yang Yingliang2023-01-181-0/+1
* | octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rtKevin Hao2023-01-192-9/+4
* | Revert "net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf"Xin Long2023-01-181-2/+0
* | Merge tag 'wireless-2023-01-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-01-186-86/+117
|\ \
| * | wifi: mt76: dma: fix a regression in adding rx buffersFelix Fietkau2023-01-161-52/+72
| * | wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2023-01-163-4/+20
| * | wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi2023-01-161-4/+5
| * | wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oidSzymon Heidrich2023-01-161-13/+6
| * | wifi: brcmfmac: fix regression for Broadcom PCIe wifi devicesArend van Spriel2023-01-161-1/+1
| * | wifi: brcmfmac: avoid NULL-deref in survey dump for 2G only deviceArend van Spriel2023-01-161-10/+13
| * | wifi: brcmfmac: avoid handling disabled channels for survey dumpArend van Spriel2023-01-161-9/+7
* | | virtio-net: correctly enable callback during start_xmitJason Wang2023-01-181-2/+4
* | | net: macb: fix PTP TX timestamp failure due to packet paddingRobert Hancock2023-01-181-8/+1
| |/ |/|
* | net: ipa: disable ipa interrupt during suspendCaleb Connolly2023-01-173-0/+43
* | net: stmmac: fix invalid call to mdiobus_get_phy()Heiner Kallweit2023-01-171-0/+5
* | net: mdio: validate parameter addr in mdiobus_get_phy()Heiner Kallweit2023-01-171-1/+6
* | net: usb: sr9700: Handle negative lenSzymon Heidrich2023-01-171-1/+1
* | octeontx2-pf: Avoid use of GFP_KERNEL in atomic contextGeetha sowjanya2023-01-161-2/+2
* | net: stmmac: Fix queue statistics readingKurt Kanzenbach2023-01-161-4/+4
* | net: lan966x: add missing fwnode_handle_put() for ports nodeClément Léger2023-01-131-5/+8
* | net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean2023-01-131-2/+2
* | net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regsEsina Ekaterina2023-01-131-2/+4
* | amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2023-01-122-0/+26
* | amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju2023-01-121-8/+15
* | Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-1236-111/+163
|\ \
| * | r8152: add vendor/device ID pair for Microsoft DevkitAndre Przywara2023-01-121-0/+1
| * | net: stmmac: add aux timestamps fifo clearance waitNoor Azura Ahmad Tarmizi2023-01-111-1/+4
| * | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-01-114-10/+18
| |\ \
| | * | iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin2023-01-101-1/+1