aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2013-09-14tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet
2013-09-14fib_trie: remove potential out of bound accessEric Dumazet
2013-08-11sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar
2013-07-28ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2013-07-28ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik
2013-06-27ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet
2013-06-27tcp: xps: fix reordering issuesEric Dumazet
2013-06-27tcp: bug fix in proportional rate reduction.Nandita Dukkipati
2013-06-27tcp: fix tcp_md5_hash_skb_data()Eric Dumazet
2013-05-01net: drop dst before queueing fragmentsEric Dumazet
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet
2013-05-01esp4: fix error return code in esp_output()Wei Yongjun
2013-05-01tcp: Reallocate headroom if it would overflow csum_startThomas Graf
2013-05-01tcp: incoming connections might use wrong route under synfloodDmitry Popov
2013-04-05tcp: undo spurious timeout after SACK renegingYuchung Cheng
2013-04-05tcp: preserve ACK clocking in TSOEric Dumazet
2013-03-28inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa
2013-03-28tcp: fix skb_availroom()Eric Dumazet
2013-03-28net/ipv4: Ensure that location of timestamp option is storedDavid Ward
2013-03-20tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet
2013-02-28ipv4: fix a bug in ping_err().Li Wei
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-02-14net: prevent setting ttl=0 via IP_TTLCong Wang
2013-01-11tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2013-01-11tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2013-01-11tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2013-01-11tcp: implement RFC 5961 4.2Eric Dumazet
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet
2013-01-11inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch
2013-01-11inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell
2013-01-11inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell
2013-01-11inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell
2013-01-11inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell
2013-01-11ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg
2012-11-26netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber
2012-11-26ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang
2012-11-17net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov
2012-11-17net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer
2012-11-17tcp: fix FIONREAD/SIOCINQEric Dumazet
2012-10-28tcp: resets are misroutedAlexey Kuznetsov
2012-10-21netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy
2012-10-21netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso
2012-10-13ipv4: raw: fix icmp_filter()Eric Dumazet
2012-10-13tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček
2012-10-02net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri
2012-10-02tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng
2012-10-02tcp: Apply device TSO segment limit earlierBen Hutchings