aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge kernel.org linux-3.0.y into HEADKalimochoAz2012-10-313-6/+19
|\
| * 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
* | Merge commit '2e54c4f' into HEADKalimochoAz2012-10-142-8/+16
|\ \ | |/
| * 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
* | Merge commit 'b9a7985' into HEADKalimochoAz2012-10-144-13/+29
|\ \ | |/
| * 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
* | Merge branch 'linux-3.0.y' into HEADKalimochoAz2012-08-303-4/+11
|\ \ | |/
| * 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
* | Merge branch 'linux-3.0.y' into HEADKalimochoAz2012-07-271-0/+2
|\ \ | |/
| * tcp: drop SYN+FIN messagesEric Dumazet2012-07-191-0/+2
* | Merge branch 'linux-3.0.y' into HEADKalimochoAz2012-06-133-22/+24
|\ \ | |/
| * 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
* | Merge branch 'linux-3.0.y' into HEADKalimochoAz2012-05-222-7/+7
|\ \ | |/
| * 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 branch 'linux-3.0.y' into HEADKalimochoAz2012-05-072-3/+7
|\ \ | |/
| * 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
* | Merge branch 'linux-3.0.y' into cm.icsKalimochoAz2012-04-022-17/+23
|\ \ | |/
| * tcp: fix syncookie regressionEric Dumazet2012-03-232-17/+23
* | Merge branch 'linux-3.0.y' into cm.icsKalimochoAz2012-03-193-16/+18
|\ \ | |/
| * 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
* | Merge branch 'linux-3.0.y' into cm.icsKalimochoAz2012-03-016-51/+105
|\ \ | |/
| * 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
| * tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu2012-02-291-0/+5
| * net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf2012-02-291-1/+2
| * ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei2012-02-291-1/+1
| * ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2012-02-292-3/+4
| * ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei2012-02-291-0/+1
* | Merge branch 'linux-3.0.y' into cm.ics.newKalimochoAz2012-02-204-28/+55
|\ \ | |/
| * net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-134-28/+55
* | Merge branch 'linux-3.0.update' into cm.ics.newKalimochoAz2012-02-1110-26/+144
|\ \ | |/
| * tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2012-02-031-1/+1