summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sh_eth: fix TRSCER mask for R7S9210Sergey Shtylyov2021-03-011-0/+2
| * | | sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov2021-03-011-0/+2
| * | | sh_eth: fix TRSCER mask for SH771xSergey Shtylyov2021-03-011-0/+3
|/ / /
* | | atm: lanai: dont run lanai_dev_close if not openTong Zhang2021-03-011-1/+4
* | | atm: eni: dont release is never initializedTong Zhang2021-03-011-1/+2
* | | net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang2021-03-011-2/+4
* | | net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-016-23/+22
* | | net: dsa: tag_rtl4_a: fix egress tagsDENG Qingfang2021-03-011-7/+5
* | | xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich2021-03-011-2/+2
* | | net: phy: ti: take into account all possible interrupt sourcesIoana Ciornei2021-03-012-9/+11
|/ /
* | Merge branch 'net-hns3-fixes-fot-net'Jakub Kicinski2021-02-282-7/+6
|\ \
| * | net: hns3: fix bug when calculating the TCAM table infoJian Shen2021-02-281-2/+2
| * | net: hns3: fix query vlan mask value error for flow directorJian Shen2021-02-281-2/+1
| * | net: hns3: fix error mask definition of flow directorJian Shen2021-02-281-3/+3
|/ /
* | net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann2021-02-281-1/+1
* | net: broadcom: bcm4908_enet: enable RX after processing packetsRafał Miłecki2021-02-281-0/+3
* | ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang2021-02-281-13/+13
* | Merge branch 'bnxt_en-error-recovery-bug-fixes'Jakub Kicinski2021-02-261-2/+15
|\ \
| * | bnxt_en: reliably allocate IRQ table on reset to avoid crashEdwin Peer2021-02-261-2/+12
| * | bnxt_en: Fix race between firmware reset and driver remove.Vasundhara Volam2021-02-261-0/+3
|/ /
* | Merge branch 'mlxsw-various-fixes'Jakub Kicinski2021-02-265-1/+24
|\ \
| * | mlxsw: spectrum_router: Ignore routes using a deleted nexthop objectIdo Schimmel2021-02-261-0/+7
| * | mlxsw: spectrum_ethtool: Add an external speed to PTYS registerDanielle Ratson2021-02-263-1/+8
| * | 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