aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep
AgeCommit message (Expand)AuthorFilesLines
2013-12-06net/*: Fix FSF address in file headersGravatar Jeff Kirsher 1-2/+1
2013-10-13Bluetooth: Access BNEP session addresses through L2CAP channelGravatar Marcel Holtmann 1-12/+6
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-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-3/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Gravatar Al Viro 1-1/+1
2013-03-28net: add ETH_P_802_3_MINGravatar Simon Horman 1-1/+1
2013-03-08Bluetooth: discard bt_sock_unregister() errorsGravatar David Herrmann 1-3/+1
2013-01-09Bluetooth: Remove unnecessary include l2cap.hGravatar Rami Rosen 1-1/+0
2012-11-01Bluetooth: Remove unnecessary include export.hGravatar Syam Sidhardhan 1-1/+0
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Gravatar John W. Linville 1-2/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2012-09-27Bluetooth: Use %pMR in debug instead of batostrGravatar Andrei Emeltchenko 1-2/+1
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 3-43/+2
2012-06-05Bluetooth: Remove most of the inline usageGravatar Gustavo Padovan 2-5/+5
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextGravatar John W. Linville 1-1/+1
2012-05-09bluetooth: Convert compare_ether_addr to ether_addr_equalGravatar Joe Perches 1-3/+3
2012-05-09Bluetooth: bnep: use constant for ethertypeGravatar Eldad Zack 1-1/+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
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+1
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreGravatar Ulisses Furquim 1-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Gravatar Rusty Russell 1-2/+2
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gravatar Gustavo F. Padovan 1-5/+3
2011-11-21Bluetooth: bnep: Fix module referenceGravatar David Herrmann 1-5/+3
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gravatar John W. Linville 1-9/+4
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleGravatar Luiz Augusto von Dentz 1-9/+4
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...Gravatar John W. Linville 1-1/+4
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMGravatar Mat Martineau 1-1/+4
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 2-5/+9
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 1-1/+1
2011-08-11Bluetooth: bnep: Fix deadlock in session deletionGravatar Peter Hurley 2-4/+6
2011-08-11Bluetooth: bnep: Fix lost wakeup of session threadGravatar Peter Hurley 1-2/+4
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedGravatar Neil Horman 1-0/+1
2011-04-05Bluetooth: Use kthread API in bnepGravatar Szymon Janc 2-14/+9
2011-03-31Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Gravatar Szymon Janc 1-1/+1
2011-03-31Bluetooth: Fix checkpatch errors and some code style issues in bnepGravatar Szymon Janc 2-89/+94
2011-03-31Bluetooth: Opencode macros in bnep/core.cGravatar Szymon Janc 1-5/+8
2011-02-15Bluetooth: remove l2cap_load() hackGravatar Gustavo F. Padovan 1-2/+0
2011-02-14Bluetooth: bnep: fix buffer overflowGravatar Vasiliy Kulikov 1-0/+1
2010-12-01Bluetooth: bnep: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+1
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+2
2010-06-24Bluetooth: Bring back var 'i' incrementGravatar Gustavo F. Padovan 1-0/+2
2010-06-03net: use __packed annotationGravatar Eric Dumazet 1-4/+4
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 2-7/+7
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-1/+3
2010-04-03net: convert multicast list to list_headGravatar Jiri Pirko 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-1/+3
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Gravatar Jiri Pirko 1-5/+5