summaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep
AgeCommit message (Expand)Author
2011-08-11Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley
2011-08-11Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-04-05Bluetooth: Use kthread API in bnepSzymon Janc
2011-03-31Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc
2011-03-31Bluetooth: Fix checkpatch errors and some code style issues in bnepSzymon Janc
2011-03-31Bluetooth: Opencode macros in bnep/core.cSzymon Janc
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan
2011-02-14Bluetooth: bnep: fix buffer overflowVasiliy Kulikov
2010-12-01Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-24Bluetooth: Bring back var 'i' incrementGustavo F. Padovan
2010-06-03net: use __packed annotationEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo
2009-12-03Bluetooth: Fix handling of BNEP setup connection requestsVikram Kandukuri
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-01-07bluetooth: driver API updateStephen Hemminger
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann
2008-08-07[Bluetooth] Add parameters to control BNEP header compressionMarcel Holtmann
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-05-02bluetooth: use get/put_unaligned_* helpersHarvey Harrison
2008-03-05bluetooth: make bnep_sock_cleanup() return voidTobias Klauser
2008-01-28[BLUETOOTH]: Use sockfd_put()Julia Lawall
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki