summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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-21tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-21tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2-5/+6
2012-05-21tcp: 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-03-01tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2012-03-01tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-03-01tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2012-03-01ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-03-01tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu1-0/+5
2012-03-01net: 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-23net: introduce DST_NOPEER dst flagEric Dumazet1-2/+2
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2011-12-22ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+107
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2011-12-13ipip, sit: copy parms.name after register_netdeviceTed Feng1-1/+6
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller1-22/+13
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov1-6/+6
2011-12-02ipv4: flush route cache after change accept_localPeter Pan(潘卫平)1-0/+5
2011-12-01Revert "udp: remove redundant variable"David S. Miller1-7/+8
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller1-7/+19
2011-12-01ipv4: fix lockdep splat in rt_cache_seq_showEric Dumazet1-2/+6
2011-11-29Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-1/+2
2011-11-27inet: add a redirect generation id in inetpeerEric Dumazet1-1/+9
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert1-2/+2
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-2/+9
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-5/+5
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert1-1/+1
2011-11-24ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2-3/+4