aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-01ionic: change mtu after queues are stoppedShannon Nelson1-2/+4
2020-12-01ionic: remove some unnecessary oom messagesShannon Nelson3-9/+5
2020-12-01net: phy: marvell: replace phy_modify()Yejune Deng1-8/+8
2020-12-01s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior2-6/+1
2020-12-01s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior1-1/+1
2020-12-01s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior1-1/+1
2020-12-01s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior1-25/+8
2020-12-01s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior1-17/+4
2020-12-01s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior3-53/+9
2020-12-01net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUTChris Packham1-1/+0
2020-12-01mlxsw: Add QinQ configuration vetoesDanielle Ratson3-0/+77
2020-12-01mlxsw: spectrum_switchdev: Add support of QinQ trafficAmit Cohen3-2/+65
2020-12-01mlxsw: spectrum_switchdev: Create common functions for VLAN-aware bridgeAmit Cohen1-7/+22
2020-12-01mlxsw: Make EtherType configurable when pushing VLAN at ingressAmit Cohen4-13/+48
2020-12-01mlxsw: spectrum: Only treat 802.1q packets as tagged packetsAmit Cohen1-0/+26
2020-12-01mlxsw: reg: Add et_vlan field to SPVID registerAmit Cohen1-0/+11
2020-12-01mlxsw: reg: Add Switch Port VLAN Classification RegisterAmit Cohen1-0/+99
2020-12-01net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2020-12-01net: hns3: add a check for devcie's verion in hns3_tunnel_csum_bug()Huazhong Tan1-0/+8
2020-12-01net: hns3: add more info to hns3_dbg_bd_info()Huazhong Tan1-10/+40
2020-12-01net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan8-8/+33
2020-12-01net: hns3: remove unsupported NETIF_F_GSO_UDP_TUNNEL_CSUMHuazhong Tan1-19/+5
2020-12-01net: hns3: add support for TX hardware checksum offloadHuazhong Tan8-18/+74
2020-12-01net: hns3: add support for RX completion checksumHuazhong Tan3-0/+29
2020-11-30Merge tag 'linux-can-next-for-5.11-20201130' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski8-79/+151
2020-11-30net: wan: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-11-30dpaa_eth: implement the A050385 erratum workaround for XDPCamelia Groza1-2/+82
2020-11-30dpaa_eth: rename current skb A050385 erratum workaroundCamelia Groza1-2/+2
2020-11-30dpaa_eth: add XDP_REDIRECT supportCamelia Groza2-1/+48
2020-11-30dpaa_eth: add XDP_TX supportCamelia Groza2-5/+126
2020-11-30dpaa_eth: limit the possible MTU range when XDP is enabledCamelia Groza1-8/+31
2020-11-30dpaa_eth: add basic XDP supportCamelia Groza2-16/+153
2020-11-30dpaa_eth: add struct for software backpointersCamelia Groza2-7/+17
2020-11-30can: m_can: m_can_class_unregister(): move right after m_can_class_register()Marc Kleine-Budde1-8/+8
2020-11-30can: m_can: m_can_plat_remove(): remove unneeded platform_set_drvdata()Marc Kleine-Budde1-2/+0
2020-11-30can: m_can: remove not used variable struct m_can_classdev::freqMarc Kleine-Budde1-1/+0
2020-11-30can: m_can: Kconfig: convert the into menuMarc Kleine-Budde1-3/+5
2020-11-30can: tcan4x5x: tcan4x5x_can_probe(): remove probe failed error messageMarc Kleine-Budde1-2/+0
2020-11-30can: tcan4x5x: remove mram_start and reg_offset from struct tcan4x5x_privMarc Kleine-Budde1-10/+4
2020-11-30can: tcan4x5x: rename parse_config() functionDan Murphy1-2/+2
2020-11-29can: tcan4x5x: tcan4x5x_clear_interrupts(): remove redundant return statementSean Nyekjaer1-6/+2
2020-11-29can: mcp251xfd: tef-path: reduce number of SPI core requests to set UINC bitMarc Kleine-Budde2-12/+55
2020-11-29can: mcp251xfd: move struct mcp251xfd_tef_ring definitionMarc Kleine-Budde1-8/+8
2020-11-29can: mcp251xfd: struct mcp251xfd_priv::tef to array of length 1Marc Kleine-Budde2-12/+14
2020-11-29can: mcp25xxfd: rx-path: reduce number of SPI core requests to set UINC bitUrsula Maplehurst2-8/+45
2020-11-29can: mcp251xfd: mcp25xxfd_ring_alloc(): add define instead open coding the maximum number of RX objectsMarc Kleine-Budde2-1/+3
2020-11-29can: pcan_usb_core: fix fall-through warnings for ClangGustavo A. R. Silva1-4/+5
2020-11-28net: ipa: adjust GSI register addressesAlex Elder2-2/+30
2020-11-28net: ipa: update gsi registers for IPA v4.5Alex Elder2-2/+21
2020-11-28net: ipa: add support to code for IPA v4.5Alex Elder3-23/+57