summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-11/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-7/+12
|\
| * bnep: fix compat_ioctlAl Viro2018-09-101-7/+12
* | Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri2018-09-271-3/+4
|/
* net: remove sock_no_pollChristoph Hellwig2018-05-261-1/+0Star
* Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen2017-06-271-6/+5Star
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-202-15/+12Star
* net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-211-0/+2
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0Star
* 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/+3Star
* 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-161-2/+3
* net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
* Bluetooth: Access BNEP session addresses through L2CAP channelMarcel Holtmann2013-10-131-12/+6Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-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/+1Star
|\ \
| * | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-081-3/+1Star
| |/
* / net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
|/
* Bluetooth: Remove unnecessary include l2cap.hRami Rosen2013-01-091-1/+0Star
* Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2012-11-011-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-191-2/+1Star
|\
| * Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-2/+1Star
* | 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/+2Star
* 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-101-3/+3
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* 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-201-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-12-031-5/+3Star
|\
| * Bluetooth: bnep: Fix module referenceDavid Herrmann2011-11-211-5/+3Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-091-9/+4Star
|\ \ | |/ |/|