summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ni
AgeCommit message (Expand)AuthorLines
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi-1/+1
2023-10-11netdev: replace simple napi_schedule_prep/__napi_schedule to napi_scheduleChristian Marangi-2/+1
2023-09-20net: ethernet: ni: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-07-27net: Explicitly include correct DT includesRob Herring-3/+2
2023-03-15net: ni: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-01-17net: nixge: Separate C22 and C45 transactionsAndrew Lunn-56/+85
2022-11-28net: ethernet: nixge: fix NULL dereferenceYuri Karpov-14/+15
2022-11-08net: nixge: disable napi when enable interrupts failed in nixge_open()Zhengchao Shao-0/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-02-17net: nixge: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET-2/+3
2021-11-22nixge: fix mac address error handling againArnd Bergmann-2/+2
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-1/+1
2021-08-31net/mlxbf_gige: Make use of devm_platform_ioremap_resourcexxx()Cai Huoqing-7/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-4/+10
2021-06-08net: nixge: simplify code with devm platform functionsYang Yingliang-6/+2
2020-12-17net: nixge: fix spelling mistake in Kconfig: "Instuments" -> "Instruments"Colin Ian King-1/+1
2020-09-14net: nixge: convert tasklets to use new tasklet_setup() APIAllen Pais-4/+3
2020-07-30net: nixge: fix potential memory leak in nixge_probe()Lu Wei-3/+5
2020-05-05net: ni: Fix use correct return type for ndo_start_xmit()Yunjian Wang-1/+2
2020-03-14net: nixge: let core reject the unsupported coalescing parametersJakub Kicinski-21/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn-3/+2
2019-09-27net: nixge: Fix a signedness bug in nixge_probe()Dan Carpenter-1/+1
2019-08-01net: nixge: Spelling s/Instrument/Instruments/Geert Uytterhoeven-1/+1
2019-07-07net: nixge: Fix misuse of strlcpyJoe Perches-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-02-05net: nixge: Add support for fixed-link configurationsMoritz Fischer-7/+20
2019-02-05net: nixge: Make mdio child node optionalMoritz Fischer-6/+13
2019-02-02net: nixge: Separate ctrl and dma resourcesAlex Williams-16/+58
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-6/+6
2018-10-01net: nixge: Address compiler warnings when building for i386Moritz Fischer-7/+7
2018-09-02net: nixge: Fix Kconfig warning with OF_MDIOMoritz Fischer-1/+1
2018-08-29net: nixge: Add support for 64-bit platformsMoritz Fischer-55/+116
2018-08-13net: nixge: Don't store skb in app4 field of descriptorMoritz Fischer-1/+0
2018-08-13net: nixge: Do not zero application specific fields in descMoritz Fischer-10/+0
2018-08-07net: nixge: Get rid of unused struct member 'last_link'Moritz Fischer-1/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-3/+2
2018-05-07net: nixge: Address compiler warnings about signednessMoritz Fischer-1/+1
2018-05-07net: nixge: Fix error path for obtaining mac addressMoritz Fischer-3/+5
2018-03-29net: ethernet: nixge: Add support for National Instruments XGE netdevMoritz Fischer-0/+1338