summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-123-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
* | Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-04-122-1/+2
|\ \
| * | bluetooth: btbcm: Fix logic error in forming the board name.Sasha Finkelstein2023-04-101-1/+1
| * | Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race conditionZheng Wang2023-04-101-0/+1
| |/
* | 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-081-1/+1
* | net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflowRadu Pirea (OSS)2023-04-081-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
* Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-04-0628-141/+220
|\
| * 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-061-0/+2
| * net: fec: make use of MDIO C45 quirkGreg Ungerer2023-04-062-12/+25
| * Merge tag 'wireless-2023-04-05' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-04-0613-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
| | * wifi: mt76: mt7921: Fix use-after-free in fw features query.Ben Greear2023-03-311-2/+5
| | * wifi: brcmfmac: Fix SDIO suspend/resume regressionHans de Goede2023-03-312-10/+28
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-04-061-3/+20
| |\ \
| | * | ice: Reset FDIR counter in FDIR init stageLingyu Liu2023-04-041-0/+16
| | * | ice: fix wrong fallback logic for FDIRSimei Su2023-04-041-3/+4
| * | | gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand2023-04-052-7/+7
| |/ /
| * | net: stmmac: fix up RX flow hash indirection table when setting channelsCorinna Vinschen2023-04-041-1/+5
| * | net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probeSiddharth Vadapalli2023-04-041-2/+4
| * | net: sfp: add quirk enabling 2500Base-x for HG MXPD-483IIDaniel Golle2023-04-031-0/+4
| * | net: ethernet: mtk_eth_soc: fix remaining throughput regressionFelix Fietkau2023-04-021-0/+4
| * | net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bitGustav Ekelund2023-04-023-1/+22
| * | Revert "net: netcp: MAX_SKB_FRAGS is now 'int'"Jakub Kicinski2023-04-011-1/+1
| * | net: wwan: t7xx: do not compile with -WerrorJiri Slaby (SUSE)2023-03-311-2/+0
| * | net: netcp: MAX_SKB_FRAGS is now 'int'Arnd Bergmann2023-03-311-1/+1
| * | net: stmmac: remove redundant fixup to support fixed-link modeMichael Sit Wei Hong2023-03-311-1/+0
| * | net: stmmac: check if MAC needs to attach to a PHYMichael Sit Wei Hong2023-03-311-1/+3
| * | net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong2023-03-311-0/+19
* | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-061-2/+14
|\ \ \
| * | | iommufd: Do not corrupt the pfn list when doing batch carryJason Gunthorpe2023-04-041-1/+1
| * | | iommufd: Fix unpinning of pages when an access is presentJason Gunthorpe2023-04-041-1/+9