summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-17mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg1-1/+1
2013-01-17mac80211: fix ibss scanningStanislaw Gruszka3-18/+31
2013-01-17SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_infoTrond Myklebust1-1/+6
2013-01-17SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2-4/+11
2013-01-17SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust1-4/+23
2013-01-17SUNRPC: continue run over clients list on PipeFS event instead of breakStanislav Kinsbursky1-1/+1
2013-01-11Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan1-0/+2
2013-01-11Bluetooth: Add missing lock nesting notationGustavo Padovan1-2/+2
2013-01-11tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2013-01-11tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2013-01-11tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2013-01-11tcp: implement RFC 5961 4.2Eric Dumazet2-18/+16
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet3-1/+38
2013-01-11net: sched: integer overflow fixStefan Hasko1-1/+1
2013-01-11inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch5-8/+24
2013-01-11batman-adv: fix random jitter calculationAkinobu Mita1-1/+1
2013-01-11inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24
2013-01-11inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell1-11/+17
2013-01-11inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell1-3/+45
2013-01-11inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell1-14/+39
2013-01-11ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2013-01-11sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2-6/+11
2013-01-11sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala1-2/+5
2012-12-03NFC: Fix nfc_llcp_local chained list insertionThierry Escande1-1/+1
2012-12-03can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp1-0/+3
2012-12-03mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-12-03Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc1-6/+8
2012-11-26libceph: check for invalid mappingSage Weil2-14/+36
2012-11-26libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil1-1/+2
2012-11-26rbd: reset BACKOFF if unable to re-queueAlex Elder1-1/+2
2012-11-26libceph: only kunmap kmapped pagesAlex Elder1-4/+1
2012-11-26libceph: avoid truncation due to racing bannersJim Schutt1-2/+9
2012-11-26libceph: delay debugfs initialization until we learn global_idSage Weil3-6/+50
2012-11-26libceph: fix crypto key null deref, memory leakSylvain Munaut2-1/+3
2012-11-26libceph: recheck con state after allocating incoming messageSage Weil1-1/+8
2012-11-26libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil1-25/+31
2012-11-26libceph: avoid dropping con mutex before faultSage Weil1-3/+1
2012-11-26libceph: verify state after retaking con lock after dispatchSage Weil1-1/+2
2012-11-26libceph: revoke mon_client messages on session restartSage Weil1-0/+4
2012-11-26libceph: fix handling of immediate socket connect failureSage Weil1-7/+19
2012-11-26libceph: clear all flags on con_closeSage Weil1-0/+2
2012-11-26libceph: clean up con flagsSage Weil1-26/+36
2012-11-26libceph: replace connection state bits with statesSage Weil1-62/+68
2012-11-26libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil1-3/+0
2012-11-26libceph: close socket directly from ceph_con_close()Sage Weil1-7/+1
2012-11-26libceph: drop gratuitous socket close calls in con_workSage Weil1-4/+4
2012-11-26libceph: move ceph_con_send() closed check under the con mutexSage Weil1-9/+7
2012-11-26libceph: move msgr clear_standby under con mutex protectionSage Weil1-3/+4
2012-11-26libceph: fix fault locking; close socket on lossy faultSage Weil1-7/+7
2012-11-26libceph: reset connection retry on successfully negotiationSage Weil1-0/+2