summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: Fix checkpatch errors and some code style issues in bnepSzymon Janc2011-03-312-89/+94
* Bluetooth: Opencode macros in bnep/core.cSzymon Janc2011-03-311-5/+8
* Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-2/+0
* Bluetooth: bnep: fix buffer overflowVasiliy Kulikov2011-02-141-0/+1
* Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov2010-12-011-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-0/+2
|\
| * Bluetooth: Bring back var 'i' incrementGustavo F. Padovan2010-06-241-0/+2
* | net: use __packed annotationEric Dumazet2010-06-031-4/+4
|/
* net: sk_sleep() helperEric Dumazet2010-04-202-7/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-113-1/+3
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-1/+3
* | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+4
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko2010-03-161-5/+5
|/
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-2/+2
|\
| * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-2/+2
* | Bluetooth: Fix handling of BNEP setup connection requestsVikram Kandukuri2009-12-031-1/+4
* | net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* | net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
|/
* net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann2009-09-111-0/+5
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
* bluetooth: driver API updateStephen Hemminger2009-01-073-27/+19
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-304-16/+1