aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-26ipv4: Fix input route performance regression.David S. Miller6-35/+31
2012-07-25ipv4: rt_cache_valid must check expired routesEric Dumazet1-3/+5
2012-07-24tcp: early_demux fixesEric Dumazet2-8/+6
2012-07-23ipv4: Change rt->rt_iif encoding.David S. Miller1-4/+4
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller5-23/+22
2012-07-23ipv4: Remove all RTCF_DIRECTSRC handliing.David S. Miller1-9/+2
2012-07-23ipv4: Really ignore ICMP address requests/replies.David S. Miller1-82/+2
2012-07-23net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse.Saurabh1-5/+5
2012-07-23ipv4: Remove redundant assignmentLin Ming1-1/+0
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet2-5/+20
2012-07-23tcp: avoid oops in tcp_metrics and reset tcpm_stampJulian Anastasov1-2/+3
2012-07-22Merge branch 'kill_rtcache'David S. Miller15-1155/+242
2012-07-22ipv4: tcp: set unicast_sock uc_ttl to -1Eric Dumazet1-1/+2
2012-07-20ipv4: Kill rt->fiDavid S. Miller1-31/+1
2012-07-20ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller2-6/+6
2012-07-20ipv4: Kill rt->rt_oifDavid S. Miller3-8/+5
2012-07-20ipv4: Dirty less cache lines in route caching paths.David S. Miller1-3/+3
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller3-9/+3
2012-07-20ipv4: Cache input routes in fib_info nexthops.David S. Miller2-12/+45
2012-07-20ipv4: Cache output routes in fib_info nexthops.David S. Miller2-43/+99
2012-07-20ipv4: Kill routes during PMTU/redirect updates.David S. Miller1-12/+29
2012-07-20net: Document dst->obsolete better.David S. Miller1-2/+3
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller7-17/+18
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller2-37/+9
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller3-9/+3
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller2-20/+15
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller2-33/+9
2012-07-20ipv4: Kill ip_route_input_noref().David Miller5-10/+10
2012-07-20ipv4: Delete routing cache.David S. Miller2-932/+13
2012-07-20ipv4: show pmtu in route listJulian Anastasov1-1/+5
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet2-50/+66
2012-07-20tcp: fix ABC in tcp_slow_start()Eric Dumazet1-2/+3
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet1-15/+10
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian1-8/+8
2012-07-19ipv4: Fix again the time difference calculationJulian Anastasov1-1/+1
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng2-3/+11
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng3-6/+33
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng3-10/+73
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng1-5/+35
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng3-11/+115
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng1-0/+51
2012-07-19net-tcp: Fast Open baseYuchung Cheng8-13/+66
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet2-23/+35
2012-07-19ipv4: use seqlock for nh_exceptionsJulian Anastasov1-50/+68
2012-07-19ipv4: Fix time difference calculation in rt_bind_exception().David S. Miller1-1/+1
2012-07-19ipv4: fix address selection in fib_compute_spec_dstJulian Anastasov1-1/+2
2012-07-19ipv4: optimize fib_compute_spec_dst call in ip_options_echoJulian Anastasov1-3/+2
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet1-12/+3
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh3-0/+968