aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-26efi: arm64: set the branch tracking attribute when built with BTIefi-btiArd Biesheuvel2-2/+8
2020-06-26efi: arm64: take EFI_MEMORY_BT into account when mapping runtime regionsArd Biesheuvel1-2/+6
2020-06-26efi: add support for the EFI_MEMORY_BT attributeArd Biesheuvel2-2/+4
2020-06-26efi: shorten memory type names in memory dumpArd Biesheuvel1-6/+6
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds223-1156/+1973
2020-06-25rds: transport module should be auto loaded when transport is setRao Shoaib2-10/+20
2020-06-25Merge branch 'sched-A-couple-of-fixes-for-sch_cake'David S. Miller1-17/+41
2020-06-25sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-25sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-25sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-25ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek1-6/+5
2020-06-25Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-6/+27
2020-06-25Merge branch 'napi_gro_receive-caller-return-value-cleanups'David S. Miller4-39/+17
2020-06-25wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-28/+11
2020-06-25hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld1-1/+1
2020-06-25socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-2/+3
2020-06-25wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-8/+2
2020-06-25vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu1-0/+4
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner4-5/+12
2020-06-25tc-testing: avoid action cookies with odd length.Briana Oursler3-7/+7
2020-06-25Merge branch 'tcp_cubic-fix-spurious-HYSTART_DELAY-on-RTT-decrease'David S. Miller2-6/+4
2020-06-25bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-25Merge branch 'Fixes-for-SJA1105-DSA-tc-gate-action'David S. Miller1-160/+167
2020-06-25net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean1-2/+1
2020-06-25net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean1-0/+8
2020-06-25net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-25net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-25net: macb: free resources on failure path of at91ether_open()Claudiu Beznea1-43/+73
2020-06-25net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea1-2/+6
2020-06-25Merge tag 'fsnotify_for_v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller58-16/+344
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz1-1/+1
2020-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds22-124/+197
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov1-3/+11
2020-06-25net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2-33/+10
2020-06-25Merge tag 's390-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-2/+5
2020-06-25Merge tag 'sound-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds35-160/+347
2020-06-24Merge branch 'net-bcmgenet-use-hardware-padding-of-runt-frames'David S. Miller1-83/+5
2020-06-24net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-06-24net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger1-1/+2
2020-06-24net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger1-77/+0
2020-06-24Merge tag 'erofs-for-5.8-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+10
2020-06-25selftests: netfilter: add test case for conntrack helper assignmentFlorian Westphal2-1/+176
2020-06-25netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder5-6/+44
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder2-1/+17
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder5-7/+44
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder2-1/+20
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill41-0/+41
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King1-0/+2
2020-06-24qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODEColin Ian King1-1/+2
2020-06-24Merge branch 'net-phy-call-phy_disable_interrupts-in-phy_init_hw'David S. Miller3-1/+6
2020-06-24net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang1-0/+4
2020-06-24net: phy: make phy_disable_interrupts() non-staticJisheng Zhang2-1/+2
2020-06-24net: ethernet: mvneta: Add back interface mode validationSascha Hauer1-3/+19
2020-06-24net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer1-1/+1
2020-06-24dsa: Allow forwarding of redirected IGMP trafficDaniel Mack1-3/+34
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-06-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds9-35/+207
2020-06-24Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-6/+18
2020-06-24IB/hfi1: Add atomic triggered sleep/wakeupMike Marciniszyn2-20/+53
2020-06-24IB/hfi1: Correct -EBUSY handling in tx codeMike Marciniszyn1-17/+18
2020-06-24IB/hfi1: Fix module use count flaw due to leftover module put callsDennis Dalessandro1-17/+2
2020-06-24IB/hfi1: Restore kfree in dummy_netdev cleanupDennis Dalessandro1-1/+1
2020-06-24ALSA: usb-audio: Fix OOB access of mixer element listTakashi Iwai3-7/+20
2020-06-23Merge branch 'Two-phylink-pause-fixes'David S. Miller1-13/+32
2020-06-23net: phylink: ensure manual pause mode configuration takes effectRussell King1-5/+22
2020-06-23net: phylink: fix ethtool -A with attached PHYsRussell King1-9/+11
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2-1/+2
2020-06-23net: ethtool: Handle missing cable test TDR parametersAndrew Lunn1-8/+9
2020-06-23Merge branch 'bnxt_en-Bug-fixes'David S. Miller2-7/+34
2020-06-23bnxt_en: Read VPD info only for PFsVasundhara Volam1-1/+2
2020-06-23bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan1-1/+7
2020-06-23bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan2-1/+3
2020-06-23bnxt_en: Store the running firmware version code.Michael Chan2-4/+22
2020-06-23tracing/boottime: Fix kprobe multiple eventsSascha Ortmann1-2/+6
2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu1-2/+19
2020-06-23tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu1-1/+1
2020-06-24erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGao Xiang1-10/+10
2020-06-23Merge branch 'cxgb4-cxgb4vf-fix-warnings-reported-by-sparse'David S. Miller18-169/+211
2020-06-23cxgb4vf: update kernel-doc line commentsRahul Lakkireddy3-11/+8
2020-06-23cxgb4: update kernel-doc line commentsRahul Lakkireddy8-30/+38
2020-06-23cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy1-3/+3
2020-06-23cxgb4: move DCB version extern to header fileRahul Lakkireddy2-1/+3
2020-06-23cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy1-2/+1
2020-06-23cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy1-2/+4
2020-06-23cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-06-23cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy3-25/+22
2020-06-23cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2-49/+91
2020-06-23cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy1-1/+1
2020-06-23cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy1-12/+11
2020-06-23cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy1-28/+24
2020-06-23Merge branch 'net-qed-qede-various-stability-fixes'David S. Miller10-43/+80
2020-06-23net: qed: fix "maybe uninitialized" warningAlexander Lobakin1-1/+1
2020-06-23net: qed: reset ILT block sizes before recomputing to fix crashesAlexander Lobakin1-0/+19
2020-06-23net: qede: fix use-after-free on recovery and AER handlingAlexander Lobakin1-0/+1
2020-06-23net: qede: fix PTP initialization on recoveryAlexander Lobakin3-20/+15
2020-06-23net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin1-1/+1
2020-06-23net: qed: fix NVMe login fails over VFsAlexander Lobakin1-5/+18
2020-06-23net: qede: stop adding events on an already destroyed workqueueAlexander Lobakin1-1/+2
2020-06-23net: qed: fix async event callbacks unregisteringAlexander Lobakin3-5/+7
2020-06-23net: qed: fix left elements count calculationAlexander Lobakin1-10/+16
2020-06-23net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin1-0/+1
2020-06-23Merge branch 'wg-fixes'David S. Miller6-48/+69
2020-06-23wireguard: device: avoid circular netns referencesJason A. Donenfeld5-46/+67
2020-06-23wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf1-2/+2
2020-06-23Merge branch 'bridge-mrp-Update-MRP_PORT_ROLE'David S. Miller2-3/+8
2020-06-23bridge: mrp: Validate when setting the port roleHoratiu Vultur1-2/+8
2020-06-23bridge: uapi: mrp: Fix MRP_PORT_ROLEHoratiu Vultur1-1/+0
2020-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-82/+74
2020-06-23Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-36/+102
2020-06-23ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)1-1/+1
2020-06-23ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG)Macpaul Lin1-0/+8
2020-06-23s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger1-1/+2
2020-06-23s390/kasan: fix early pgm check handler executionVasily Gorbik1-0/+2
2020-06-23s390: fix system call single steppingSven Schnelle1-1/+1
2020-06-23ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Flight SChristoffer Nielsen1-0/+1
2020-06-23KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson1-2/+0
2020-06-23KVM: x86: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti1-1/+2
2020-06-23KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li1-2/+2
2020-06-22GUE: Fix a typoAiden Leong1-1/+1
2020-06-22mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-22ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh1-1/+1
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo4-24/+25
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson3-26/+0
2020-06-22usbnet: smsc95xx: Fix use-after-free after removalTuomas Tynkkynen1-1/+1
2020-06-22mlxsw: spectrum: Do not rely on machine endiannessIdo Schimmel4-9/+7
2020-06-22net: phy: smsc: fix printing too many logsDejin Zheng1-4/+7
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson5-10/+11
2020-06-22MAINTAINERS: update email address for Felix FietkauFelix Fietkau1-1/+1
2020-06-22IB/mad: Fix use after free when destroying MAD agentShay Drory1-1/+1
2020-06-22RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udataLeon Romanovsky1-1/+1
2020-06-22KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()Vitaly Kuznetsov1-6/+3
2020-06-22KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini2-21/+32
2020-06-22RDMA/counter: Query a counter before releaseMark Zhang1-1/+3
2020-06-22Merge tag 'spi-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-58/+90
2020-06-22kvm: lapic: fix broken vcpu hotplugIgor Mammedov1-0/+1
2020-06-22Merge tag 'regulator-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-24/+41
2020-06-22Merge tag 'regmap-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-56/+50
2020-06-22tools/virtio: Use tools/include/list.h instead of stubsEugenio Pérez4-9/+6
2020-06-22tools/virtio: Reset index in virtio_test --reset.Eugenio Pérez1-2/+24
2020-06-22tools/virtio: Extract virtqueue initialization in vq_resetEugenio Pérez1-7/+14
2020-06-22tools/virtio: Use __vring_new_virtqueue in virtio_test.cEugenio Pérez1-4/+3
2020-06-22tools/virtio: Add --resetEugenio Pérez3-4/+95
2020-06-22tools/virtio: Add --batch=random optionEugenio Pérez1-4/+14
2020-06-22tools/virtio: Add --batch optionEugenio Pérez1-10/+37
2020-06-22virtio-mem: add memory via add_memory_driver_managed()David Hildenbrand1-3/+22
2020-06-22virtio-mem: silence a static checker warningDan Carpenter1-1/+1
2020-06-22vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()Dan Carpenter1-1/+1
2020-06-22vdpa: fix typos in the comments for __vdpa_alloc_device()Jason Wang1-1/+1
2020-06-22Merge tag 'asoc-fix-v5.8-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai26-151/+295
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld2-15/+0
2020-06-21Linux 5.8-rc2Linus Torvalds1-1/+1
2020-06-21Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+12
2020-06-21Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-23/+19
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-34/+18
2020-06-21Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds7-20/+37
2020-06-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds12-35/+45
2020-06-22samples: watch_queue: build sample program for target architectureMasahiro Yamada2-7/+5
2020-06-22Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"Masahiro Yamada1-11/+3
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill10-0/+10
2020-06-20rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-20Merge tag 'ieee802154-for-davem-2020-06-19' of git://git.kernel.org/pub/scm/l...David S. Miller2-3/+3
2020-06-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-1/+15
2020-06-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-48/+25
2020-06-20tc-testing: update geneve options match in tunnel_key unit testsHangbin Liu1-7/+7
2020-06-20r8169: fix firmware not resetting tp->ocp_baseHeiner Kallweit1-1/+4
2020-06-20ibmvnic: continue to init in CRQ reset returns H_CLOSEDDany Madden1-2/+7
2020-06-20ionic: tame the watchdog timer on reconfigShannon Nelson1-7/+8
2020-06-20pinctrl: single: fix function name in documentationDrew Fustini1-1/+1
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds15-67/+239
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-23/+618
2020-06-20pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan1-1/+2
2020-06-20Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...Haibo Chen1-4/+3
2020-06-20Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds18-134/+154
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+22
2020-06-20Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds80-637/+123
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells4-2/+16
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells1-1/+1
2020-06-20powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy1-0/+10
2020-06-20mm: Allow arches to provide ptep_get()Christophe Leroy3-2/+9
2020-06-20mm/gup: Use huge_ptep_get() in gup_hugepte()Christophe Leroy1-1/+1
2020-06-19selftests/net: report etf errors correctlyWillem de Bruijn1-7/+26
2020-06-19ibmveth: Fix max MTU limitThomas Falcon1-1/+1
2020-06-19Merge branch 'several-fixes-for-indirect-flow_blocks-offload'David S. Miller10-63/+110
2020-06-19net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu1-10/+14
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu10-18/+27
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu6-44/+44
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2-0/+34
2020-06-19geneve: allow changing DF behavior after creationSabrina Dubroca1-0/+1
2020-06-19enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil3-16/+34
2020-06-19net: macb: undo operations in case of failureClaudiu Beznea1-2/+4
2020-06-19Merge tag 'rxrpc-fixes-20200618' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller3-6/+5
2020-06-19Merge branch 'for-5.8/papr_scm' into libnvdimm-for-nextDan Williams6-11/+616
2020-06-19Merge branch 'net-phy-MDIO-bus-scanning-fixes'David S. Miller2-4/+11
2020-06-19net: phy: Check harder for errors in get_phy_id()Florian Fainelli1-2/+4
2020-06-19of: of_mdio: Correct loop scanning logicFlorian Fainelli1-2/+7
2020-06-19Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds3-112/+177
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds10-39/+70
2020-06-19Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+21