summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ni/nixge.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-111-1/+1
* netdev: replace simple napi_schedule_prep/__napi_schedule to napi_scheduleChristian Marangi2023-10-111-2/+1
* net: ethernet: ni: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: Explicitly include correct DT includesRob Herring2023-07-271-3/+2
* net: ni: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
* net: nixge: Separate C22 and C45 transactionsAndrew Lunn2023-01-171-56/+85
* net: ethernet: nixge: fix NULL dereferenceYuri Karpov2022-11-281-14/+15
* net: nixge: disable napi when enable interrupts failed in nixge_open()Zhengchao Shao2022-11-081-0/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* 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: 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: Fix misuse of strlcpyJoe Perches2019-07-071-1/+1
* 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: Add support for 64-bit platformsMoritz Fischer2018-08-291-54/+114
* 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-291-0/+1310