summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski105-434/+973
2023-10-26Merge tag 'net-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds19-135/+338
2023-10-26bareudp: use ports to lookup routeBeniamino Galvani1-13/+16
2023-10-26iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-10-25Merge tag 'acpi-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-11/+11
2023-10-25amd/pds_core: core: No need for Null pointer check before kfreeBragatheswaran Manickavel1-5/+2
2023-10-25net: hns3: add some link modes for hisilicon deviceHao Chen2-82/+92
2023-10-25net: dsa: microchip: ksz9477: add Wake on LAN supportOleksij Rempel4-0/+132
2023-10-25net: dsa: microchip: use wakeup-source DT property to enable PME outputOleksij Rempel2-0/+4
2023-10-25net: dsa: microchip: Add missing MAC address register offset for ksz8863Oleksij Rempel1-0/+1
2023-10-25s390/qeth: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-25s390/ctcm: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-25net: ethernet: mtk_wed: remove wo pointer in wo_r32/wo_w32 signatureLorenzo Bianconi1-6/+6
2023-10-25net: ethernet: mtk_wed: fix firmware loading for MT7986 SoCLorenzo Bianconi1-23/+25
2023-10-25i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-10-25net: ethernet: renesas: drop SoC names in KconfigWolfram Sang1-8/+1
2023-10-25net: ethernet: renesas: group entries in MakefileWolfram Sang1-3/+1
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli26-166/+165
2023-10-24tsnep: Fix tsnep_request_irq() format-overflow warningGerhard Engleder2-7/+7
2023-10-24gtp: fix fragmentation needed check with gsoPablo Neira Ayuso1-2/+3
2023-10-24net: ethernet: davinci_emac: Use MAC Address from Device TreeAdam Ford1-10/+12
2023-10-24Fix NULL pointer dereference in cn_filter()Anjali Kulkarni1-1/+1
2023-10-24net: ti: icssg-prueth: Add phys_port_name supportJan Kiszka1-0/+14
2023-10-24net: microchip: lan743x: improve throughput with rx timestamp configVishvambar Panth S4-2/+63
2023-10-24net: veth: use newly added page pool API for veth with xdpYunsheng Lin1-9/+16
2023-10-24page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin6-10/+4
2023-10-24Merge tag 'for-net-next-2023-10-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski6-7/+137
2023-10-24idpf: cancel mailbox work in error pathPavan Kumar Linga1-0/+1
2023-10-24idpf: set scheduling mode for completion queueMichal Kubiak2-3/+15
2023-10-24sfc: cleanup and reduce netlink error messagesPieter Jansen van Vuuren1-19/+19
2023-10-23Bluetooth: btmtksdio: enable bluetooth wakeup in system suspendZhengping Jiang1-6/+38
2023-10-23Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BEGuan Wentao1-0/+2
2023-10-23Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODEDJanne Grunau1-0/+5
2023-10-23Bluetooth: btusb: Add date->evt_skb is NULL checkyouwan Wang1-0/+3
2023-10-23Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tablesMasum Reza1-0/+2
2023-10-23Bluetooth: qca: add support for QCA2066Tim Jiang3-1/+83
2023-10-23Bluetooth: Add support for Intel Misty Peak - 8087:0038Vijay Satija1-0/+1
2023-10-23Bluetooth: Add support ITTIM PE50-M75CJingyang Wang1-0/+3
2023-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds10-30/+109
2023-10-23net: mdio: xgene: Fix unused xgene_mdio_of_match warning for !CONFIG_OFRob Herring1-1/+1
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui1-1/+0
2023-10-23isdn: mISDN: hfcsusb: Spelling fix in commentKunwu Chan1-1/+1
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-10-23vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani1-106/+30
2023-10-23geneve: use generic function for tunnel IPv6 route lookupBeniamino Galvani1-65/+31
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+7
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+2
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani1-5/+5
2023-10-22Merge tag 'phy-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds9-48/+57
2023-10-22Merge tag 'efi-fixes-for-v6.6-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-10/+71