hecubafb: use fb_sys_read()
[safe/jmp/linux-2.6] / net / bluetooth /
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Linus TorvaldsFix bluetooth HCI sysfs compile
2007-05-04 Marcel Holtmann[Bluetooth] Disconnect L2CAP connection after last...
2007-05-04 Marcel Holtmann[Bluetooth] Check that device is in rfcomm_dev_list...
2007-05-04 Marcel Holtmann[Bluetooth] Use in-kernel sockets API
2007-05-04 Marcel Holtmann[Bluetooth] Attach host adapters to the Bluetooth bus
2007-05-04 Marcel Holtmann[Bluetooth] Fix L2CAP and HCI setsockopt() information...
2007-04-26 Andrew Morton[BLUETOOTH] rfcomm_worker(): fix wakeup race
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-04-26 YOSHIFUJI Hideaki[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.
2007-03-29 Jiri Kosina[PATCH] bluetooth hid quirks: mightymouse quirk
2007-03-22 Dave Jones[NET]: fix up misplaced inlines.
2007-03-08 Jiri Kosina[PATCH] bluetooth: fix socket locking in hci_sock_dev_e...
2007-02-26 Marcel Holtmann[Bluetooth] Make use of device_move() for RFCOMM TTY...
2007-02-26 Marcel Holtmann[Bluetooth] Add open and close callbacks for HID device
2007-02-26 Marcel Holtmann[Bluetooth] Add support for using the HID subsystem
2007-02-26 Marcel Holtmann[Bluetooth] Fix wrong put_user() from HIDP compat ioctl...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-11 YOSHIFUJI Hideaki[NET] BLUETOOTH: Fix whitespace errors.
2007-02-09 Al Viro[PATCH] hidp __user annotations
2007-01-22 Marcel Holtmann[Bluetooth] Restrict well known PSM to privileged users
2007-01-22 Marcel Holtmann[Bluetooth] Missing endian swapping for L2CAP socket...
2007-01-09 Marcel Holtmann[Bluetooth] Handle device registration failures
2007-01-09 Marcel Holtmann[Bluetooth] Fix uninitialized return value for RFCOMM...
2007-01-09 Marcel Holtmann[Bluetooth] More checks if DLC is still attached to...
2007-01-09 Marcel Holtmann[Bluetooth] Add packet size checks for CAPI messages
2006-12-13 Al Viro[PATCH] hci endianness annotations
2006-12-08 Alan Cox[PATCH] tty: switch to ktermios
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Peter Zijlstra[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLU...
2006-12-03 Al Viro[BLUETOOTH] rfcomm endianness bug: param_mask is little...
2006-12-03 Al Viro[BLUETOOTH]: rfcomm endianness annotations
2006-12-03 Al Viro[BLUETOOTH]: bnep endianness annotations
2006-12-03 Al Viro[BLUETOOTH] bnep endianness bug: filtering by packet...
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-22 David S. Miller[BLUETOOTH]: Fix unaligned access in hci_send_to_sock.
2006-11-22 Marcel Holtmann[Bluetooth] Ignore L2CAP config requests on disconnect
2006-11-22 Marcel Holtmann[Bluetooth] Always include MTU in L2CAP config responses
2006-11-22 Marcel Holtmann[Bluetooth] Check if RFCOMM session is still attached...
2006-11-22 Marcel Holtmann[Bluetooth] Handling pending connect attempts after...
2006-11-22 Marcel Holtmann[Bluetooth] Attach low-level connections to the Bluetoo...
2006-10-20 Marcel Holtmann[Bluetooth] Fix HID disconnect NULL pointer dereference
2006-10-16 Marcel Holtmann[Bluetooth] Add locking for bt_proto array manipulation
2006-10-16 Marcel Holtmann[Bluetooth] Check if DLC is still attached to the TTY
2006-10-16 Marcel Holtmann[Bluetooth] Fix reference count when connection lookup...
2006-10-16 Marcel Holtmann[Bluetooth] Disconnect HID interrupt channel first
2006-10-16 Marcel Holtmann[Bluetooth] Support concurrent connect requests
2006-10-16 Marcel Holtmann[Bluetooth] Make use of virtual devices tree
2006-10-16 Marcel Holtmann[Bluetooth] Handle return values from driver core functions
2006-10-16 Marcel Holtmann[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP
2006-10-02 Jeff Dike[PATCH] const struct tty_operations
2006-09-29 Arnaud Patard[Bluetooth]: Fix section mismatch of bt_sysfs_cleanup()
2006-09-29 Marcel Holtmann[Bluetooth]: Don't update disconnect timer for incoming...
2006-09-29 Marcel Holtmann[Bluetooth] Support create connection cancel command
2006-09-29 Marcel Holtmann[Bluetooth] Read local version information on device...
2006-09-29 Marcel Holtmann[Bluetooth] Return EINPROGRESS for non-blocking socket...
2006-09-29 Marcel Holtmann[Bluetooth] Handle command complete event for exit...
2006-09-29 Marcel Holtmann[Bluetooth] Add HCI device identifier for SDIO cards
2006-09-29 Marcel Holtmann[Bluetooth] Integrate services into the driver model
2006-09-29 Marcel Holtmann[Bluetooth] Integrate low-level connections into the...
2006-09-29 Marcel Holtmann[Bluetooth] Remove unused host controller attributes
2006-07-24 Marcel Holtmann[Bluetooth] Correct RFCOMM channel MTU for broken imple...
2006-07-12 Marcel Holtmann[Bluetooth] Fix deadlock in the L2CAP layer
2006-07-12 Marcel Holtmann[Bluetooth] Let BT_HIDP depend on INPUT
2006-07-12 Marcel Holtmann[Bluetooth] Remaining transitions to use kzalloc()
2006-07-04 Marcel Holtmann[Bluetooth] Add RFCOMM role switch support
2006-07-04 Marcel Holtmann[Bluetooth] Allow disabling of credit based flow control
2006-07-04 Marcel Holtmann[Bluetooth] Small cleanup of the L2CAP source code
2006-07-04 Marcel Holtmann[Bluetooth] Use real devices for host controllers
2006-07-04 Marcel Holtmann[Bluetooth] Add platform device for virtual and serial...
2006-07-04 Marcel Holtmann[Bluetooth] Add automatic sniff mode support
2006-07-04 Marcel Holtmann[Bluetooth] Correct SCO buffer size on request
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/devfs-2.6
2006-06-28 Paul Fulghum[PATCH] remove TTY_DONT_FLIP
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove the tty_driver devfs_name field...
2006-04-10 Eric Sesterhenn[BLUETOOTH] sco: Possible double free.
2006-03-27 Alan Stern[PATCH] Notifier chain update: API changes
2006-03-25 Davide Libenzi[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed...
2006-03-22 Tobias Klauser[BLUETOOTH]: Return negative error constant
2006-03-21 Arjan van de Ven[NET] sem2mutex: net/
2006-02-13 Marcel Holtmann[Bluetooth] Fix NULL pointer dereferences of the HCI...
2006-02-13 Marcel Holtmann[Bluetooth] Reduce L2CAP MTU for RFCOMM connections
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-10 Jesper Juhl[NET]: Remove unneeded kmalloc() return value casts
2006-01-10 Kris Katterjohn[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
2006-01-10 Alan Cox[PATCH] TTY layer buffering revamp
2006-01-05 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2006-01-05 Kay Sievers[PATCH] driver core: replace "hotplug" by "uevent"
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2006-01-03 Benjamin LaHaise[NET]: Avoid atomic xchg() for non-error case
2005-11-08 Marcel Holtmann[Bluetooth]: Remove the usage of /proc completely
next