aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-29drm/amd/display: Add DSC Support for Synaptics Cascaded MST HubFangzhi Zuo2-0/+31
2023-03-29Merge tag 'xtensa-20230327' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-6/+12
2023-03-29Merge tag 'f2fs-fix-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-03-29drm: test: Fix 32-bit issue in drm_buddy_testDavid Gow1-1/+2
2023-03-29drm: buddy_allocator: Fix buddy allocator init on 32-bit systemsDavid Gow1-2/+2
2023-03-29ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Zhuangwenhui1-0/+1
2023-03-29drm/nouveau/kms: Fix backlight registrationHans de Goede1-1/+6
2023-03-29net: wwan: iosm: fixes 7560 modem crashM Chetan Kumar1-0/+7
2023-03-29net: hns3: support wake on lan configuration and queryHao Lan9-0/+202
2023-03-29Merge branch 'sfc-tc-decap-support'David S. Miller4-18/+857
2023-03-29sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree4-17/+366
2023-03-29sfc: add code to register and unregister encap matchesEdward Cree2-0/+174
2023-03-29sfc: add functions to insert encap matches into the MAEEdward Cree3-0/+111
2023-03-29sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree1-0/+61
2023-03-29sfc: add notion of match on enc keys to MAE machineryEdward Cree3-2/+122
2023-03-29sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree1-1/+25
2023-03-29Merge branch 'macvlan-broadcast-queue-bypass'David S. Miller3-28/+75
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu3-2/+31
2023-03-29macvlan: Skip broadcast queue if multicast with single receiverHerbert Xu1-28/+46
2023-03-29Merge branch 'mptcp-cleanups'David S. Miller3-38/+72
2023-03-29selftests: mptcp: add mptcp_info testsGeliang Tang1-1/+46
2023-03-29mptcp: do not fill info not used by the PM in usedMatthieu Baerts1-7/+13
2023-03-29mptcp: simplify subflow_syn_recv_sock()Paolo Abeni1-28/+13
2023-03-29mptcp: avoid unneeded address copyPaolo Abeni1-2/+0
2023-03-29Merge branch 'in6addr_any-cleanups'David S. Miller7-29/+18
2023-03-296lowpan: Remove redundant initialisation.Kuniyuki Iwashima1-1/+1
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima6-28/+17
2023-03-29Merge branch 'vsock-sockmap-support'David S. Miller13-6/+452
2023-03-29selftests/bpf: add a test case for vsock sockmapBobby Eshleman1-0/+163
2023-03-29selftests/bpf: add vsock to vmtest.shBobby Eshleman3-0/+8
2023-03-29vsock: support sockmapBobby Eshleman9-6/+281
2023-03-28testing/vsock: add vsock_perf to gitignoreBobby Eshleman1-0/+1
2023-03-28Merge branch 'ynl-add-support-for-user-headers-and-struct-attrs'Jakub Kicinski7-18/+516
2023-03-28docs: netlink: document the sub-type attribute propertyDonald Hunter2-0/+24
2023-03-28docs: netlink: document struct support for genetlink-legacyDonald Hunter1-3/+71
2023-03-28netlink: specs: add partial specification for openvswitchDonald Hunter2-0/+292
2023-03-28tools: ynl: Add fixed-header support to ynlDonald Hunter3-12/+44
2023-03-28tools: ynl: Add struct attr decoding to ynlDonald Hunter3-1/+21
2023-03-28tools: ynl: Add C array attribute decoding to ynlDonald Hunter2-3/+22
2023-03-28tools: ynl: Add struct parsing to nlspecDonald Hunter1-0/+43
2023-03-28Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski11-235/+398
2023-03-28docs: netdev: clarify the need to sending reverts as patchesJakub Kicinski1-1/+8
2023-03-28net: ethernet: 8390: axnet_cs: remove unused xfer_count variableTom Rix1-3/+0
2023-03-29ALSA: ymfpci: Fix BUG_ON in probe functionTasos Sahanidis1-1/+1
2023-03-29ALSA: ymfpci: Create card with device-managed snd_devm_card_new()Tasos Sahanidis1-1/+1
2023-03-28net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G linksFelix Fietkau1-2/+0
2023-03-28Revert "sh_eth: remove open coded netif_running()"Wolfram Sang2-1/+6
2023-03-28Merge branch 'net-refcount-address-dst_entry-reference-count-scalability-issues'Jakub Kicinski13-71/+63
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner7-38/+23
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo8-35/+42