summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-04-101-5/+2
* tcp: preserve ACK clocking in TSOEric Dumazet2013-04-101-2/+5
* inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-272-7/+25
* tcp: fix skb_availroom()Eric Dumazet2013-03-272-2/+1
* net/ipv4: Ensure that location of timestamp option is storedDavid Ward2013-03-271-4/+1
* tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-271-3/+3
* ipv6: use a stronger hash for tcpEric Dumazet2013-03-061-2/+7
* ipv4: fix a bug in ping_err().Li Wei2013-03-061-2/+2
* tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-201-2/+6
* tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-201-1/+2
* net: prevent setting ttl=0 via IP_TTLCong Wang2013-02-201-1/+1
* tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet2013-01-161-18/+25
* tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2013-01-161-5/+10
* tcp: refine SYN handling in tcp_validate_incomingEric Dumazet2013-01-161-1/+5
* tcp: implement RFC 5961 4.2Eric Dumazet2013-01-162-18/+16
* tcp: implement RFC 5961 3.2Eric Dumazet2013-01-163-1/+38
* inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2013-01-162-3/+18
* ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg2013-01-031-10/+9
* ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-12-061-12/+21
* netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber2012-12-061-2/+4
* net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer2012-11-161-3/+5
* tcp: fix FIONREAD/SIOCINQEric Dumazet2012-11-161-5/+3
* tcp: resets are misroutedAlexey Kuznetsov2012-10-301-3/+4
* netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy2012-10-171-2/+3
* netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-10-171-1/+4
* netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik2012-10-171-0/+8
* ipv4: raw: fix icmp_filter()Eric Dumazet2012-10-101-6/+8
* tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-10-101-2/+8
* net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-09-191-2/+12
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-09-193-11/+17
* tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-08-191-1/+3
* tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-08-191-1/+4
* cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore2012-08-191-2/+4
* tcp: drop SYN+FIN messagesEric Dumazet2012-07-251-0/+2
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-06-101-15/+9
* ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang2012-06-101-6/+6
* ipv4: Do not use dead fib_info entries.David S. Miller2012-06-101-0/+2
* tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau2012-05-201-2/+1
* tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2012-05-202-5/+6
* tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng2012-05-201-3/+6
* tcp: fix tcp_grow_window() for large incoming framesEric Dumazet2012-05-111-0/+1
* tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2012-05-112-5/+6
* tcp: fix tcp_trim_head()Eric Dumazet2012-05-111-5/+8
* tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell2012-05-111-2/+5
* tcp: allow splice() to build full TSO packetsEric Dumazet2012-05-111-1/+1
* tcp: fix syncookie regressionEric Dumazet2012-03-232-17/+23
* tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell2012-03-191-0/+4
* tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell2012-03-191-0/+1
* tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell2012-03-191-8/+10
* ipsec: be careful of non existing mac headersEric Dumazet2012-03-192-8/+3