aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar2013-08-111-1/+5
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-281-1/+2
* ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2013-06-272-2/+2
* tcp: xps: fix reordering issuesEric Dumazet2013-06-271-4/+6
* tcp: fix tcp_md5_hash_skb_data()Eric Dumazet2013-06-271-1/+5
* net: drop dst before queueing fragmentsEric Dumazet2013-05-011-4/+11
* tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet2013-05-011-33/+32
* esp4: fix error return code in esp_output()Wei Yongjun2013-05-011-3/+3
* tcp: incoming connections might use wrong route under synfloodDmitry Popov2013-05-011-2/+2
* tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-04-051-5/+2
* tcp: preserve ACK clocking in TSOEric Dumazet2013-04-051-2/+5
* inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-282-7/+25
* net/ipv4: Ensure that location of timestamp option is storedDavid Ward2013-03-281-4/+1
* tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-201-3/+3
* ipv6: use a stronger hash for tcpEric Dumazet2013-02-281-2/+7
* ipv4: fix a bug in ping_err().Li Wei2013-02-281-2/+2
* tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-141-2/+6
* tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-141-1/+2
* net: prevent setting ttl=0 via IP_TTLCong Wang2013-02-141-1/+1
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-175-9/+10
* tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet2013-01-111-18/+25
* tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2013-01-111-5/+10
* tcp: refine SYN handling in tcp_validate_incomingEric Dumazet2013-01-111-1/+5
* tcp: implement RFC 5961 4.2Eric Dumazet2013-01-112-18/+16
* tcp: implement RFC 5961 3.2Eric Dumazet2013-01-113-1/+38
* route: release dst_entry.hh_cache when handling redirectsMichal Kubecek2012-12-101-0/+4
* netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber2012-11-261-2/+4
* ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-11-261-12/+21
* net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer2012-11-171-3/+5
* tcp: fix FIONREAD/SIOCINQEric Dumazet2012-11-171-5/+3
* tcp: resets are misroutedAlexey Kuznetsov2012-10-281-3/+4
* netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy2012-10-211-2/+3
* netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-10-211-1/+4
* netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik2012-10-211-0/+8
* ipv4: raw: fix icmp_filter()Eric Dumazet2012-10-131-6/+8
* tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-10-131-2/+8
* net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-10-021-2/+12
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-023-11/+17
* tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-08-091-1/+3
* tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-08-091-1/+4
* cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore2012-08-091-2/+4
* tcp: drop SYN+FIN messagesEric Dumazet2012-07-191-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-7/+13
* 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-211-2/+1
* tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2012-05-212-5/+6
* tcp: fix tcp_grow_window() for large incoming framesEric Dumazet2012-04-271-0/+1
* tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell2012-04-271-2/+5
* tcp: allow splice() to build full TSO packetsEric Dumazet2012-04-271-1/+1