summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-1525-102/+151
|\
| * octeon_ep: Add missing check for ioremapJiasheng Jiang2023-06-151-1/+6
| * net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_openChristian Marangi2023-06-151-2/+7
| * sfc: fix XDP queues mode with legacy IRQÍñigo Huguet2023-06-152-0/+4
| * net: macsec: fix double free of percpu statsFedor Pchelkin2023-06-151-7/+5
| * net: lapbether: only support ethernet devicesEric Dumazet2023-06-151-0/+3
| * net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo framesVladimir Oltean2023-06-141-1/+1
| * ice: Fix ice module unloadJakub Buchocki2023-06-141-11/+5
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-06-142-1/+14
| |\
| | * igb: fix nvm.ops.read() error handlingAleksandr Loktionov2023-06-121-0/+3
| | * igc: Fix possible system crash when loading moduleVinicius Costa Gomes2023-06-121-0/+3
| | * igc: Clean the TX buffer and TX descriptor ringMuhammad Husaini Zulkifli2023-06-121-1/+8
| * | Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-06-141-6/+6
| |\ \
| | * | wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regressionHugh Dickins2023-06-141-6/+6
| * | | net: ethernet: ti: am65-cpsw: Call of_node_put() on error pathDan Carpenter2023-06-131-1/+1
| * | | net: phylink: use a dedicated helper to parse usgmii control wordMaxime Chevallier2023-06-121-1/+38
| * | | net: phylink: report correct max speed for QUSGMIIMaxime Chevallier2023-06-121-1/+1
| | |/ | |/|
| * | ipvlan: fix bound dev checking for IPv6 l3s modeHangbin Liu2023-06-121-0/+4
| * | bnx2x: fix page fault following EEH recoveryDavid Christensen2023-06-101-2/+7
| * | octeontx2-af: fix lbk link credits on cn10kNithin Dabilpuram2023-06-101-4/+0
| * | octeontx2-af: fixed resource availability checkSatha Rao2023-06-101-1/+2
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-06-102-7/+5
| |\ \
| | * | ice: Fix XDP memory leak when NIC is brought up and downKamil Maziarz2023-06-081-0/+4
| | * | ice: Don't dereference NULL in ice_gnss_read error pathSimon Horman2023-06-081-7/+1
| * | | iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki2023-06-103-11/+8
| * | | octeontx2-af: Fix promiscuous modeRatheesh Kannoth2023-06-091-27/+2
| * | | net: renesas: rswitch: Fix timestamp feature after all descriptors are usedYoshihiro Shimoda2023-06-091-14/+22
| * | | net: usb: qmi_wwan: add support for Compal RXM-G1Wes Huang2023-06-081-0/+2
| * | | igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan2023-06-081-2/+6
| * | | net: enetc: correct the indexes of highest and 2nd highest TCsWei Fang2023-06-081-2/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-06-151-12/+0
|\ \ \ | |/ / |/| |
| * | RDMA/mlx5: Fix affinity assignmentMark Bloch2023-06-111-12/+0
* | | bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur2023-06-081-7/+18
* | | bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi2023-06-082-0/+7
* | | bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta2023-06-081-2/+3
* | | bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur2023-06-081-0/+3
* | | bnxt_en: Don't issue AP reset during ethtool's reset operationSreekanth Reddy2023-06-081-1/+1
* | | bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()Pavan Chebbi2023-06-081-0/+1
* | | net: bcmgenet: Fix EEE implementationFlorian Fainelli2023-06-073-14/+16
* | | eth: ixgbe: fix the wake conditionJakub Kicinski2023-06-071-1/+1
* | | eth: bnxt: fix the wake conditionJakub Kicinski2023-06-071-1/+1
* | | ice: make writes to /dev/gnssX synchronousMichal Schmidt2023-06-074-72/+6
* | | Merge tag 'wireless-2023-06-06' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-06-0611-36/+102
|\ \ \ | | |/ | |/|
| * | wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif()Gustavo A. R. Silva2023-06-061-6/+2
| * | wifi: mt76: mt7996: fix possible NULL pointer dereference in mt7996_mac_write...Lorenzo Bianconi2023-06-011-7/+12
| * | wifi: rtw89: remove redundant check of entering LPSPing-Ke Shih2023-06-011-3/+0
| * | wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-013-9/+33
| * | wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-014-11/+52
| * | wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_pollLorenzo Bianconi2023-05-271-0/+3
* | | virtio_net: use control_buf for coalesce paramsBrett Creeley2023-06-061-8/+8