aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-19/+0
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+2
2023-11-02net: r8169: Disable multicast filter for RTL8168H and RTL8107EPatrick Thompson1-1/+3
2023-11-02net: dsa: lan9303: consequently nested-lock physical MDIOAlexander Sverdlin1-2/+2
2023-11-02octeontx2-pf: Fix holes in error codeRatheesh Kannoth1-34/+46
2023-11-02octeontx2-pf: Fix error codesRatheesh Kannoth1-17/+17
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-01net: xscale: Drop unused PHY numberLinus Walleij1-2/+1
2023-11-01net: mdio: fill in missing MODULE_DESCRIPTION()sAndrew Lunn5-0/+5
2023-11-01net: phy: fill in missing MODULE_DESCRIPTION()sAndrew Lunn4-0/+4
2023-11-01Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-0/+9
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+1
2023-11-01Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds1-10/+76
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe113-662/+1168
2023-10-31wifi: ath10k: replace deprecated strncpy with memcpyJustin Stitt2-3/+2
2023-10-31wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats()Ma Ke1-3/+0
2023-10-30wifi: remove orphaned rndis_wlan driverArnd Bergmann5-3794/+0
2023-10-30wifi: remove orphaned wl3501 driverArnd Bergmann4-2664/+0
2023-10-30wifi: remove orphaned ray_cs driverArnd Bergmann5-3649/+0
2023-10-30wifi: remove orphaned orinoco driverArnd Bergmann33-12807/+0
2023-10-30wifi: remove orphaned zd1201 driverArnd Bergmann4-2074/+0
2023-10-30wifi: remove obsolete hostap driverArnd Bergmann22-18890/+0
2023-10-30wifi: remove orphaned cisco/aironet driverArnd Bergmann7-8579/+0
2023-10-30wifi: atmel: remove wext style at76c50x driversArnd Bergmann6-4879/+0
2023-10-30wifi: libertas: drop 16-bit PCMCIA supportArnd Bergmann3-964/+1
2023-10-30wifi: rtw89: extend PHY status parser to support WiFi 7 chipsPing-Ke Shih1-4/+17
2023-10-30wifi: rtw89: consider RX info for WiFi 7 chipsPing-Ke Shih3-7/+57
2023-10-30wifi: rtw89: configure PPDU max user by chipZong-Zhe Yang6-3/+9
2023-10-30wifi: rtw89: set entry size of address CAM to H2C field by chipPing-Ke Shih2-1/+16
2023-10-30wifi: airo: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+1
2023-10-30wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53()Dmitry Antipov1-4/+5
2023-10-30wifi: wilc1000: simplify remain on channel supportDmitry Antipov3-21/+13
2023-10-30wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7Ping-Ke Shih7-12/+10
2023-10-30wifi: rtw89: pci: add new RX ring design to determine full RX ring efficientlyPing-Ke Shih6-6/+47
2023-10-30wifi: rtw89: pci: define PCI ring address for WiFi 7 chipsPing-Ke Shih3-16/+126
2023-10-30wifi: rtw89: 8922ae: add 8922AE PCI entry and basic infoPing-Ke Shih3-0/+189
2023-10-30wifi: rtw89: fix timeout calculation in rtw89_roc_end()Dmitry Antipov1-1/+1
2023-10-30wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function nameDmitry Antipov1-2/+2
2023-10-30wifi: rtlwifi: cleanup struct rtl_phyDmitry Antipov2-11/+0
2023-10-30wifi: rtlwifi: cleanup struct rtl_halDmitry Antipov3-16/+0
2023-10-30wifi: brcmsmac: replace deprecated strncpy with memcpyJustin Stitt1-3/+3
2023-10-30wifi: brcm80211: replace deprecated strncpy with strscpyJustin Stitt4-6/+5
2023-10-28net: fill in MODULE_DESCRIPTION()s under drivers/net/Jakub Kicinski7-0/+7
2023-10-28net: fill in MODULE_DESCRIPTION()s in kuba@'s modulesJakub Kicinski2-0/+2
2023-10-27net: pcs: xpcs: Add 2500BASE-X case in get state for XPCS driversRaju Lakkaraju2-0/+31
2023-10-27net: mana: Use xdp_set_features_flag instead of direct assignmentKonstantin Taranov1-2/+3
2023-10-27vxlan: Cleanup IFLA_VXLAN_PORT_RANGE entry in vxlan_get_size()Benjamin Poirier1-2/+2
2023-10-27iavf: delete the iavf client interfaceMichal Schmidt6-871/+1
2023-10-27iavf: add a common function for undoing the interrupt schemeMichal Schmidt1-11/+15
2023-10-27iavf: use unregister_netdevMichal Schmidt1-3/+1