summaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep
AgeCommit message (Expand)Author
2017-06-27Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-12-11Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-04-03Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk
2015-04-03Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk
2015-04-02Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches
2015-02-03Bluetooth: Fix potential NULL dereferenceJohan Hedberg
2014-12-19Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro
2014-11-02Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher
2013-10-13Bluetooth: Access BNEP session addresses through L2CAP channelMarcel Holtmann
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann
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