summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-17rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
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
2012-12-10route: release dst_entry.hh_cache when handling redirectsMichal Kubecek
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: 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-21netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik
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: Apply device TSO segment limit earlierBen Hutchings
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-08-09tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu
2012-08-09cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-07-19tcp: drop SYN+FIN messagesEric Dumazet
2012-06-10xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier
2012-06-10ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang
2012-06-10ipv4: Do not use dead fib_info entries.David S. Miller
2012-05-21tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2012-05-21tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-04-27tcp: fix tcp_grow_window() for large incoming framesEric Dumazet
2012-04-27tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell
2012-04-27tcp: allow splice() to build full TSO packetsEric Dumazet
2012-03-23tcp: fix syncookie regressionEric Dumazet
2012-03-19tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell
2012-03-19tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell
2012-03-19ipsec: be careful of non existing mac headersEric Dumazet
2012-02-29ipv4: fix redirect handlingEric Dumazet
2012-02-29route: fix ICMP redirect validationFlavio Leitner
2012-02-29tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell
2012-02-29tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell
2012-02-29tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell
2012-02-29tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu
2012-02-29net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf
2012-02-29ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei