summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.5-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-141-15/+26
|\
| * libceph: harden msgr2.1 frame segment length checksIlya Dryomov2023-07-131-15/+26
* | Merge tag 'erofs-for-6.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-133-23/+21
|\ \
| * | erofs: fix fsdax unavailability for chunk-based regular filesXin Yin2023-07-121-1/+2
| * | erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo2023-07-121-1/+1
| * | erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo2023-07-121-1/+1
| * | erofs: simplify z_erofs_transform_plain()Gao Xiang2023-07-121-11/+8
| * | erofs: get rid of the remaining kmap_atomic()Gao Xiang2023-07-121-9/+9
| |/
* | Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-1391-521/+1011
|\ \
| * \ Merge branch 'net-sched-fixes-for-sch_qfq'Paolo Abeni2023-07-132-3/+101
| |\ \
| | * | selftests: tc-testing: add test for qfq with stab overheadPedro Tammela2023-07-131-0/+38
| | * | net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela2023-07-131-1/+6
| | * | selftests: tc-testing: add tests for qfq mtu sanity checkPedro Tammela2023-07-131-0/+48
| | * | net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela2023-07-131-2/+9
| |/ /
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-127-28/+93
| |\ \
| | * | xdp: use trusted arguments in XDP hints kfuncsLarysa Zaremba2023-07-111-1/+1
| | * | bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui2023-07-111-16/+24
| | * | riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel2023-07-112-9/+16
| | * | Merge branch 'Fix for check_max_stack_depth'Alexei Starovoitov2023-07-053-2/+52
| | |\ \
| | | * | selftests/bpf: Add selftest for check_stack_max_depth bugKumar Kartikeya Dwivedi2023-07-052-0/+49
| | | * | bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi2023-07-051-2/+3
| | |/ /
| * | | wifi: cfg80211: fix receiving mesh packets without RFC1042 headerFelix Fietkau2023-07-121-0/+2
| * | | wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set()Zhang Shurong2023-07-121-2/+3
| * | | net: txgbe: fix eeprom calculation errorJiawen Wu2023-07-121-3/+0
| * | | net/sched: make psched_mtu() RTNL-less safePedro Tammela2023-07-121-1/+1
| * | | net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen2023-07-121-0/+3
| * | | netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write()Dan Carpenter2023-07-121-6/+3
| * | | net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel2023-07-121-0/+10
| * | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-07-123-19/+33
| |\ \ \
| | * | | igc: Fix inserting of empty frame for launchtimeFlorian Kauer2023-07-101-1/+1
| | * | | igc: Fix launchtime before start of cycleFlorian Kauer2023-07-101-1/+1
| | * | | igc: No strict mode in pure launchtime/CBS offloadFlorian Kauer2023-07-101-2/+22
| | * | | igc: Handle already enabled taprio offload for basetime 0Florian Kauer2023-07-101-1/+1
| | * | | igc: Do not enable taprio offload for invalid argumentsFlorian Kauer2023-07-101-12/+6
| | * | | igc: Rename qbv_enable to taprio_offload_enableFlorian Kauer2023-07-103-5/+5
| * | | | MAINTAINERS: Add another mailing list for QUALCOMM ETHQOS ETHERNET DRIVERAndrew Halaney2023-07-111-0/+1
| * | | | docs: netdev: update the URL of the status pageJakub Kicinski2023-07-111-1/+1
| * | | | wifi: iwlwifi: remove 'use_tfh' config to fix crashJohannes Berg2023-07-119-25/+18
| * | | | wifi: airo: avoid uninitialized warning in airo_get_rate()Randy Dunlap2023-07-111-1/+4
| * | | | octeontx2-pf: Add additional check for MCAM rulesSuman Ghosh2023-07-112-0/+23
| * | | | net: dsa: Removed unneeded of_node_put in felix_parse_ports_nodeLu Hongfei2023-07-111-1/+0
| * | | | Merge branch 'net-fec-fix-some-issues-of-ndo_xdp_xmit'Paolo Abeni2023-07-112-56/+127
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | net: fec: use netdev_err_once() instead of netdev_err()Wei Fang2023-07-111-1/+1
| | * | | net: fec: increase the size of tx ring and update tx_wake_thresholdWei Fang2023-07-112-3/+2
| | * | | net: fec: recycle pages for transmitted XDP framesWei Fang2023-07-112-48/+115
| | * | | net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDPWei Fang2023-07-111-4/+9
| |/ / /
| * | | gve: unify driver name usageJunfeng Guo2023-07-103-6/+8
| * | | net: sched: Replace strlcpy with strscpyAzeem Shaikh2023-07-101-1/+1
| * | | net: dsa: qca8k: Add check for skb_copyJiasheng Jiang2023-07-101-0/+3
| * | | net: lan743x: select FIXED_PHYSimon Horman2023-07-091-1/+1