aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-22ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211EKunihiko Hayashi1-1/+1
2021-04-22bnxt_en: fix ternary sign extension bug in bnxt_show_temp()Dan Carpenter1-1/+3
2021-04-22net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov1-10/+16
2021-04-22net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov1-10/+16
2021-04-21neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal1-0/+4
2021-04-21bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state machinejinyiting1-3/+4
2021-04-21net: qrtr: Avoid potential use after free in MHI sendBjorn Andersson1-3/+5
2021-04-21net: phy: intel-xway: enable integrated led functionsMartin Schiller1-0/+21
2021-04-21net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda1-23/+12
2021-04-21net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong1-3/+9
2021-04-21nfp: devlink: initialize the devlink port attribute "lanes"Yinjun Zhang1-0/+1
2021-04-20net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King1-2/+2
2021-04-20net: marvell: prestera: fix port event handling on initVadym Kochan1-1/+2
2021-04-20vsock/virtio: free queued packets when closing socketStefano Garzarella1-9/+19
2021-04-20sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree1-2/+1
2021-04-20sfc: farch: fix TX queue lookup in TX event handlingEdward Cree1-4/+4
2021-04-20sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree1-4/+4
2021-04-19MAINTAINERS: updateLijun Pan1-1/+0
2021-04-19net: fix a data race when get vlan deviceDi Zhu2-0/+7
2021-04-19gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin1-4/+4
2021-04-19net: ethernet: ixp4xx: Set the DMA masks explicitlyLinus Walleij1-1/+4
2021-04-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng1-0/+6
2021-04-19vsock/vmci: log once the failed queue pair allocationStefano Garzarella1-2/+1
2021-04-19iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()Jiri Kosina1-3/+4
2021-04-16cxl/mem: Fix memory device capacity probingDan Williams1-2/+5
2021-04-16netlink: don't call ->netlink_bind with table lock heldFlorian Westphal1-2/+2
2021-04-16lib: remove "expecting prototype" kernel-doc warningsRandy Dunlap4-10/+12
2021-04-16gcov: clang: fix clang-11+ buildJohannes Berg1-1/+1
2021-04-16mm: ptdump: fix build failureChristophe Leroy1-1/+1
2021-04-16mm/mapping_dirty_helpers: guard hugepage pud's usageZack Rusin1-0/+2
2021-04-16ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz1-3/+0
2021-04-16ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz1-2/+0
2021-04-16ia64: fix discontig.c section mismatchesRandy Dunlap1-3/+3
2021-04-16ia64: remove duplicate entries in generic_defconfigRandy Dunlap1-2/+0
2021-04-16csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap2-2/+2
2021-04-16kasan: remove redundant config optionWalter Wu9-17/+18
2021-04-16kasan: fix hwasan build for gccArnd Bergmann1-6/+6
2021-04-16mm: eliminate "expecting prototype" kernel-doc warningsRandy Dunlap3-13/+22
2021-04-16MAINTAINERS: update my emailLijun Pan1-1/+1
2021-04-16bpf: Update selftests to reflect new error statesDaniel Borkmann6-35/+16
2021-04-16bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann1-29/+44
2021-04-16bpf: Move sanitize_val_alu out of op switchDaniel Borkmann1-6/+11
2021-04-16bpf: Refactor and streamline bounds check into helperDaniel Borkmann1-16/+33
2021-04-16bpf: Improve verifier error messages for usersDaniel Borkmann1-23/+63
2021-04-16bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann1-8/+13
2021-04-16bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann1-10/+9
2021-04-16bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann1-4/+5
2021-04-16bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann1-1/+1
2021-04-15riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang1-0/+3
2021-04-15riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang1-1/+10