summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-10Bluetooth: Fix endianness handling of cmd_status/complete opcodesJohan Hedberg1-4/+4
2013-03-10Bluetooth: Check req->err in hci_req_addAndre Guedes1-0/+6
2013-03-10Bluetooth: Make hci_req_add returning voidAndre Guedes1-4/+2
2013-03-10Bluetooth: HCI request error handlingAndre Guedes1-1/+12
2013-03-10Bluetooth: Check hci_req_run returning value in __hci_req_syncAndre Guedes1-6/+9
2013-03-10Bluetooth: Return ENODATA in hci_req_runAndre Guedes1-1/+1
2013-03-10Bluetooth: Fix __hci_req_syncAndre Guedes1-4/+3
2013-03-08Bluetooth: Remove empty HCI event handlersJohan Hedberg1-164/+0
2013-03-08Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg1-6/+0
2013-03-08Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg2-193/+156
2013-03-08Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg2-0/+92
2013-03-08Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg2-0/+10
2013-03-08Bluetooth: Introduce new hci_req_add functionJohan Hedberg1-0/+22
2013-03-08Bluetooth: Refactor HCI command skb creationJohan Hedberg1-8/+20
2013-03-08Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg1-0/+30
2013-03-08Bluetooth: Split HCI init sequence into three stagesJohan Hedberg2-255/+274
2013-03-08Bluetooth: Fix __hci_req_sync() handling of empty requestsJohan Hedberg1-0/+8
2013-03-08Bluetooth: Rename hci_request to hci_req_syncJohan Hedberg1-24/+25
2013-03-08Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins1-5/+2
2013-03-08Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins1-3/+0
2013-03-08Bluetooth: Remove RFCOMM session refcntDean Jenkins1-38/+5
2013-03-08Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins1-50/+56
2013-03-08Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins1-2/+24
2013-03-08Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins1-1/+1
2013-03-08Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann1-12/+3
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann7-19/+7
2013-03-08Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton1-0/+4
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes3-5/+5
2013-03-03Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+20
2013-03-03SUNRPC: One line comment fixTrond Myklebust1-1/+1
2013-03-01Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-101/+162
2013-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds10-574/+749
2013-03-01SUNRPC: add call to get configured timeoutWeston Andros Adamson1-0/+15
2013-02-28SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields1-8/+27
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin110-870/+555
2013-02-28sctp: convert to idr_alloc()Tejun Heo1-16/+15
2013-02-28mac80211: convert to idr_alloc()Tejun Heo2-16/+4
2013-02-28net/9p: convert to idr_alloc()Tejun Heo1-11/+6
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-29/+28
2013-02-27libceph: add support for HASHPSPOOL pool flagSage Weil1-13/+26
2013-02-27libceph: update osd request/reply encodingSage Weil2-77/+174
2013-02-27libceph: calculate placement based on the internal data typesSage Weil2-17/+12
2013-02-27ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil3-83/+91
2013-02-27libceph: decode into cpu-native ceph_pg typeSage Weil3-42/+50
2013-02-27libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2-10/+10
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-45/+75
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-10/+10
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro1-1/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds9-91/+170