aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: current group_info should be put after using.xiaoming wang2015-12-061-4/+11
* tcp_cubic: better follow cubic curve after idle periodJana Iyengar2015-12-061-0/+16
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-10-181-0/+1
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-2722-118/+238
|\
| * 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
* | merge opensource jb u5codeworkx2012-09-221-1/+10
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-1818-108/+318
|\ \ | |/
| * 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
| * 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
| * ipv4: fix redirect handlingEric Dumazet2012-02-291-51/+58
| * route: fix ICMP redirect validationFlavio Leitner2012-02-291-5/+31
| * tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell2012-02-291-0/+4
| * tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell2012-02-291-9/+10
| * tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell2012-02-291-14/+22