aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: bnep: Fix module referenceDavid Herrmann2011-11-211-5/+3
* 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
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-122-4/+4
* net/: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-181-1/+1
* [Bluetooth] Add parameters to control BNEP header compressionMarcel Holtmann2008-08-071-3/+12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-07-191-0/+5
|\
| * [Bluetooth] Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann2008-07-141-0/+5
* | net: remove CVS keywordsAdrian Bunk2008-06-114-16/+0
|/
* bluetooth: use get/put_unaligned_* helpersHarvey Harrison2008-05-021-4/+4
* bluetooth: make bnep_sock_cleanup() return voidTobias Klauser2008-03-052-4/+2
* [BLUETOOTH]: Use sockfd_put()Julia Lawall2008-01-281-2/+2
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-192-2/+2
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-2/+2
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1