aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep/sock.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Gravatar Al Viro 1-1/+1
2013-03-08Bluetooth: discard bt_sock_unregister() errorsGravatar David Herrmann 1-3/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2012-09-21net: change return values from -EACCES to -EPERMGravatar Zhao Hongjiang 1-2/+2
2012-08-06Bluetooth: Added /proc/net/bnep via bt_procfs_init()Gravatar Masatake YAMATO 1-2/+20
2012-06-05Bluetooth: Remove unnecessary headers includeGravatar Gustavo Padovan 1-17/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hGravatar Johan Hedberg 1-3/+3
2011-03-31Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Gravatar Szymon Janc 1-1/+1
2011-02-14Bluetooth: bnep: fix buffer overflowGravatar Vasiliy Kulikov 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 1-4/+0
2008-03-05bluetooth: make bnep_sock_cleanup() return voidGravatar Tobias Klauser 1-3/+1
2008-01-28[BLUETOOTH]: Use sockfd_put()Gravatar Julia Lawall 1-2/+2
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-1/+1
2007-10-10[NET]: Make socket creation namespace safe.Gravatar Eric W. Biederman 1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-13/+13
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationGravatar Marcel Holtmann 1-1/+1
2006-10-15[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPGravatar Marcel Holtmann 1-17/+50
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-11[PATCH] capable/capability.h (net/)Gravatar Randy Dunlap 1-0/+1
2006-01-03[NET]: move struct proto_ops to constGravatar Eric Dumazet 1-1/+1
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Gravatar Al Viro 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+237