aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-01ice: Add PHY OFFSET_READY register clearingKarol Kolacinski3-4/+42
2024-06-01ice: Implement Tx interrupt enablement functionsSergey Temerkhanov3-35/+66
2024-06-01ice: Introduce helper to get tmr_cmd_reg valuesJacob Keller2-53/+89
2024-06-01ice: Introduce ice_ptp_hw structKarol Kolacinski6-76/+126
2024-06-01net: smc91x: Fix pointer typesThorsten Blum1-2/+2
2024-06-01virtio_net: fix a spurious deadlock issueHeng Qi1-20/+16
2024-06-01virtio_net: fix possible dim status unrecoverableHeng Qi1-1/+1
2024-06-01virtio_net: fix missing lock protection on control_buf accessHeng Qi1-1/+3
2024-06-01wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITSBitterblue Smith1-15/+0
2024-06-01wifi: brcm80211: remove unused structsDr. David Alan Gilbert2-11/+0
2024-06-01wifi: brcm80211: use sizeof(*pointer) instead of sizeof(type)Erick Archer14-33/+32
2024-06-01wifi: mt76: mt7615: add missing chanctx opsJohannes Berg1-0/+4
2024-06-01wifi: wilc1000: document SRCU usage instead of SRCUAlexis Lothoré1-0/+7
2024-06-01Revert "wifi: wilc1000: set atomic flag on kmemdup in srcu critical section"Alexis Lothoré1-1/+1
2024-06-01Revert "wifi: wilc1000: convert list management to RCU"Alexis Lothoré5-45/+64
2024-06-01Merge tag 'ath-current-20240531' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo4-22/+44
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-203/+322
2024-05-30net: stmmac: dwmac-intel: remove checking for fixed linkRussell King (Oracle)1-11/+0
2024-05-30net: stmmac: rename xpcs_an_inband to default_an_inbandRussell King (Oracle)2-5/+5
2024-05-30net: fman_memac: remove the now unnecessary checking for fixed-linkRussell King (Oracle)1-9/+5
2024-05-30net: phylink: rename ovr_an_inband to default_an_inbandRussell King (Oracle)3-3/+3
2024-05-30net: phylink: move test for ovr_an_inbandRussell King (Oracle)1-2/+4
2024-05-30net: phylink: rearrange phylink_parse_mode()Russell King (Oracle)1-1/+4
2024-05-30net: stmmac: ethqos: clean up setting serdes speedRussell King (Oracle)1-12/+12
2024-05-30net: stmmac: include linux/io.h rather than asm/io.hRussell King (Oracle)5-5/+5
2024-05-30net: stmmac: remove unnecessary netif_carrier_off()Russell King (Oracle)1-3/+0
2024-05-30net: stmmac: remove pcs_rane() methodRussell King (Oracle)4-34/+0
2024-05-30net: stmmac: dwxgmac2: remove useless NULL pointer initialisationsRussell King (Oracle)1-6/+0
2024-05-30net: stmmac: Drop TBI/RTBI PCS flagsSerge Semin2-28/+9
2024-05-30net: fjes: correct TRACE_INCLUDE_PATHJakub Kicinski1-1/+1
2024-05-30ionic: fix up ionic_if.h kernel-doc issuesShannon Nelson1-56/+181
2024-05-30ionic: only sync frag_len in first buffer of xdpShannon Nelson1-1/+1
2024-05-30ionic: Use netdev_name() function instead of netdev->nameBrett Creeley2-3/+3
2024-05-30ionic: Mark error paths in the data path as unlikelyBrett Creeley1-10/+10
2024-05-30ionic: Pass ionic_txq_desc to ionic_tx_tso_postBrett Creeley1-6/+4
2024-05-30ionic: Reset LIF device while restarting LIFShannon Nelson1-0/+1
2024-05-30ionic: fix potential irq name truncationShannon Nelson1-1/+1
2024-05-30hns3: avoid linking objects into multiple modulesArnd Bergmann4-6/+35
2024-05-30ethernet: octeontx2: avoid linking objects into multiple modulesArnd Bergmann3-6/+25
2024-05-30net/mlx4: support per-queue statistics via netlinkJoe Damato1-0/+73
2024-05-30net/mlx4: link NAPI instances to queues and IRQsJoe Damato2-0/+15
2024-05-30net/mlx4: Track RX allocation failures in a statJoe Damato3-1/+5
2024-05-30wifi: ath12k: do not process consecutive RDDM eventBaochen Qiang2-0/+12
2024-05-30wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()Baochen Qiang1-0/+1
2024-05-30net: ti: icssg-prueth: Add support for ICSSG switch firmwareMD Danish Anwar7-19/+386
2024-05-30net: ti: icssg-switch: Add switchdev based driver for ethernet switch supportMD Danish Anwar4-0/+526
2024-05-30net: ti: icssg-prueth: Add helper functions to configure FDBMD Danish Anwar3-0/+201
2024-05-30ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outboundYue Haibing1-2/+2
2024-05-30wifi: rtlwifi: handle return value of usb init TX/RXPing-Ke Shih1-8/+26
2024-05-30wifi: rtlwifi: Enable the new rtl8192du driverBitterblue Smith3-0/+26