summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-09-23net: phylink: Generate caps and convert to linkmodes separatelySean Anderson
2022-09-23net: phylink: Export phylink_caps_to_linkmodesSean Anderson
2022-09-23net: phylink: Document MAC_(A)SYM_PAUSESean Anderson
2022-09-22net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim
2022-09-22net/mlx5: Add ifc bits for MACsec extended packet number (EPN) and replay pro...Emeel Hakim
2022-09-22net/mlx5: Fix fields name prefix in MACsecEmeel Hakim
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22Merge tag 'soc-fixes-6.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-22net: ethernet: mtk_eth_wed: add axi bus supportLorenzo Bianconi
2022-09-22net: ethernet: mtk_eth_wed: add wed support for mt7986 chipsetLorenzo Bianconi
2022-09-22drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu
2022-09-21KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALLRoberto Sassu
2022-09-21bpf: Export bpf_dynptr_get_size()Roberto Sassu
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-21Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu
2022-09-20headers: Remove some left-over license textChristophe JAILLET
2022-09-20firmware: xilinx: add support for sd/gem configRonak Jain
2022-09-20net: introduce iterators over synced hw addressesVladimir Oltean
2022-09-19Merge tag 'ib-mfd-net-pinctrl-v6.0' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-09-19wifi: brcmfmac: pcie: Read Apple OTP informationHector Martin
2022-09-18Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-09-16Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/l...David S. Miller
2022-09-16bpf: Move bpf_dispatcher function out of ftrace locationsJiri Olsa
2022-09-16bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decisionYauheni Kaliuta
2022-09-16iov_iter: use "maxpages" parameterDan Carpenter
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky
2022-09-15can: dev: add CAN XL support to virtual CANOliver Hartkopp
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp
2022-09-15can: skb: add skb CAN frame data length helpersOliver Hartkopp
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp
2022-09-14Merge tag 'devicetree-fixes-for-6.0-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-09-13Input: hp_sdc: fix spelling typo in commentJiangshan Yi
2022-09-12Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams
2022-09-11Merge tag 'iommu-fixes-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-11iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky
2022-09-10bpf: Add stub for btf_struct_access()Daniel Xu
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-09-09resource: add define macro for register address resourcesColin Foster
2022-09-09mfd: ocelot: Add helper to get regmap from a resourceColin Foster
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni