summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nexthop: Annotate struct nh_group with __counted_byKees Cook2023-10-061-1/+1
* nexthop: Annotate struct nh_notifier_grp_info with __counted_byKees Cook2023-10-061-1/+1
* nexthop: Annotate struct nh_notifier_res_table_info with __counted_byKees Cook2023-10-051-1/+1
* nexthop: Annotate struct nh_res_table with __counted_byKees Cook2023-10-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-0530-64/+108
|\
| * Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-059-12/+19
| |\
| | * net: mana: Fix oversized sge0 for GSO packetsHaiyang Zhang2023-10-051-2/+3
| | * tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell2023-10-041-2/+4
| | * Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-10-041-0/+1
| | |\
| | | * netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long2023-10-041-0/+1
| | * | page_pool: fix documentation typosRandy Dunlap2023-10-041-3/+3
| | * | Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-041-2/+4
| | |\ \
| | | * | wifi: cfg80211: add missing kernel-doc for cqm_rssi_workJohannes Berg2023-09-131-0/+1
| | | * | wifi: cfg80211: fix cqm_config access raceJohannes Berg2023-09-111-1/+2
| | | * | wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionWen Gong2023-09-111-1/+1
| | * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-041-1/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | bpf: Fix tr dereferencingLeon Hwang2023-09-191-1/+1
| | * | | ipv4/fib: send notify when delete source address routesHangbin Liu2023-10-031-0/+1
| | * | | neighbour: fix data-races around n->outputEric Dumazet2023-10-011-1/+1
| | * | | Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2023-10-011-1/+1
| | |\ \ \
| | | * | | Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-09-201-1/+1
| * | | | | Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-011-7/+0
| |\ \ \ \ \
| | * | | | | vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada2023-10-011-7/+0
| * | | | | | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-014-4/+25
| |\ \ \ \ \ \
| | * | | | | | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-292-3/+5
| | * | | | | | maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2023-09-291-0/+2
| | * | | | | | maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett2023-09-291-0/+9
| | * | | | | | mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2023-09-291-1/+9
| * | | | | | | Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-10-011-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | timers: Tag (hr)timer softirq as hotplug safeFrederic Weisbecker2023-09-271-1/+5
| * | | | | | | | Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-09-301-7/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik2023-09-271-7/+16
| | |/ / / / / / /
| * | | | | | | | Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-291-13/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert "ceph: make members in struct ceph_mds_request_args_ext a union"Ilya Dryomov2023-09-181-13/+11
| * | | | | | | | | Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-293-5/+12
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | scsi: Do not attempt to rescan suspended devicesDamien Le Moal2023-09-281-1/+1
| | * | | | | | | | | ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal2023-09-281-2/+4
| | * | | | | | | | | scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal2023-09-281-1/+4
| | * | | | | | | | | ata: libata-scsi: link ata port and scsi deviceDamien Le Moal2023-09-281-0/+2
| | * | | | | | | | | ata: libata-sata: increase PMP SRST timeout to 10sMatthias Schiffer2023-09-251-1/+1
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-09-271-0/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal2023-09-211-0/+3
| * | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-241-0/+2
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-2311-26/+64
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker2023-09-121-0/+2
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-241-0/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | PCI/AER: Export pcie_aer_is_native()Smita Koralahalli2023-09-111-0/+2
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-232-3/+3
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner2023-09-192-3/+3
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-231-1/+1
| |\ \ \ \ \ \ \ \