aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep
AgeCommit message (Expand)AuthorFilesLines
2011-02-15Bluetooth: remove l2cap_load() hackGravatar Gustavo F. Padovan 1-2/+0
2011-02-14Bluetooth: bnep: fix buffer overflowGravatar Vasiliy Kulikov 1-0/+1
2010-12-01Bluetooth: bnep: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+1
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+2
2010-06-24Bluetooth: Bring back var 'i' incrementGravatar Gustavo F. Padovan 1-0/+2
2010-06-03net: use __packed annotationGravatar Eric Dumazet 1-4/+4
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 2-7/+7
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-1/+3
2010-04-03net: convert multicast list to list_headGravatar Jiri Pirko 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-1/+3
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Gravatar Jiri Pirko 1-5/+5
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateGravatar Jiri Pirko 1-2/+4
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2009-12-04tree-wide: fix some typos and punctuation in commentsGravatar Thadeu Lima de Souza Cascardo 1-2/+2
2009-12-03Bluetooth: Fix handling of BNEP setup connection requestsGravatar Vikram Kandukuri 1-1/+4
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-11net: Add DEVTYPE support for Ethernet based devicesGravatar Marcel Holtmann 1-0/+5
2009-09-01netdev: convert pseudo-devices to netdev_tx_tGravatar Stephen Hemminger 1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsGravatar Patrick McHardy 1-3/+3
2009-01-07bluetooth: driver API updateGravatar Stephen Hemminger 3-27/+19
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 4-16/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-4Gravatar Wang Chen 2-4/+4
2008-11-03net/: Kill now superfluous ->last_rx stores.Gravatar David S. Miller 1-1/+0
2008-08-18[Bluetooth] Consolidate maintainers informationGravatar Marcel Holtmann 1-1/+1
2008-08-07[Bluetooth] Add parameters to control BNEP header compressionGravatar Marcel Holtmann 1-3/+12
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...Gravatar David S. Miller 1-0/+5
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsGravatar Marcel Holtmann 1-0/+5
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 4-16/+0
2008-05-02bluetooth: use get/put_unaligned_* helpersGravatar Harvey Harrison 1-4/+4
2008-03-05bluetooth: make bnep_sock_cleanup() return voidGravatar Tobias Klauser 2-4/+2
2008-01-28[BLUETOOTH]: Use sockfd_put()Gravatar Julia Lawall 1-2/+2
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 2-2/+2
2007-10-10[NET]: Make socket creation namespace safe.Gravatar Eric W. Biederman 1-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Gravatar Arnaldo Carvalho de Melo 1-4/+7
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transGravatar Arnaldo Carvalho de Melo 1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 4-65/+65
2006-12-02[BLUETOOTH]: bnep endianness annotationsGravatar Al Viro 2-8/+8
2006-12-02[BLUETOOTH] bnep endianness bug: filtering by packet typeGravatar Al Viro 2-13/+14
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationGravatar Marcel Holtmann 1-1/+1
2006-10-15[Bluetooth] Fix reference count when connection lookup failsGravatar Marcel Holtmann 1-3/+1
2006-10-15[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPGravatar Marcel Holtmann 1-17/+50
2006-09-28[Bluetooth] Integrate services into the driver modelGravatar Marcel Holtmann 1-2/+24
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 3-3/+0