aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep
AgeCommit message (Expand)AuthorFilesLines
2016-10-21net: remove MTU limits on a few ether_setup callersGravatar Jarod Wilson 1-0/+2
2016-10-13net: deprecate eth_change_mtu, remove usageGravatar Jarod Wilson 1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2015-12-11Bluetooth: Do not filter multicast addresses by defaultGravatar Danny Schweizer 1-2/+5
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-1/+1
2015-04-03Bluetooth: bnep: Handle BNEP connection setup requestGravatar Grzegorz Kolodziejczyk 3-4/+15
2015-04-03Bluetooth: bnep: Add support to extended headers of control framesGravatar Grzegorz Kolodziejczyk 1-10/+36
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGravatar Grzegorz Kolodziejczyk 2-0/+8
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGravatar Grzegorz Kolodziejczyk 1-1/+1
2015-04-02Bluetooth: Restrict BNEP flags to only valid onesGravatar Marcel Holtmann 1-1/+11
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetGravatar Joe Perches 1-1/+1
2015-02-03Bluetooth: Fix potential NULL dereferenceGravatar Johan Hedberg 1-4/+3
2014-12-19Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Gravatar Al Viro 1-0/+3
2014-11-02Bluetooth: Introduce BT_BREDR and BT_LE config optionsGravatar Marcel Holtmann 1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Gravatar Tom Gundersen 1-2/+3
2013-12-06net/*: Fix FSF address in file headersGravatar Jeff Kirsher 1-2/+1
2013-10-13Bluetooth: Access BNEP session addresses through L2CAP channelGravatar Marcel Holtmann 1-12/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-3/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Gravatar Al Viro 1-1/+1
2013-03-28net: add ETH_P_802_3_MINGravatar Simon Horman 1-1/+1
2013-03-08Bluetooth: discard bt_sock_unregister() errorsGravatar David Herrmann 1-3/+1
2013-01-09Bluetooth: Remove unnecessary include l2cap.hGravatar Rami Rosen 1-1/+0
2012-11-01Bluetooth: Remove unnecessary include export.hGravatar Syam Sidhardhan 1-1/+0
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Gravatar John W. Linville 1-2/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2012-09-27Bluetooth: Use %pMR in debug instead of batostrGravatar Andrei Emeltchenko 1-2/+1
2012-09-21net: change return values from -EACCES to -EPERMGravatar Zhao Hongjiang 1-2/+2
2012-08-06Bluetooth: Added /proc/net/bnep via bt_procfs_init()Gravatar Masatake YAMATO 1-2/+20
2012-06-05Bluetooth: Remove unnecessary headers includeGravatar Gustavo Padovan 3-43/+2
2012-06-05Bluetooth: Remove most of the inline usageGravatar Gustavo Padovan 2-5/+5
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
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hGravatar Johan Hedberg 1-3/+3
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+1
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreGravatar Ulisses Furquim 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-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gravatar John W. Linville 1-9/+4
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleGravatar Luiz Augusto von Dentz 1-9/+4
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...Gravatar John W. Linville 1-1/+4
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMGravatar Mat Martineau 1-1/+4
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 2-5/+9
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 1-1/+1
2011-08-11Bluetooth: bnep: Fix deadlock in session deletionGravatar Peter Hurley 2-4/+6
2011-08-11Bluetooth: bnep: Fix lost wakeup of session threadGravatar Peter Hurley 1-2/+4
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedGravatar Neil Horman 1-0/+1