aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep
AgeCommit message (Expand)Author
2013-01-09Bluetooth: Remove unnecessary include l2cap.hRami Rosen
2012-11-01Bluetooth: Remove unnecessary include export.hSyam Sidhardhan
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang
2012-08-06Bluetooth: Added /proc/net/bnep via bt_procfs_init()Masatake YAMATO
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville
2012-05-09bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-05-09Bluetooth: bnep: use constant for ethertypeEldad Zack
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan
2011-11-21Bluetooth: bnep: Fix module referenceDavid Herrmann
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-11Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley
2011-08-11Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-04-05Bluetooth: Use kthread API in bnepSzymon Janc
2011-03-31Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc
2011-03-31Bluetooth: Fix checkpatch errors and some code style issues in bnepSzymon Janc
2011-03-31Bluetooth: Opencode macros in bnep/core.cSzymon Janc
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan
2011-02-14Bluetooth: bnep: fix buffer overflowVasiliy Kulikov
2010-12-01Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-24Bluetooth: Bring back var 'i' incrementGustavo F. Padovan
2010-06-03net: use __packed annotationEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo
2009-12-03Bluetooth: Fix handling of BNEP setup connection requestsVikram Kandukuri
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann