summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer2015-12-111-2/+5
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk2015-04-033-4/+15
* Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk2015-04-031-10/+36
* Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2015-04-032-0/+8
* Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk2015-04-031-1/+1
* Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann2015-04-021-1/+11
* bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* Bluetooth: Fix potential NULL dereferenceJohan Hedberg2015-02-031-4/+3
* Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro2014-12-191-0/+3
* Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann2014-11-021-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+3
* net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* Bluetooth: Access BNEP session addresses through L2CAP channelMarcel Holtmann2013-10-131-12/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-3/+1
|\ \
| * | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-081-3/+1
| |/
* / net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
|/
* Bluetooth: Remove unnecessary include l2cap.hRami Rosen2013-01-091-1/+0
* Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2012-11-011-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-191-2/+1
|\
| * Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-2/+2
|\ \ | |/ |/|
| * net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-211-2/+2
* | Bluetooth: Added /proc/net/bnep via bt_procfs_init()Masatake YAMATO2012-08-061-2/+20
|/
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-053-43/+2
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-052-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-221-1/+1
|\
| * Bluetooth: bnep: use constant for ethertypeEldad Zack2012-05-091-1/+1
* | bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-3/+3
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg2012-02-271-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-1/+1
|\
| * Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim2011-12-211-1/+1
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-12-031-5/+3
|\
| * Bluetooth: bnep: Fix module referenceDavid Herrmann2011-11-211-5/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-091-9/+4
|\ \ | |/ |/|
| * Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-9/+4
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-111-1/+4
|\|
| * Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau2011-09-271-1/+4
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-222-5/+9
|\|
| * Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley2011-08-112-4/+6
| * Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley2011-08-111-2/+4
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-271-0/+1
* Bluetooth: Use kthread API in bnepSzymon Janc2011-04-052-14/+9
* Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc2011-03-311-1/+1