summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap.c
AgeCommit message (Expand)Author
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-02-27Bluetooth: Permit BT_SECURITY also for L2CAP raw socketsMarcel Holtmann
2009-02-27Bluetooth: Disallow usage of L2CAP CID setting for nowMarcel Holtmann
2009-02-27Bluetooth: Fix authentication requirements for L2CAP security checkMarcel Holtmann
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann
2009-02-27Bluetooth: Add CID field to L2CAP socket address structureMarcel Holtmann
2009-02-27Bluetooth: Request L2CAP fixed channel list if availableMarcel Holtmann
2009-02-27Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3Marcel Holtmann
2009-02-27Bluetooth: Fix double L2CAP connection requestMarcel Holtmann
2009-02-27Bluetooth: Fix race condition with L2CAP information requestMarcel Holtmann
2009-02-27Bluetooth: Use general bonding whenever possibleMarcel Holtmann
2009-02-27Bluetooth: Don't check encryption for L2CAP raw socketsMarcel Holtmann
2009-02-27Bluetooth: Update version numbersMarcel Holtmann
2009-02-27Bluetooth: Restrict application of socket optionsMarcel Holtmann
2009-02-27Bluetooth: Disconnect L2CAP connections without encryptionMarcel Holtmann
2009-02-27Bluetooth: Replace L2CAP link mode with security levelMarcel Holtmann
2009-02-27Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann
2009-02-27Bluetooth: Add support for deferring L2CAP connection setupMarcel Holtmann
2009-02-27Bluetooth: Preparation for usage of SOL_BLUETOOTHMarcel Holtmann
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann
2008-09-09[Bluetooth] Enforce correct authentication requirementsMarcel Holtmann
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann
2008-07-14[Bluetooth] Allow security for outgoing L2CAP connectionsMarcel Holtmann
2008-07-14[Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann
2008-07-14[Bluetooth] Export details about authentication requirementsMarcel Holtmann
2008-07-14[Bluetooth] Disconnect when encryption gets disabledMarcel Holtmann
2008-07-14[Bluetooth] Change retrieval of L2CAP features maskMarcel Holtmann
2008-05-02bluetooth: use get/put_unaligned_* helpersHarvey Harrison
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-28bluetooth: replace deprecated RW_LOCK_UNLOCKED macrosRobert P. J. Day
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-03[BLUETOOTH]: l2cap info_timer delete fix in hci_conn_delDave Young
2008-02-26bluetooth: delete timer in l2cap_conn_del()Thomas Gleixner
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-22[Bluetooth] Fall back to L2CAP in basic modeMarcel Holtmann
2007-10-22[Bluetooth] Advertise L2CAP features mask supportMarcel Holtmann
2007-10-22[Bluetooth] Retrieve L2CAP features mask on connection setupMarcel Holtmann
2007-10-22[Bluetooth] Remove global conf_mtu variable from L2CAPMarcel Holtmann
2007-10-22[Bluetooth] Finish L2CAP configuration only with acceptable settingsMarcel Holtmann
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-07-31[BLUETOOTH] l2cap: don't mangle cmd.lenAl Viro
2007-07-31[BLUETOOTH]: pass (host-endian) cmd length as explicit argument to l2cap_conf...Al Viro
2007-07-31[BLUETOOTH] l2cap: endianness annotationsAl Viro
2007-07-31[BLUETOOTH]: Fix endianness bug in l2cap_sock_listen()Al Viro
2007-05-24[Bluetooth] Fix L2CAP configuration parameter handlingMarcel Holtmann
2007-05-05[Bluetooth] Fix L2CAP and HCI setsockopt() information leaksMarcel Holtmann
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.YOSHIFUJI Hideaki