aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/decnet.rst (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-10skbuff: rewrite the doc for data-only skbsJakub Kicinski3-12/+37
2022-05-10skbuff: add a basic intro docJakub Kicinski2-0/+65
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski1-20/+15
2022-05-10sfc: Add a basic Siena moduleMartin Habets5-3/+28
2022-05-10sfc/siena: Inline functions in sriov.h to avoid conflicts with sfcMartin Habets2-77/+63
2022-05-10sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfcMartin Habets14-138/+95
2022-05-10sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfcMartin Habets17-609/+459
2022-05-10sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets15-270/+270
2022-05-10sfc/siena: Rename RX/TX functions to avoid conflicts with sfcMartin Habets13-233/+216
2022-05-10sfc/siena: Rename functions in efx headers to avoid conflicts with sfcMartin Habets23-472/+427
2022-05-10sfc/siena: Remove build references to missing functionalityMartin Habets10-458/+17
2022-05-10sfc: Copy shared files needed for Siena (part 2)Martin Habets27-0/+14153
2022-05-10sfc: Copy shared files needed for Siena (part 1)Martin Habets14-0/+10524
2022-05-10sfc: Move Siena specific filesMartin Habets4-0/+0
2022-05-10nfp: flower: fix 'variable 'flow6' set but not used'Louis Peens1-12/+7
2022-05-10x25: remove redundant pointer devColin Ian King1-2/+1
2022-05-10net: ethernet: Add driver for Sunplus SP7021Wells Lu18-0/+2043
2022-05-10devicetree: bindings: net: Add bindings doc for Sunplus SP7021.Wells Lu2-0/+148
2022-05-10tsnep: Add free running cycle counter supportGerhard Engleder3-7/+63
2022-05-10ptp: Speed up vclock lookupGerhard Engleder2-19/+48
2022-05-10ptp: Support late timestamp determinationGerhard Engleder3-13/+71
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder3-8/+6
2022-05-10ptp: Request cycles for TX timestampGerhard Engleder2-2/+16
2022-05-10ptp: Add cycles support for virtual clocksGerhard Engleder5-16/+80
2022-05-10eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski1-3/+0
2022-05-09nfp: support Corigine PCIE vendor IDYu Xiao4-16/+50
2022-05-09nfp: vendor neutral strings for chip and Corigne in strings for driverYu Xiao3-5/+7
2022-05-09ROSE: Remove unused code and clean up some inconsistent indentingJiapeng Chong1-16/+9
2022-05-09net: hns3: fix incorrect type of argument in declaration of function hclge_comm_get_rss_indir_tblGuangbin Huang1-1/+1
2022-05-09net: hns3: add query vf ring and vector map relationGuangbin Huang2-0/+84
2022-05-09net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang4-58/+75
2022-05-09net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang7-77/+109
2022-05-09net: hns3: remove the affinity settings of vector0Yufeng Mo2-28/+1
2022-05-09net: hns3: fix access null pointer issue when set tx-buf-size as 0Hao Chen1-2/+5
2022-05-09net: phy: smsc: add LAN8742 phy support.Yuiko Oshino1-0/+27
2022-05-09net: phy: microchip: update LAN88xx phy ID and phy ID mask.Yuiko Oshino1-3/+3
2022-05-09net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHYOleksij Rempel3-0/+216
2022-05-09net: phy: export genphy_c45_baset1_read_status()Oleksij Rempel2-1/+3
2022-05-09net: phy: genphy_c45_pma_baset1_read_master_slave: read actual configurationOleksij Rempel1-2/+6
2022-05-09net: phy: introduce genphy_c45_pma_baset1_read_master_slave()Oleksij Rempel2-6/+26
2022-05-09net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown configurationOleksij Rempel1-1/+2
2022-05-09net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()Oleksij Rempel2-19/+31
2022-05-09net: phy: genphy_c45_baset1_an_config_aneg: do no set unknown configurationOleksij Rempel1-1/+5
2022-05-09net: vxlan: Add extack support to vxlan_fdb_deleteAlaa Mohamed1-11/+27
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed9-10/+17
2022-05-09net: wwan: t7xx: Add maintainers and documentationRicardo Martinez3-0/+132
2022-05-09net: wwan: t7xx: Device deep sleep lock/unlockHaijun Liu6-15/+158
2022-05-09net: wwan: t7xx: Runtime PMHaijun Liu4-0/+68
2022-05-09net: wwan: t7xx: Introduce power managementHaijun Liu8-1/+700
2022-05-09net: wwan: t7xx: Add WWAN network interfaceHaijun Liu4-1/+489