index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
nfpcore
/
nfp_cppcore.c
Age
Commit message (
Expand
)
Author
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2022-08-11
nfp: fix use-after-free in area_cache_get()
Jialiang Wang
2021-12-09
nfp: Fix memory leak in nfp_cpp_area_cache_add()
Jianglei Nie
2021-06-09
nfp: use list_move instead of list_del/list_add in nfp_cppcore.c
Baokun Li
2018-10-11
nfp: replace long license headers with SPDX
Jakub Kicinski
2018-08-28
nfp: save the MU locality field offset
Jakub Kicinski
2018-06-30
nfp: fail probe if serial or interface id is missing
Jakub Kicinski
2018-01-19
nfp: core: make scalar CPP helpers fail on short accesses
Jakub Kicinski
2017-12-15
nfp: add nfp_cpp_area_size() accessor
Jakub Kicinski
2017-12-01
nfp: fix old kdoc issues
Jakub Kicinski
2017-06-27
nfp: remove unused nfp_cpp_area_check_range()
Jakub Kicinski
2017-06-27
nfp: move area mapping helper into nfpcore
Jakub Kicinski
2017-06-09
nfp: remove automatic caching of HWInfo
Jakub Kicinski
2017-06-09
nfp: remove automatic caching of RTsym table
Jakub Kicinski
2017-05-30
nfp: support long reads and writes with the cpp helpers
Jakub Kicinski
2017-03-22
nfp: fix nfp_cpp_read()/nfp_cpp_write() error paths
Jakub Kicinski
2017-03-22
nfp: don't ignore return value of wait_event_interruptible
Jakub Kicinski
2017-03-22
nfp: lock area cache earlier
Jakub Kicinski
2017-03-22
nfp: document expected locking in the core
Jakub Kicinski
2017-03-22
nfp: move mutex code out of nfp_cppcore.c
Jakub Kicinski
2017-03-22
nfp: remove cpp mutex cache
Jakub Kicinski
2017-03-22
nfp: disallow sharing mutexes on the same machine
Jakub Kicinski
2017-02-10
nfp: add support for service processor access
Jakub Kicinski
2017-02-10
nfp: add rtsym support
Jakub Kicinski
2017-02-10
nfp: add hwinfo support
Jakub Kicinski
2017-02-10
nfp: add CPP access core
Jakub Kicinski