summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-242-3/+3
|\
| * net/mlx5: Rename kfree_rcu() to kfree_rcu_mightsleep()Uladzislau Rezki (Sony)2023-04-052-3/+3
* | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-241-1/+2
|\ \
| * | iov_iter: add iter_iovec() helperJens Axboe2023-03-301-1/+2
* | | wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen2023-04-201-3/+1
* | | Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski2023-04-193-15/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-191-6/+11
|\ \ \
| * | | veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features ...Lorenzo Bianconi2023-04-181-6/+11
* | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-04-191-3/+6
|\ \ \ \
| * | | | i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov2023-04-171-1/+4
| * | | | i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov2023-04-171-2/+2
* | | | | e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski2023-04-191-25/+26
* | | | | bnxt_en: fix free-runnig PHC modeVadim Fedorenko2023-04-191-1/+1
* | | | | net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET2023-04-191-1/+1
* | | | | hamradio: drop ISA_DMA_API dependencyArnd Bergmann2023-04-191-1/+1
* | | | | mlxsw: pci: Fix possible crash during initializationIdo Schimmel2023-04-191-1/+1
* | | | | net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete()Seiji Nishikawa2023-04-191-1/+1
* | | | | bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel2023-04-191-3/+4
* | | | | mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()Nikita Zhandarovich2023-04-181-0/+2
* | | | | bnxt_en: Fix a possible NULL pointer dereference in unload pathKalesh AP2023-04-181-9/+10
* | | | | bnxt_en: Do not initialize PTP on older P3/P4 chipsMichael Chan2023-04-181-1/+1
* | | | | cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou2023-04-181-1/+1
|/ / / /
* | | | sfc: Fix use-after-free due to selftest_workDing Hui2023-04-172-1/+2
* | | | virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo2023-04-171-2/+6
|/ / /
* | | mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer2023-04-131-1/+18
* | | veth: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer2023-04-131-2/+5
* | | mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer2023-04-131-1/+59
* | | xdp: rss hash types representationJesper Dangaard Brouer2023-04-134-4/+8
* | | net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin2023-04-131-0/+4
* | | net: enetc: workaround for unresponsive pMAC after receiving express trafficVladimir Oltean2023-04-131-0/+16
* | | net: ti/cpsw: Add explicit platform_device.h and of_platform.h includesRob Herring2023-04-122-2/+3
* | | net: wwan: iosm: Fix error handling path in ipc_pcie_probe()Harshit Mogalapalli2023-04-121-1/+2
* | | qlcnic: check pci_reset_function resultDenis Plotnikov2023-04-121-1/+7
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-04-113-66/+66
|\ \ \
| * | | iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki2023-04-073-47/+45
| * | | iavf: refactor VLAN filter statesAhmed Zaki2023-04-073-26/+28
* | | | net: phy: nxp-c45-tja11xx: add remove callbackRadu Pirea (OSS)2023-04-111-0/+12
* | | | net: sfp: avoid EEPROM read of absent SFP moduleIvan Bornyakov2023-04-091-0/+6
* | | | net: sfp: initialize sfp->i2c_block_size at sfp allocationIvan Bornyakov2023-04-091-5/+8
* | | | r8152: Add __GFP_NOWARN to big allocationsDouglas Anderson2023-04-071-1/+1
* | | | net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflowRadu Pirea (OSS)2023-04-071-1/+1
|/ / /
* | | bonding: fix ns validation on backup slavesHangbin Liu2023-04-071-2/+3
* | | niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli2023-04-071-1/+1
* | | net: stmmac: check fwnode for phy device before scanning for phyMichael Sit Wei Hong2023-04-061-4/+11
* | | net: stmmac: Add queue reset into stmmac_xdp_open() functionSong Yoong Siang2023-04-051-0/+2
* | | net: fec: make use of MDIO C45 quirkGreg Ungerer2023-04-052-12/+25
* | | Merge tag 'wireless-2023-04-05' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-04-0513-110/+97
|\ \ \
| * | | wifi: mt76: ignore key disable commandsFelix Fietkau2023-04-038-96/+62
| * | | wifi: ath11k: reduce the MHI timeout to 20sKalle Valo2023-04-031-1/+1
| * | | wifi: mt76: mt7921: fix fw used for offload check for mt7922Lorenzo Bianconi2023-03-311-1/+1