summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ni
Commit message (Expand)AuthorAgeFilesLines
* net: nixge: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-02-171-2/+3
* nixge: fix mac address error handling againArnd Bergmann2021-11-221-2/+2
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* net/mlxbf_gige: Make use of devm_platform_ioremap_resourcexxx()Cai Huoqing2021-08-311-7/+3
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+10
* net: nixge: simplify code with devm platform functionsYang Yingliang2021-06-081-6/+2
* net: nixge: fix spelling mistake in Kconfig: "Instuments" -> "Instruments"Colin Ian King2020-12-171-1/+1
* net: nixge: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+3
* net: nixge: fix potential memory leak in nixge_probe()Lu Wei2020-07-301-3/+5
* net: ni: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-051-1/+2
* net: nixge: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-141-21/+1
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+2
* net: nixge: Fix a signedness bug in nixge_probe()Dan Carpenter2019-09-271-1/+1
* net: nixge: Spelling s/Instrument/Instruments/Geert Uytterhoeven2019-08-011-1/+1
* net: nixge: Fix misuse of strlcpyJoe Perches2019-07-071-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: nixge: Add support for fixed-link configurationsMoritz Fischer2019-02-051-7/+20
* net: nixge: Make mdio child node optionalMoritz Fischer2019-02-051-6/+13
* net: nixge: Separate ctrl and dma resourcesAlex Williams2019-02-021-16/+58
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
* net: nixge: Address compiler warnings when building for i386Moritz Fischer2018-10-011-7/+7
* net: nixge: Fix Kconfig warning with OF_MDIOMoritz Fischer2018-09-021-1/+1
* net: nixge: Add support for 64-bit platformsMoritz Fischer2018-08-292-55/+116
* net: nixge: Don't store skb in app4 field of descriptorMoritz Fischer2018-08-131-1/+0
* net: nixge: Do not zero application specific fields in descMoritz Fischer2018-08-131-10/+0
* net: nixge: Get rid of unused struct member 'last_link'Moritz Fischer2018-08-071-1/+0
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-3/+2
* net: nixge: Address compiler warnings about signednessMoritz Fischer2018-05-071-1/+1
* net: nixge: Fix error path for obtaining mac addressMoritz Fischer2018-05-071-3/+5
* net: ethernet: nixge: Add support for National Instruments XGE netdevMoritz Fischer2018-03-293-0/+1338