summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ni
AgeCommit message (Expand)AuthorFilesLines
2022-11-25net: nixge: disable napi when enable interrupts failed in nixge_open()Zhengchao Shao1-0/+1
2020-01-27net: nixge: Fix a signedness bug in nixge_probe()Dan Carpenter1-1/+1
2018-08-13net: nixge: Don't store skb in app4 field of descriptorMoritz Fischer1-1/+0
2018-08-13net: nixge: Do not zero application specific fields in descMoritz Fischer1-10/+0
2018-08-08net: nixge: Get rid of unused struct member 'last_link'Moritz Fischer1-1/+0
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+2
2018-05-08net: nixge: Address compiler warnings about signednessMoritz Fischer1-1/+1
2018-05-08net: nixge: Fix error path for obtaining mac addressMoritz Fischer1-3/+5
2018-03-29net: ethernet: nixge: Add support for National Instruments XGE netdevMoritz Fischer3-0/+1338