summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: mgmt: Add address type to link key messagesJohan Hedberg2012-02-171-1/+1
* Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko2012-02-171-1/+2
* Bluetooth: Move scope of state_to_stringAndrei Emeltchenko2012-02-171-0/+27
* Bluetooth: Add logging functions bt_info and bt_errJoe Perches2012-02-171-6/+8
* Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg2012-02-171-0/+1
* Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg2012-02-171-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Johan Hedberg2012-02-164-8/+10
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-158-18/+22
| |\
| | * Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-2/+2
| | * Bluetooth: Fix potential deadlockAndre Guedes2012-02-151-2/+2
| | * Bluetooth: silence lockdep warningOctavian Purdila2012-02-151-0/+2
| | * Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes2012-02-151-1/+1
| | * Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-151-3/+3
| | * Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-151-1/+1
| | * net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2012-01-301-0/+2
| | * netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman2012-01-271-0/+1
| | * net: explicitly add jump_label.h header to sock.hGlauber Costa2012-01-261-0/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-243-9/+7
| | |\
| | | * netprio_cgroup.h: dont include module.h from other includesPaul Gortmaker2012-01-241-1/+0
| | | * bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller2012-01-221-1/+1
| | | * net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa2012-01-221-6/+4
| | | * net: fix socket memcg build with !CONFIG_NETGlauber Costa2012-01-221-1/+1
| | | * kernel-doc: fix new warning in net/sock.hRandy Dunlap2012-01-221-0/+1
| | * | kernel-doc: fix new warnings in cfg80211.hRandy Dunlap2012-01-231-0/+6
| | |/
* | | Bluetooth: Implement Read Supported Commands commands for mgmtJohan Hedberg2012-02-151-0/+7
* | | Bluetooth: Introduce to_hci_connDavid Herrmann2012-02-131-0/+1
* | | Bluetooth: Remove hci_dev->driver_dataDavid Herrmann2012-02-131-1/+10
* | | Bluetooth: Introduce to_hci_dev()David Herrmann2012-02-131-0/+2
* | | Bluetooth: Add Device Unpaired mgmt eventJohan Hedberg2012-02-131-0/+5
* | | Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg2012-02-132-2/+3
* | | Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg2012-02-132-8/+8
* | | Bluetooth: Add address type to Out Of Band mgmt messagesJohan Hedberg2012-02-131-2/+2
* | | Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg2012-02-132-16/+18
* | | Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg2012-02-132-3/+4
* | | Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_deviceJohan Hedberg2012-02-131-17/+17
* | | Bluetooth: Add hci_le_scan()Andre Guedes2012-02-131-0/+6
* | | Bluetooth: Add hci_do_le_scan()Andre Guedes2012-02-131-0/+8
* | | Bluetooth: LE scan should send Discovering eventsAndre Guedes2012-02-131-0/+1
* | | Bluetooth: Clean up structures left unusedVinicius Costa Gomes2012-02-132-20/+0
* | | Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes2012-02-131-0/+2
* | | Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes2012-02-131-5/+6
* | | Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes2012-02-132-0/+21
* | | Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg2012-02-131-0/+1
* | | Bluetooth: Update mgmt.h to match latest API specJohan Hedberg2012-02-131-62/+64
* | | Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes2012-02-131-1/+1
* | | Bluetooth: Add structures for the new LTK exchange messagesVinicius Costa Gomes2012-02-131-0/+22
* | | Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-131-2/+2
* | | Bluetooth: Fix potential deadlockAndre Guedes2012-02-131-2/+2
* | | Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko2012-02-131-0/+3
* | | Bluetooth: silence lockdep warningOctavian Purdila2012-02-131-0/+2