summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-08-18Bluetooth: Use hci_disconnect for immediate disconnection from SMPJohan Hedberg
2014-08-18Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg
2014-08-18Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg
2014-08-18Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg
2014-08-18Bluetooth: Set disc_timeout to 0 when calling hci_chan_delJohan Hedberg
2014-08-18Bluetooth: Fix hci_conn reference counting with hci_chanJohan Hedberg
2014-08-17Bluetooth: Refactor connection parameter freeing into its own functionJohan Hedberg
2014-08-17Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg
2014-08-17Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg
2014-08-17Bluetooth: Optimize connection parameter lookup for LE connectionsJohan Hedberg
2014-08-17Bluetooth: Set addr_type only when it's neededJohan Hedberg
2014-08-17Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg
2014-08-17Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg
2014-08-17Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg
2014-08-17Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg
2014-08-17SUNRPC: Optimise away svc_recv_availableTrond Myklebust
2014-08-17SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust
2014-08-17SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust
2014-08-17SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust
2014-08-17SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust
2014-08-16tipc: fix message importance range checkErik Hugne
2014-08-16batman-adv: Fix parameter order of hlist_add_behindSven Eckelmann
2014-08-14netlink: Annotate RCU locking for seq_file walkerThomas Graf
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-08-14Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski
2014-08-14Bluetooth: Improve data packing in SAR modeLukasz Rymanowski
2014-08-14mac802154: common tx error pathVarka Bhadram
2014-08-14ieee802154: 6lowpan: remove unused functionAlexander Aring
2014-08-14mac802154: common error pathVarka Bhadram
2014-08-14mac802154: cleanup in rx pathVarka Bhadram
2014-08-14Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg
2014-08-14Bluetooth: Always call smp_distribute_keys() from a workqueueJohan Hedberg
2014-08-14Bluetooth: Move canceling security_timer into smp_chan_destroy()Johan Hedberg
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg
2014-08-14Bluetooth: Add SMP-internal timeout callbackJohan Hedberg
2014-08-14Bluetooth: Fix double free of SMP data skbJohan Hedberg
2014-08-14Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback failsJohan Hedberg
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg
2014-08-14Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg
2014-08-14Bluetooth: Make AES crypto context private to SMPJohan Hedberg
2014-08-14Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg
2014-08-14Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg
2014-08-14Bluetooth: Move SMP initialization after HCI initJohan Hedberg
2014-08-14Bluetooth: Refactor SMP (de)initialization into separate functionsJohan Hedberg