summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-12-04NFC: Fix nfc_llcp_local chained list insertionThierry Escande
2012-12-04can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp
2012-12-04mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich
2012-12-04Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc
2012-11-27libceph: check for invalid mappingSage Weil
2012-11-27libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil
2012-11-27rbd: reset BACKOFF if unable to re-queueAlex Elder
2012-11-27libceph: only kunmap kmapped pagesAlex Elder
2012-11-27libceph: avoid truncation due to racing bannersJim Schutt
2012-11-27libceph: delay debugfs initialization until we learn global_idSage Weil
2012-11-27libceph: fix crypto key null deref, memory leakSylvain Munaut
2012-11-27libceph: recheck con state after allocating incoming messageSage Weil
2012-11-27libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil
2012-11-27libceph: avoid dropping con mutex before faultSage Weil
2012-11-27libceph: verify state after retaking con lock after dispatchSage Weil
2012-11-27libceph: revoke mon_client messages on session restartSage Weil
2012-11-27libceph: fix handling of immediate socket connect failureSage Weil
2012-11-27libceph: clear all flags on con_closeSage Weil
2012-11-27libceph: clean up con flagsSage Weil
2012-11-27libceph: replace connection state bits with statesSage Weil
2012-11-27libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil
2012-11-27libceph: close socket directly from ceph_con_close()Sage Weil
2012-11-27libceph: drop gratuitous socket close calls in con_workSage Weil
2012-11-27libceph: move ceph_con_send() closed check under the con mutexSage Weil
2012-11-27libceph: move msgr clear_standby under con mutex protectionSage Weil
2012-11-27libceph: fix fault locking; close socket on lossy faultSage Weil
2012-11-27libceph: reset connection retry on successfully negotiationSage Weil
2012-11-27libceph: protect ceph_con_open() with mutexSage Weil
2012-11-27libceph: (re)initialize bio_iter on start of message receiveSage Weil
2012-11-27libceph: resubmit linger ops when pg mapping changesSage Weil
2012-11-27libceph: fix mutex coverage for ceph_con_closeSage Weil
2012-11-27libceph: report socket read/write error messageSage Weil
2012-11-27libceph: prevent the race of incoming work during teardownGuanjun He
2012-11-27libceph: initialize msgpool message typesSage Weil
2012-11-27libceph: allow sock transition from CONNECTING to CLOSEDSage Weil
2012-11-27libceph: initialize mon_client con only onceSage Weil
2012-11-27libceph: set peer name on con_open, not initSage Weil
2012-11-27libceph: add some fine ASCII artAlex Elder
2012-11-27libceph: small changes to messenger.cAlex Elder
2012-11-27libceph: distinguish two phases of connect sequenceAlex Elder
2012-11-27libceph: separate banner and connect writesAlex Elder
2012-11-27libceph: define and use an explicit CONNECTED stateAlex Elder
2012-11-27libceph: clear NEGOTIATING when doneAlex Elder
2012-11-27libceph: clear CONNECTING in ceph_con_close()Alex Elder
2012-11-27libceph: don't touch con state in con_close_socket()Alex Elder
2012-11-27libceph: just set SOCK_CLOSED when state changesAlex Elder
2012-11-27libceph: don't change socket state on sock eventAlex Elder
2012-11-27libceph: SOCK_CLOSED is a flag, not a stateAlex Elder
2012-11-27libceph: don't use bio_iter as a flagAlex Elder
2012-11-27libceph: move init of bio_iterAlex Elder