summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-14bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi1-0/+3
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-14net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-14net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-14sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman1-4/+8
2013-02-14packet: fix leakage of tx_ring memoryPhil Sutter1-4/+6
2013-02-14ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner1-1/+2
2013-02-14pktgen: correctly handle failures when adding a deviceCong Wang1-3/+6
2013-02-14ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ1-2/+2
2013-02-14ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz1-1/+1
2013-02-14net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2013-02-14Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg1-0/+13
2013-02-03mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka4-27/+15
2013-02-03Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2013-02-03mac80211: fix FT roamingJohannes Berg1-1/+11
2013-02-03Bluetooth: Fix sending HCI commands after resetSzymon Janc1-1/+1
2013-01-17rbd: remove linger unconditionallyAlex Elder1-1/+1
2013-01-17ceph: don't reference req after putAlex Elder1-1/+1
2013-01-17libceph: remove 'osdtimeout' optionSage Weil2-45/+5
2013-01-17libceph: avoid using freed osd in __kick_osd_requests()Alex Elder1-1/+2
2013-01-17libceph: fix osdmap decode error pathsSage Weil1-11/+20
2013-01-17libceph: fix protocol feature mismatch failure pathSage Weil1-10/+4
2013-01-17libceph: WARN, don't BUG on unexpected connection statesAlex Elder1-6/+5
2013-01-17libceph: always reset osds when kickingAlex Elder1-2/+2
2013-01-17libceph: move linger requests sooner in kick_requests()Alex Elder1-11/+19
2013-01-17libceph: register request before unregister lingerAlex Elder1-1/+1
2013-01-17libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Alex Elder1-0/+1
2013-01-17libceph: init event->node in ceph_osdc_create_event()Alex Elder1-0/+1
2013-01-17libceph: init osd->o_node in create_osd()Alex Elder1-0/+1
2013-01-17libceph: report connection fault with warningAlex Elder1-1/+1
2013-01-17libceph: socket can close in any connection stateAlex Elder1-17/+30
2013-01-17ceph: propagate layout error on osd request creationSage Weil1-6/+9
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