summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen2023-04-211-3/+1
* Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-04-206-6/+27
|\
| * rust: allow to use INIT_STACK_ALL_ZEROAndrea Righi2023-04-191-0/+14
| * rust: fix regexp in scripts/is_rust_module.shAndrea Righi2023-04-191-1/+1
| * rust: build: Fix grep warningVincenzo Palazzo2023-04-071-1/+1
| * scripts: generate_rust_analyzer: Handle sub-modules with no MakefileAsahi Lina2023-04-071-1/+4
| * rust: kernel: Mark rust_fmt_argument as extern "C"David Gow2023-04-061-1/+5
| * rust: sort uml documentation arch support tableThomas Bamelis2023-04-061-1/+1
| * rust: str: fix requierments->requirements typoPatrick Blass2023-04-061-1/+1
* | Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-2036-161/+351
|\ \
| * | net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean2023-04-201-0/+11
| * | Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski2023-04-204-20/+1
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-203-9/+34
| |\ \
| | * | bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann2023-04-191-0/+15
| | * | veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features ...Lorenzo Bianconi2023-04-181-6/+11
| | * | s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULLIlya Leoshkevich2023-04-141-3/+8
| * | | MAINTAINERS: Resume MPTCP co-maintainer roleMat Martineau2023-04-201-0/+1
| * | | mailmap: add entries for Mat MartineauMatthieu Baerts2023-04-201-0/+2
| * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-04-201-3/+6
| |\ \ \
| | * | | i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov2023-04-171-1/+4
| | * | | i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov2023-04-171-2/+2
| * | | | e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski2023-04-201-25/+26
| * | | | bnxt_en: fix free-runnig PHC modeVadim Fedorenko2023-04-201-1/+1
| * | | | net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET2023-04-191-1/+1
| * | | | hamradio: drop ISA_DMA_API dependencyArnd Bergmann2023-04-191-1/+1
| * | | | mlxsw: pci: Fix possible crash during initializationIdo Schimmel2023-04-191-1/+1
| * | | | Merge branch 'mptcp-fixes'David S. Miller2023-04-193-27/+129
| |\ \ \ \
| | * | | | mptcp: fix accept vs worker racePaolo Abeni2023-04-193-33/+58
| | * | | | mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni2023-04-193-1/+78
| |/ / / /
| * | | | net: rpl: fix rpl header size calculationAlexander Aring2023-04-191-1/+2
| * | | | net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete()Seiji Nishikawa2023-04-191-1/+1
| * | | | bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel2023-04-191-3/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-04-195-48/+83
| |\ \ \ \
| | * | | | netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso2023-04-181-1/+2
| | * | | | netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-183-38/+66
| | * | | | netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal2023-04-171-2/+2
| | * | | | netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNTChen Aotian2023-04-061-1/+1
| | * | | | netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal2023-04-062-6/+12
| * | | | | mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()Nikita Zhandarovich2023-04-181-0/+2
| * | | | | Merge branch 'bnxt_en-bug-fixes'Paolo Abeni2023-04-182-10/+11
| |\ \ \ \ \
| | * | | | | bnxt_en: Fix a possible NULL pointer dereference in unload pathKalesh AP2023-04-181-9/+10
| | * | | | | bnxt_en: Do not initialize PTP on older P3/P4 chipsMichael Chan2023-04-181-1/+1
| |/ / / / /
| * | | | | cxgb4: fix use after free bugs caused by circular dependency problemDuoming Zhou2023-04-181-1/+1
| * | | | | ice: document RDMA devlink parametersJacob Keller2023-04-181-0/+15
| | |/ / / | |/| | |
| * | | | net/sched: clear actions pointer in miss cookie init failPedro Tammela2023-04-171-0/+3
| * | | | sfc: Fix use-after-free due to selftest_workDing Hui2023-04-172-1/+2
| * | | | virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo2023-04-171-2/+6
| * | | | net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-141-6/+7
| | |/ / | |/| |
* | | | Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-2021-187/+351
|\ \ \ \
| * | | | nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi2023-04-181-0/+20