summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-2023-01-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-01-061-0/+5
|\
| * perf/x86/rapl: Add support for Intel Emerald RapidsZhang Rui2023-01-041-0/+1
| * perf/x86/rapl: Add support for Intel Meteor LakeZhang Rui2023-01-041-0/+2
| * perf/x86/rapl: Treat Tigerlake like IcelakeChris Wilson2023-01-031-0/+2
* | Merge tag 'v6.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-01-063-5/+7
|\ \
| * | crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang2022-12-302-4/+6
| * | crypto: caam - fix CAAM io mem access in blob_genNikolaus Voss2022-12-301-1/+1
* | | Merge tag 'thermal-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-051-0/+4
|\ \ \
| * | | thermal: int340x: Add missing attribute for data rate baseSrinivas Pandruvada2022-12-301-0/+4
| |/ /
* | | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-05128-840/+1984
|\ \ \
| * | | caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao2023-01-051-1/+5
| * | | inet: control sockets should not use current thread task_fragEric Dumazet2023-01-051-0/+1
| * | | net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-052-0/+18
| * | | qed: allow sleep in qed_mcp_trace_dump()Caleb Sander2023-01-051-8/+20
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-055-18/+112
| |\ \ \
| | * | | bpf: Always use maximal size for copy_array()Kees Cook2022-12-281-5/+7
| | * | | Merge branch 'bpf: fix the crash caused by task iterators over vma'Alexei Starovoitov2022-12-282-12/+100
| | |\ \ \
| | | * | | selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee2022-12-281-0/+73
| | | * | | bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee2022-12-281-12/+27
| | |/ / /
| | * | | selftests/bpf: Temporarily disable part of btf_dump:var_data test.Alexei Starovoitov2022-12-281-1/+1
| | * | | bpf: Fix panic due to wrong pageattr of im->imageChuang Wang2022-12-281-0/+4
| * | | | MAINTAINERS: Update maintainers for ptp_vmw driverSrivatsa S. Bhat (VMware)2023-01-041-1/+3
| * | | | usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich2023-01-031-1/+2
| * | | | net: dpaa: Fix dtsec check for PCS availabilitySean Anderson2023-01-031-1/+1
| * | | | octeontx2-pf: Fix lmtst ID used in aura freeGeetha sowjanya2023-01-031-9/+21
| * | | | drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin2023-01-031-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-0315-189/+293
| |\ \ \ \
| | * | | | netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-0211-81/+68
| | * | | | netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2023-01-021-19/+21
| | * | | | netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2022-12-222-19/+57
| | * | | | netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso2022-12-211-1/+35
| | * | | | netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso2022-12-211-38/+68
| | * | | | netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2022-12-212-30/+40
| | * | | | netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal2022-12-211-2/+5
| * | | | | net: sparx5: Fix reading of the MAC addressHoratiu Vultur2023-01-021-1/+1
| * | | | | vxlan: Fix memory leaks in error pathIdo Schimmel2023-01-021-6/+13
| * | | | | net: sched: htb: fix htb_classify() kernel-docRandy Dunlap2023-01-021-2/+6
| * | | | | Merge branch 'cls_drop-fix'David S. Miller2023-01-022-3/+6
| |\ \ \ \ \
| | * | | | | net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-2/+2
| | * | | | | net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-1/+4
| |/ / / / /
| * | | | | dt-bindings: net: marvell,orion-mdio: Fix examplesMichaƂ Grzelak2023-01-011-4/+26
| * | | | | dt-bindings: net: sun8i-emac: Add phy-supply propertySamuel Holland2023-01-011-0/+3
| * | | | | net: ipa: use proper endpoint mask for suspendAlex Elder2023-01-011-2/+1
| * | | | | Merge branch 'selftests-fix'David S. Miller2023-01-011-4/+11
| |\ \ \ \ \
| | * | | | | selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca...Po-Hsu Lin2023-01-011-2/+9
| | * | | | | selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrierPo-Hsu Lin2023-01-011-2/+2
| |/ / / / /
| * | | | | net: phy: Update documentation for get_rate_matchingSean Anderson2023-01-011-4/+1
| * | | | | Merge branch 'dsa-qca8k-fixes'David S. Miller2023-01-013-64/+109
| |\ \ \ \ \
| | * | | | | net: dsa: qca8k: improve mdio master read/write by using single lo/hiChristian Marangi2023-01-011-6/+6
| | * | | | | net: dsa: qca8k: introduce single mii read/write lo/hiChristian Marangi2023-01-011-22/+84