summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-09net: broadcom: share header defining UniMAC registersRafał Miłecki6-186/+130
2021-01-09bgmac: add bgmac_umac_*() helpers for accessing UniMAC registersRafał Miłecki2-40/+55
2021-01-09ravb: update "undocumented" annotationsSergey Shtylyov1-13/+13
2021-01-09ravb: remove APSR_DMSergey Shtylyov2-9/+8
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski56-292/+602
2021-01-08Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds43-244/+345
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek3-19/+16
2021-01-08Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski12-65/+120
2021-01-08net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski1-3/+4
2021-01-08s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann1-1/+1
2021-01-08s390/qeth: fix locking for discipline setup / removalJulian Wiedmann3-10/+7
2021-01-08s390/qeth: fix deadlock during recoveryJulian Wiedmann4-18/+34
2021-01-08octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King1-3/+11
2021-01-08chtls: Fix chtls resources release sequenceAyush Sawal1-4/+4
2021-01-08chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal1-0/+5
2021-01-08chtls: Replace skb_dequeue with skb_peekAyush Sawal1-1/+1
2021-01-08chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal1-3/+1
2021-01-08chtls: Fix panic when route to peer not configuredAyush Sawal1-2/+12
2021-01-08chtls: Remove invalid set_tcb callAyush Sawal1-3/+0
2021-01-08chtls: Fix hardware tid leakAyush Sawal1-36/+3
2021-01-08tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon3-4/+3
2021-01-08net: group skb_shinfo zerocopy related bits together.Jonathan Lemon3-6/+4
2021-01-08skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon5-6/+9
2021-01-08net: stmmac: dwmac-meson8b: add support for the RGMII RX delay on G12AMartin Blumenstingl1-13/+48
2021-01-08net: stmmac: dwmac-meson8b: move RGMII delays into a separate functionMartin Blumenstingl1-1/+12
2021-01-08net: stmmac: dwmac-meson8b: use picoseconds for the RGMII RX delayMartin Blumenstingl1-8/+13
2021-01-08net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clockMartin Blumenstingl1-1/+1
2021-01-08net: systemport: use standard netdevice notifier to detect DSA presenceVladimir Oltean2-46/+37
2021-01-08net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean1-0/+1
2021-01-08net: dsa: ocelot: request DSA to fix up lack of address learning on CPU portVladimir Oltean1-0/+1
2021-01-08r8169: improve RTL8168g PHY suspend quirkHeiner Kallweit1-26/+26
2021-01-08r8169: move ERI access functions to avoid forward declarationHeiner Kallweit1-64/+64
2021-01-08net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit3-4/+4
2021-01-08net: phy: bcm7xxx: Add an entry for BCM72116Florian Fainelli1-0/+2
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski20-48/+0
2021-01-07udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel driversJakub Kicinski2-20/+9
2021-01-07net: broadcom: Drop OF dependency from BGMAC_PLATFORMFlorian Fainelli1-1/+0
2021-01-07bcm63xx_enet: improve rx loopSieng Piaw Liew1-2/+2
2021-01-07bcm63xx_enet: convert to build_skbSieng Piaw Liew2-54/+71
2021-01-07bcm63xx_enet: consolidate rx SKB ring cleanup codeSieng Piaw Liew1-50/+22
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-07net/mlx5e: Fix memleak in mlx5e_create_l2_table_groupsDinghao Liu1-0/+1
2021-01-07net/mlx5e: Fix two double free casesDinghao Liu1-0/+2
2021-01-07net/mlx5: Release devlink object if adev failsLeon Romanovsky1-2/+5
2021-01-07net/mlx5e: ethtool, Fix restriction of autoneg with 56GAya Levin1-6/+18
2021-01-07net/mlx5e: In skb build skip setting mark in switchdev modeMaor Dickman1-0/+5
2021-01-07net/mlx5: E-Switch, fix changing vf VLANIDAlaa Hleihel1-14/+13