aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ni (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-07net: nixge: Fix misuse of strlcpyJoe Perches1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-05net: nixge: Add support for fixed-link configurationsMoritz Fischer1-7/+20
2019-02-05net: nixge: Make mdio child node optionalMoritz Fischer1-6/+13
2019-02-02net: nixge: Separate ctrl and dma resourcesAlex Williams1-16/+58
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-10-01net: nixge: Address compiler warnings when building for i386Moritz Fischer1-7/+7
2018-09-02net: nixge: Fix Kconfig warning with OF_MDIOMoritz Fischer1-1/+1
2018-08-29net: nixge: Add support for 64-bit platformsMoritz Fischer2-55/+116
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-07net: nixge: Get rid of unused struct member 'last_link'Moritz Fischer1-1/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+2
2018-05-07net: nixge: Address compiler warnings about signednessMoritz Fischer1-1/+1
2018-05-07net: 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