summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet1-0/+1
2022-05-16net: skb: change the definition SKB_DR_SET()Menglong Dong1-1/+2
2022-05-16inet: rename INET_MATCH()Eric Dumazet1-1/+1
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet1-9/+19
2022-05-16tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet1-2/+3
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet2-3/+4
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li1-0/+1
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck2-2/+6
2022-05-16ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet1-0/+33
2022-05-16ipv6: add struct hop_jumbo_hdr definitionEric Dumazet1-0/+11
2022-05-16net: limit GSO_MAX_SIZE to 524280 bytesEric Dumazet1-2/+5
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+3
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet1-0/+2
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller8-80/+70
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-2/+31
2022-05-16ASoC: cs35l41: Move cs_dsp config struct into shared codeStefan Binding1-0/+2
2022-05-16ASoC: cs35l41: Move cs35l41 fs errata into shared codeStefan Binding1-0/+1
2022-05-16ASoC: cs35l41: Move cs35l41_set_cspl_mbox_cmd to shared codeStefan Binding1-0/+20
2022-05-16ALSA: hda: cs35l41: Add Support for InterruptsStefan Binding1-0/+54
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram1-2/+5
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2-1/+14
2022-05-16mac80211: remove stray multi_sta_back_32bit docsJohannes Berg1-1/+0
2022-05-16mac80211: fix typo in documentationJohannes Berg1-1/+1
2022-05-16nvme: add missing status values to verbose loggingMax Gurtovoy1-0/+2
2022-05-16cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsoletePaul Gortmaker1-1/+1
2022-05-16cdrom: remove the unused driver specific disc change ioctlPaul Gortmaker1-1/+0
2022-05-15Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2022-05-15KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba1-0/+6
2022-05-15KVM: arm64: Repack struct kvm_pmu to reduce sizeFuad Tabba1-2/+2
2022-05-15Unify the primitives for file descriptor closingAl Viro1-1/+1
2022-05-15fs: remove fget_many and fput_many interfaceGou Hao2-5/+1
2022-05-14io_uring: add IORING_ACCEPT_MULTISHOT for acceptHao Xu1-0/+5
2022-05-14mm/damon: add documentation for Enum valueGautam Menghani1-0/+1
2022-05-14mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song1-0/+9
2022-05-14mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang1-0/+11
2022-05-14mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang1-2/+2
2022-05-14Documentation/vm: move "Using kmap-atomic" to highmem.hFabio M. De Francesco1-0/+31
2022-05-14mm/highmem: fix kernel-doc warnings in highmem*.hFabio M. De Francesco2-17/+23
2022-05-14bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong1-8/+10
2022-05-14timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+8
2022-05-14Merge tag 'v5.18-next-dts64' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-0/+3
2022-05-13security: declare member holding string literal constChristian Göttsche1-2/+2
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-8/+12
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell1-4/+17
2022-05-13netfilter: prefer extension check to pointer checkFlorian Westphal2-17/+16
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal1-25/+5
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal1-0/+1
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso1-3/+9
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal2-7/+0