aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-134-28/+55
* tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2012-02-031-1/+1
* tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell2012-02-031-4/+2
* ah: Don't return NET_XMIT_DROP on input.Nick Bowler2012-02-031-2/+0
* ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2012-01-251-2/+2
* ah: Correctly pass error codes in ahash output callback.Nick Bowler2012-01-251-2/+0
* igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings2012-01-121-0/+2
* ipv4: using prefetch requires including prefetch.hStephen Rothwell2012-01-061-0/+1
* ipv4: reintroduce route cache garbage collectorEric Dumazet2012-01-061-0/+106
* ipv4: flush route cache after change accept_localWeiping Pan2012-01-061-0/+5
* net: have ipconfig not wait if no dev is availableGerlando Falauto2012-01-061-0/+4
* ipip, sit: copy parms.name after register_netdeviceTed Feng2012-01-061-1/+6
* tcp: properly update lost_cnt_hint during shiftingYan, Zheng2011-11-111-3/+1
* tcp: properly handle md5sig_pool referencesYan, Zheng2011-11-111-4/+7
* ipv4: fix ipsec forward performance regressionYan, Zheng2011-11-111-7/+7
* tcp: initialize variable ecn_ok in syncookies pathMike Waychison2011-10-031-1/+1