summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-05-01net: drop dst before queueing fragmentsEric Dumazet1-4/+11
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-05-01esp4: fix error return code in esp_output()Wei Yongjun1-3/+3
2013-05-01tcp: Reallocate headroom if it would overflow csum_startThomas Graf1-2/+6
2013-05-01tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-04-05tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-04-05tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-03-28inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2-8/+23
2013-03-28tcp: fix skb_availroom()Eric Dumazet2-2/+1
2013-03-28net/ipv4: Ensure that location of timestamp option is storedDavid Ward1-4/+1
2013-03-20tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet1-2/+7
2013-02-28ipv4: fix a bug in ping_err().Li Wei1-2/+2
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: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
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-11inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2-4/+18
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
2012-11-26netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber1-2/+4
2012-11-26ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang1-13/+22
2012-11-17net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov1-1/+4
2012-11-17net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2012-11-17tcp: fix FIONREAD/SIOCINQEric Dumazet1-5/+3
2012-10-28tcp: resets are misroutedAlexey Kuznetsov1-3/+4
2012-10-21netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy1-2/+3
2012-10-21netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso1-1/+4
2012-10-13ipv4: raw: fix icmp_filter()Eric Dumazet1-6/+8
2012-10-13tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček1-2/+8
2012-10-02net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri1-2/+12
2012-10-02tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng1-8/+7
2012-10-02tcp: Apply device TSO segment limit earlierBen Hutchings3-11/+17
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-08-09tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-08-09cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-07-16inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-4/+12
2012-06-10xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier1-15/+9
2012-06-10ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang1-6/+6
2012-05-17tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-10ipv4: Do not use dead fib_info entries.David S. Miller1-0/+2
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2-5/+6
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6