aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep/core.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-13Bluetooth: Access BNEP session addresses through L2CAP channelGravatar Marcel Holtmann 1-12/+6
2013-01-09Bluetooth: Remove unnecessary include l2cap.hGravatar Rami Rosen 1-1/+0
2012-09-27Bluetooth: Use %pMR in debug instead of batostrGravatar Andrei Emeltchenko 1-2/+1
2012-06-05Bluetooth: Remove unnecessary headers includeGravatar Gustavo Padovan 1-17/+0
2012-06-05Bluetooth: Remove most of the inline usageGravatar Gustavo Padovan 1-2/+2
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
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-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleGravatar Luiz Augusto von Dentz 1-9/+4
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMGravatar Mat Martineau 1-1/+4
2011-08-11Bluetooth: bnep: Fix deadlock in session deletionGravatar Peter Hurley 1-4/+5
2011-08-11Bluetooth: bnep: Fix lost wakeup of session threadGravatar Peter Hurley 1-2/+4
2011-04-05Bluetooth: Use kthread API in bnepGravatar Szymon Janc 1-13/+8
2011-03-31Bluetooth: Fix checkpatch errors and some code style issues in bnepGravatar Szymon Janc 1-16/+21
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
2010-12-01Bluetooth: bnep: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+1
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2009-12-04tree-wide: fix some typos and punctuation in commentsGravatar Thadeu Lima de Souza Cascardo 1-2/+2
2009-12-03Bluetooth: Fix handling of BNEP setup connection requestsGravatar Vikram Kandukuri 1-1/+4
2009-09-11net: Add DEVTYPE support for Ethernet based devicesGravatar Marcel Holtmann 1-0/+5
2009-01-07bluetooth: driver API updateGravatar Stephen Hemminger 1-6/+6
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-11-12netdevice: safe convert to netdev_priv() #part-4Gravatar Wang Chen 1-1/+1
2008-11-03net/: Kill now superfluous ->last_rx stores.Gravatar David S. Miller 1-1/+0
2008-08-18[Bluetooth] Consolidate maintainers informationGravatar Marcel Holtmann 1-1/+1
2008-08-07[Bluetooth] Add parameters to control BNEP header compressionGravatar Marcel Holtmann 1-3/+12
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...Gravatar David S. Miller 1-0/+5
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsGravatar Marcel Holtmann 1-0/+5
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 1-4/+0
2008-05-02bluetooth: use get/put_unaligned_* helpersGravatar Harvey Harrison 1-4/+4
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-1/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Gravatar Arnaldo Carvalho de Melo 1-4/+7
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transGravatar Arnaldo Carvalho de Melo 1-1/+0
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-26/+26
2006-12-02[BLUETOOTH]: bnep endianness annotationsGravatar Al Viro 1-6/+6
2006-12-02[BLUETOOTH] bnep endianness bug: filtering by packet typeGravatar Al Viro 1-8/+8
2006-10-15[Bluetooth] Fix reference count when connection lookup failsGravatar Marcel Holtmann 1-3/+1
2006-09-28[Bluetooth] Integrate services into the driver modelGravatar Marcel Holtmann 1-2/+24
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-21[BLUETOOTH]: Return negative error constantGravatar Tobias Klauser 1-2/+2