summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-07bcm63xx_enet: alloc rx skb with NET_IP_ALIGNSieng Piaw Liew1-1/+4
2021-01-07bcm63xx_enet: add xmit_more supportSieng Piaw Liew1-1/+2
2021-01-07bcm63xx_enet: add BQL supportSieng Piaw Liew1-0/+9
2021-01-07bcm63xx_enet: batch process rx pathSieng Piaw Liew1-1/+5
2021-01-07qmi_wwan: Increase headroom for QMAP SKBsKristian Evensen1-1/+2
2021-01-06can: flexcan: add CAN wakeup function for i.MX8QMJoakim Zhang1-17/+106
2021-01-06can: tcan4x5x: add support for half-duplex controllersMarc Kleine-Budde1-6/+15
2021-01-06can: tcan4x5x: rework SPI accessMarc Kleine-Budde3-28/+84
2021-01-06can: tcan4x5x: add {wr,rd}_tableMarc Kleine-Budde1-0/+14
2021-01-06can: tcan4x5x: add max_raw_{read,write} of 256Marc Kleine-Budde1-0/+2
2021-01-06can: tcan4x5x: tcan4x5x_regmap: set reg_stride to 4Marc Kleine-Budde1-0/+1
2021-01-06can: tcan4x5x: fix max register valueMarc Kleine-Budde1-1/+1
2021-01-06can: tcan4x5x: tcan4x5x_regmap_init(): use spi as context pointerMarc Kleine-Budde1-5/+3
2021-01-06can: tcan4x5x: tcan4x5x_regmap_write(): remove not needed casts and replace 4...Marc Kleine-Budde1-4/+3
2021-01-06can: tcan4x5x: rename regmap_spi_gather_write() -> tcan4x5x_regmap_gather_wri...Marc Kleine-Budde1-5/+5
2021-01-06can: tcan4x5x: remove regmap async supportMarc Kleine-Budde1-15/+0
2021-01-06can: tcan4x5x: tcan4x5x_bus: remove not needed read_flag_maskMarc Kleine-Budde1-1/+0
2021-01-06can: tcan4x5x: mark struct regmap_bus tcan4x5x_bus as constantMarc Kleine-Budde1-1/+1
2021-01-06can: tcan4x5x: move regmap code into seperate fileMarc Kleine-Budde4-101/+133
2021-01-06can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.cMarc Kleine-Budde2-0/+3
2021-01-06can: tcan4x5x: beautify indention of tcan4x5x_of_match and tcan4x5x_id_tableMarc Kleine-Budde1-5/+8
2021-01-06can: tcan4x5x: replace DEVICE_NAME by KBUILD_MODNAMEMarc Kleine-Budde1-4/+3
2021-01-06net: ks8851: Register MDIO bus and the internal PHYMarek Vasut2-16/+98
2021-01-06net: phy: micrel: Add KS8851 PHY supportMarek Vasut1-1/+1
2021-01-06macvlan: remove redundant null check on dataYunjian Wang1-1/+1
2021-01-06octeontx2-pf: Add RSS multi group supportGeetha sowjanya4-44/+163
2021-01-06net/mlxfw: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06Merge tag 'mlx5-updates-2021-01-05' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller10-2078/+2329
2021-01-06octeontx2-af: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06iavf: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06liquidio: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06bnxt_en: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06net: dsa: sja1105: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06cavium/liquidio: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-06net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-06net: usb: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-06net: wan: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2021-01-06net: wan: Replace simple_strtol by simple_strtoulZheng Yongjun1-1/+1
2021-01-06net: mhi: Add raw IP mode supportLoic Poulain1-2/+13
2021-01-06enetc: reorder macros and functionsMichael Walle1-11/+11
2021-01-06enetc: drop MDIO_DATA() macroMichael Walle1-2/+1
2021-01-06enetc: don't use macro magic for the readx_poll_timeout() callbackMichael Walle1-6/+8
2021-01-06enetc: drop unneeded indirectionMichael Walle1-18/+14
2021-01-06net/mlx5: DR, Move STEv0 modify header logicYevgeny Kliteynik6-390/+501
2021-01-06net/mlx5: DR, Add STE modify header actions per-device APIYevgeny Kliteynik1-0/+23
2021-01-06net/mlx5: DR, Move STEv0 action apply logicYevgeny Kliteynik2-235/+256
2021-01-06net/mlx5: DR, Add STE tx/rx actions per-device APIYevgeny Kliteynik1-0/+12
2021-01-06net/mlx5: DR, Move STEv0 setters and gettersYevgeny Kliteynik5-103/+195
2021-01-06net/mlx5: DR, Add STE setters and getters per-device APIYevgeny Kliteynik1-0/+12
2021-01-06net/mlx5: DR, Move action apply logic to dr_steYevgeny Kliteynik3-234/+231