summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: mdio-mux-meson-g12a: force internal PHY off on mux switchJerome Brunet2023-01-251-7/+16
* tsnep: Fix TX queue stop/wake for multiple queuesGerhard Engleder2023-01-251-6/+9
* net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen2023-01-251-4/+4
* net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda2023-01-251-2/+2
* net: ravb: Fix lack of register setting after system resumed for Gen3Yoshihiro Shimoda2023-01-251-0/+6
* ice: move devlink port creation/deletionPaul M Stillwell Jr2023-01-242-11/+17
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-01-234-69/+66
|\
| * iavf: schedule watchdog immediately when changing primary MACStefan Assmann2023-01-201-1/+1
| * iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2023-01-202-18/+17
| * iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt2023-01-204-51/+49
* | net: ethernet: adi: adin1110: Fix multicast offloadingAlexandru Tachici2023-01-231-1/+1
* | net: dsa: microchip: fix probe of I2C-connected KSZ8563Ahmad Fatoum2023-01-231-1/+1
* | net: fec: Use page_pool_put_full_page when freeing rx buffersWei Fang2023-01-231-1/+1
* | net: ethernet: renesas: rswitch: Fix ethernet-ports handlingYoshihiro Shimoda2023-01-202-9/+25
* | net: mana: Fix IRQ name - add PCI and queue numberHaiyang Zhang2023-01-201-1/+8
|/
* 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