summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-01-16tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2013-01-16tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2013-01-16tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2013-01-16tcp: implement RFC 5961 4.2Eric Dumazet2-18/+16
2013-01-16tcp: implement RFC 5961 3.2Eric Dumazet3-1/+38
2013-01-16inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2-3/+18
2013-01-03ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2012-12-06ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang1-12/+21
2012-12-06netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber1-2/+4
2012-11-16net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2012-11-16tcp: fix FIONREAD/SIOCINQEric Dumazet1-5/+3
2012-10-30tcp: resets are misroutedAlexey Kuznetsov1-3/+4
2012-10-17netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy1-2/+3
2012-10-17netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso1-1/+4
2012-10-17netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2012-10-10ipv4: raw: fix icmp_filter()Eric Dumazet1-6/+8
2012-10-10tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček1-2/+8
2012-09-19net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri1-2/+12
2012-09-19tcp: Apply device TSO segment limit earlierBen Hutchings3-11/+17
2012-08-19tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-08-19tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-08-19cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-07-25tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
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-06-10ipv4: Do not use dead fib_info entries.David S. Miller1-0/+2
2012-05-20tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-20tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2-5/+6
2012-05-20tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6
2012-05-11tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2012-05-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2-5/+6
2012-05-11tcp: fix tcp_trim_head()Eric Dumazet1-5/+8
2012-05-11tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-05-11tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-03-23tcp: fix syncookie regressionEric Dumazet2-17/+23
2012-03-19tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2012-03-19tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2012-03-19ipsec: be careful of non existing mac headersEric Dumazet2-8/+3
2012-02-29tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2012-02-29tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-02-29tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2012-02-29ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-02-29tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu1-0/+5
2012-02-29net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2012-02-03tcp: md5: using remote adress for md5 lookup in rst packetshawnlu1-1/+1
2012-02-03tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet5-15/+15
2012-01-12igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet1-2/+2