summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2012-08-19tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-08-19tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu
2012-08-19cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-07-25tcp: drop SYN+FIN messagesEric Dumazet
2012-06-10xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier
2012-06-10ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang
2012-06-10ipv4: Do not use dead fib_info entries.David S. Miller
2012-05-20tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2012-05-20tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-05-20tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng
2012-05-11tcp: fix tcp_grow_window() for large incoming framesEric Dumazet
2012-05-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet
2012-05-11tcp: fix tcp_trim_head()Eric Dumazet
2012-05-11tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell
2012-05-11tcp: allow splice() to build full TSO packetsEric Dumazet
2012-03-23tcp: fix syncookie regressionEric Dumazet
2012-03-19tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell
2012-03-19tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell
2012-03-19ipsec: be careful of non existing mac headersEric Dumazet
2012-02-29tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell
2012-02-29tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell
2012-02-29tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell
2012-02-29ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei
2012-02-29tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu
2012-02-29net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf
2012-02-03tcp: md5: using remote adress for md5 lookup in rst packetshawnlu
2012-02-03tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-01-12igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell
2011-12-21ipv4: reintroduce route cache garbage collectorEric Dumazet
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov
2011-12-01ipv4: flush route cache after change accept_localPeter Pan(潘卫平)
2011-12-01Revert "udp: remove redundant variable"David S. Miller
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller
2011-11-30ipv4: fix lockdep splat in rt_cache_seq_showEric Dumazet
2011-11-29Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller
2011-11-26inet: add a redirect generation id in inetpeerEric Dumazet
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei
2011-11-23ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller