summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade/bna/bnad_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17bna: ensure the copied buf is NUL terminatedBui Quang Minh1-2/+2
2023-07-14bna: Remove error checking for debugfs_create_dir()Wang Ming1-5/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner1-9/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-5/+5
2017-03-22bna: integer overflow bug in debugfsDan Carpenter1-1/+1
2016-08-01net: bna: use correct type specifier (2)xypron.glpk@gmx.de1-1/+2
2016-08-01net: bna: use correct type specificationsxypron.glpk@gmx.de1-1/+2
2015-06-21bna: remove superfluous parenthesesIvan Vecera1-3/+3
2015-06-12bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera1-20/+14
2015-06-12bna: use memdup_user to copy userspace buffersIvan Vecera1-19/+8
2015-02-22bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody1-3/+4
2014-12-27net: incorrect use of init_completion fixupNicholas Mc Guire1-1/+1
2013-06-29bna: switch to fixed_size_llseek()Al Viro1-21/+1
2013-06-16lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro1-1/+1
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-03-21debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2012-02-01drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-18/+3
2011-12-24bna: Add debugfs interface.Krishna Gudipati1-0/+623