summaryrefslogtreecommitdiff
path: root/bpf_ext.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04bpf: split up instructions and extensions from headerDaniel Borkmann1-0/+47
Move them into a separate header file, so that it is more clean. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
le>
authorDavid S. Miller <davem@davemloft.net>2017-02-13 22:24:16 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-13 22:24:16 -0500
commitc3d8103bc0069b926887e2270e9dd1e1e8441bb4 (patch)
treeb4a75bc36c12c1c16fd52519849b4be22b0e2d85
parentfb585b44383c4cff85f92e67377ee1c5f07d6dc1 (diff)
parentb4db2b35fc444409daf483006111a2a705550fff (diff)
Merge tag 'rxrpc-rewrite-20170210' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
David Howells says: ==================== afs: Use system UUID generation There is now a general function for generating a UUID and AFS should make use of it. It's also been recommended to me that I switch to using random rather than time plus MAC address-based UUIDs which this function does. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--fs/afs/cmservice.c28
-rw-r--r--fs/afs/internal.h38
-rw-r--r--fs/afs/main.c49
-rw-r--r--fs/afs/netdevices.c21
-rw-r--r--include/linux/uuid.h24
5 files changed, 47 insertions, 113 deletions
diff --git a/fs/afs/cmservice.c b/fs/afs/cmservice.c