summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-03macvlan: Support for high multicast packet rateThomas Karlsson1-2/+38
2020-12-03bareudp: constify device_type declarationJonas Bonn1-1/+1
2020-12-03nfc: s3fwrn5: Support a UART interfaceBongsu Jeon5-0/+223
2020-12-03nfc: s3fwrn5: extract the common phy blocksBongsu Jeon4-79/+139
2020-12-03nfc: s3fwrn5: reduce the EN_WAIT_TIMEBongsu Jeon1-3/+3
2020-12-03Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski15-86/+150
2020-12-03net: dsa: microchip: ksz8795: use num_vlans where possibleMichael Grzeschik2-2/+1
2020-12-03net: dsa: microchip: ksz8795: use port_cnt instead of TOTOAL_PORT_NUMMichael Grzeschik2-4/+2
2020-12-03net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik4-16/+12
2020-12-03net: dsa: microchip: ksz8795: align port_cnt usage with other microchip driversMichael Grzeschik1-5/+5
2020-12-03net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik2-4/+0
2020-12-03net: dsa: microchip: ksz8795: use phy_port_cnt where possibleMichael Grzeschik2-13/+10
2020-12-03net: dsa: microchip: ksz8795: use mib_cnt where possibleMichael Grzeschik2-7/+5
2020-12-03net: dsa: microchip: ksz8795: use reg_mib_cnt where possibleMichael Grzeschik2-4/+3
2020-12-03net: dsa: microchip: ksz8795: move variable assignments from detect to initMichael Grzeschik1-6/+6
2020-12-03net: dsa: microchip: ksz8795: remove superfluous port_cnt assignmentMichael Grzeschik1-2/+0
2020-12-03net: dsa: microchip: ksz8795: remove unused last_port variableMichael Grzeschik2-2/+0
2020-12-03net: ipa: fix build-time bug in ipa_hardware_config_qsb()Alex Elder1-1/+1
2020-12-02octeontx2-af: debugfs: delete dead codeDan Carpenter1-203/+52
2020-12-02NFC: nxp-nci: Make firmware GPIO pin optionalFrieder Schrempf1-1/+1
2020-12-02r8169: set tc_offset only if tally counter reset isn't supportedHeiner Kallweit1-16/+9
2020-12-02net: ipa: use Qtime for IPA v4.5 head-of-line time limitAlex Elder1-6/+42
2020-12-02net: ipa: use Qtime for IPA v4.5 aggregation time limitAlex Elder1-4/+28
2020-12-02net: ipa: set up IPA v4.5 Qtime configurationAlex Elder2-4/+93
2020-12-02net: ipa: update IPA aggregation registers for IPA v4.5Alex Elder2-39/+101
2020-12-02ionic: change mtu after queues are stoppedShannon Nelson1-2/+4
2020-12-02ionic: remove some unnecessary oom messagesShannon Nelson3-9/+5
2020-12-02net: phy: marvell: replace phy_modify()Yejune Deng1-8/+8
2020-12-02s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior2-6/+1
2020-12-02s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior1-1/+1
2020-12-02s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior1-1/+1
2020-12-02s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior1-25/+8
2020-12-02s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior1-17/+4
2020-12-02s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior3-53/+9
2020-12-02net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUTChris Packham1-1/+0
2020-12-02mlxsw: Add QinQ configuration vetoesDanielle Ratson3-0/+77
2020-12-02mlxsw: spectrum_switchdev: Add support of QinQ trafficAmit Cohen3-2/+65
2020-12-02mlxsw: spectrum_switchdev: Create common functions for VLAN-aware bridgeAmit Cohen1-7/+22
2020-12-02mlxsw: Make EtherType configurable when pushing VLAN at ingressAmit Cohen4-13/+48
2020-12-02mlxsw: spectrum: Only treat 802.1q packets as tagged packetsAmit Cohen1-0/+26
2020-12-02mlxsw: reg: Add et_vlan field to SPVID registerAmit Cohen1-0/+11
2020-12-02mlxsw: reg: Add Switch Port VLAN Classification RegisterAmit Cohen1-0/+99
2020-12-02net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2020-12-02net: hns3: add a check for devcie's verion in hns3_tunnel_csum_bug()Huazhong Tan1-0/+8
2020-12-02net: hns3: add more info to hns3_dbg_bd_info()Huazhong Tan1-10/+40
2020-12-02net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan8-8/+33
2020-12-02net: hns3: remove unsupported NETIF_F_GSO_UDP_TUNNEL_CSUMHuazhong Tan1-19/+5
2020-12-02net: hns3: add support for TX hardware checksum offloadHuazhong Tan8-18/+74
2020-12-02net: hns3: add support for RX completion checksumHuazhong Tan3-0/+29
2020-12-01Merge tag 'linux-can-next-for-5.11-20201130' of git://git.kernel.org/pub/scm/...Jakub Kicinski8-79/+151