summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-15wifi: rtl8xxxu: Support new chip RTL8192FUBitterblue Smith9-31/+2263
2023-05-15wifi: brcmfmac: wcc: Add debug messagesMatthias Brugger1-2/+2
2023-05-15Merge tag 'wireless-next-2023-05-12' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller43-300/+3488
2023-05-13sfc: fix use-after-free in efx_tc_flower_record_encap_match()Edward Cree1-2/+2
2023-05-13net: phylink: constify fwnode argumentsRussell King (Oracle)1-5/+6
2023-05-13net: fec: using the standard return codes when xdp xmit errorsShenwei Wang1-3/+3
2023-05-13net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara2-3/+10
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin2-5/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin12-51/+36
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin1-2/+19
2023-05-13net: bcmgenet: Add support for PHY-based Wake-on-LANFlorian Fainelli1-0/+14
2023-05-13net: phy: broadcom: Add support for Wake-on-LANFlorian Fainelli3-3/+340
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli1-2/+3
2023-05-12sfc: support TC decap rules matching on enc_src_portEdward Cree4-16/+41
2023-05-12sfc: support TC decap rules matching on enc_ip_tosEdward Cree2-36/+133
2023-05-12sfc: populate enc_ip_tos matches in MAE outer rulesEdward Cree4-7/+20
2023-05-12sfc: release encap match in efx_tc_flow_free()Edward Cree1-17/+15
2023-05-12net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych1-12/+6
2023-05-12bonding: Always assign be16 value to vlan_protoSimon Horman1-3/+5
2023-05-12ipvlan: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-05-12octeontx2-pf: mcs: Offload extended packet number(XPN) featureSubbaraya Sundeep2-19/+75
2023-05-12net: samsung: sxgbe: Make sxgbe_drv_remove() return voidUwe Kleine-König3-6/+5
2023-05-12net: enc28j60: Use threaded interrupt instead of workqueuePhilipp Rosenberger1-22/+6
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski53-1065/+455
2023-05-11Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds13-30/+54
2023-05-11Merge tag 'media/v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-11/+19
2023-05-11wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTOChin-Yen Lee2-0/+37
2023-05-11wifi: rtw89: ser: L1 add pre-M0 and post-M0 statesZong-Zhe Yang4-1/+51
2023-05-11wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851BZong-Zhe Yang2-2/+8
2023-05-11wifi: rtw89: support U-NII-4 channels on 5GHz bandZong-Zhe Yang2-0/+13
2023-05-11wifi: rtw89: regd: judge UNII-4 according to BIOS and chipZong-Zhe Yang7-1/+63
2023-05-11wifi: rtw89: introduce realtek ACPI DSM methodZong-Zhe Yang3-1/+75
2023-05-11wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET1-3/+3
2023-05-11wifi: rtw88: unlock on error path in rtw_ops_add_interface()Dan Carpenter1-1/+3
2023-05-11wifi: wilc1000: Increase ASSOC response bufferAmisha Patel3-3/+3
2023-05-11wifi: wilc1000: fix for absent RSN capabilities WFA testcaseAmisha Patel1-4/+4
2023-05-11net: mvneta: allocate TSO header DMA memory in chunksRussell King (Oracle)1-18/+70
2023-05-11net: mvneta: move tso_build_hdr() into mvneta_tso_put_hdr()Russell King (Oracle)1-11/+11
2023-05-11net: mvneta: use buf->type to determine whether to dma-unmapRussell King (Oracle)1-7/+4
2023-05-11net: mvneta: mark mapped and tso buffers separatelyRussell King (Oracle)1-2/+4
2023-05-11net: mvneta: fix transmit path dma-unmapping on errorRussell King (Oracle)1-20/+33
2023-05-11net: wwan: iosm: clean up unused struct membersM Chetan Kumar2-6/+0
2023-05-11net: wwan: iosm: remove unused enum definitionM Chetan Kumar1-11/+0
2023-05-11net: wwan: iosm: remove unused macro definitionM Chetan Kumar1-2/+0
2023-05-10Merge tag 'platform-drivers-x86-v6.4-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-8/+76
2023-05-10net: mscc: ocelot: fix stat counter register valuesColin Foster1-9/+9
2023-05-10net: liquidio: lio_vf_main: Remove unnecessary (void*) conversionswuych1-10/+5
2023-05-10macsec: Use helper macsec_netdev_priv for offload driversSubbaraya Sundeep3-48/+39
2023-05-10ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng1-0/+6
2023-05-10gve: Remove the code of clearing PBA bitZiwei Xiao1-13/+0