summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests: forwarding: Fix race condition in mirror installationDanielle Ratson2021-02-261-0/+9
|/
* tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy2021-02-261-1/+2
* net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery2021-02-261-0/+7
* net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann2021-02-261-4/+2
* net: dsa: mt7530: don't build GPIO support if !GPIOLIBDENG Qingfang2021-02-261-0/+4
* net: dsa: tag_ocelot_8021q: fix driver dependencyArnd Bergmann2021-02-261-0/+2
* net: mscc: ocelot: select NET_DEVLINKArnd Bergmann2021-02-261-0/+1
* Merge branch 'ethernet-fixes-for-stmmac-driver'Jakub Kicinski2021-02-267-45/+194
|\
| * net: stmmac: re-init rx buffers when mac resume backJoakim Zhang2021-02-261-1/+83
| * net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang2021-02-264-6/+15
| * net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang2021-02-265-34/+94
| * net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang2021-02-261-0/+2
| * net: stmmac: stop each tx channel independentlyJoakim Zhang2021-02-261-4/+0
|/
* Merge tag 'wireless-drivers-2021-02-26' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-2611-30/+39
|\
| * mt76: mt7915: fix unused 'mode' variableArnd Bergmann2021-02-261-2/+2
| * mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi2021-02-261-4/+7
| * mt76: mt7921: remove incorrect error handlingArnd Bergmann2021-02-261-3/+1
| * iwlwifi: pcie: fix iwl_so_trans_cfg link error when CONFIG_IWLMVM is disabledKalle Valo2021-02-261-1/+2
| * ath11k: fix AP mode for QCA6390Kalle Valo2021-02-241-2/+2
| * ath11k: qmi: use %pad to format dma_addr_tGeert Uytterhoeven2021-02-241-2/+2
| * MAINTAINERS: update for mwifiex driver maintainersSharvari Harisangam2021-02-241-1/+2
| * iwlwifi: avoid crash on unsupported debug collectionJohannes Berg2021-02-221-0/+2
| * mt76: mt7915: only modify tx buffer list after allocating tx token idFelix Fietkau2021-02-181-5/+5
| * mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau2021-02-181-9/+6
| * ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2021-02-182-1/+8
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-2610-13/+41
|\ \
| * | selftests/bpf: No need to drop the packet when there is no geneve optHangbin Liu2021-02-241-4/+2
| * | bpf: Remove blank line in bpf helper description commentHangbin Liu2021-02-242-2/+0
| * | tools/resolve_btfids: Fix build error with older host toolchainsKun-Chuan Hsieh2021-02-241-0/+5
| * | selftests/bpf: Fix a compiler warning in global func testDmitrii Banshchikov2021-02-241-1/+1
| * | bpf: Drop imprecise log messageDmitrii Banshchikov2021-02-241-2/+0
| * | bpf: Clear percpu pointers in bpf_prog_clone_free()Cong Wang2021-02-221-0/+2
| * | bpf: Fix a warning message in mark_ptr_not_null_reg()Dan Carpenter2021-02-221-1/+1
| * | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman2021-02-222-3/+30
* | | Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-257-374/+65
|\ \ \
| * | | pwm: lpc18xx-sct: remove unneeded semicolonYang Li2021-02-221-1/+1
| * | | pwm: iqs620a: Correct a stale state variableJeff LaBundy2021-02-221-51/+37
| * | | pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König2021-02-221-3/+5
| * | | pwm: rockchip: Enable clock before calling clk_get_rate()Simon South2021-01-201-0/+10
| * | | pwm: rockchip: Eliminate potential race condition when probingSimon South2021-01-201-3/+6
| * | | pwm: rockchip: Replace "bus clk" with "PWM clk"Simon South2021-01-201-2/+2
| * | | pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South2021-01-201-1/+0
| * | | pwm: rockchip: Enable APB clock during register access while probingSimon South2021-01-201-3/+5
| * | | pwm: Remove ZTE ZX driverArnd Bergmann2021-01-204-311/+0
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-02-2522-507/+1492
|\ \ \ \
| * | | | virtio-input: add multi-touch supportMathias Crombez2021-02-231-1/+10
| * | | | virtio_mmio: fix one typoXianting Tian2021-02-231-1/+1
| * | | | vdpa/mlx5: fix param validation in mlx5_vdpa_get_config()Stefano Garzarella2021-02-231-1/+1
| * | | | virtio_net: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-231-0/+1
| * | | | virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT.Colin Xu2021-02-231-0/+15