summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-07-271-1/+3
* ipv4: fix TCP early demuxEric Dumazet2012-07-273-8/+8
* tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-07-271-1/+4
* ipv6: Early TCP socket demuxEric Dumazet2012-07-271-0/+1
* ipv4: Fix input route performance regression.David S. Miller2012-07-276-35/+31Star
* ipv4: rt_cache_valid must check expired routesEric Dumazet2012-07-261-3/+5
* tcp: early_demux fixesEric Dumazet2012-07-242-8/+6Star
* ipv4: Change rt->rt_iif encoding.David S. Miller2012-07-241-4/+4
* ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-245-23/+22Star
* ipv4: Remove all RTCF_DIRECTSRC handliing.David S. Miller2012-07-231-9/+2Star
* ipv4: Really ignore ICMP address requests/replies.David S. Miller2012-07-231-82/+2Star
* net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse.Saurabh2012-07-231-5/+5
* ipv4: Remove redundant assignmentLin Ming2012-07-231-1/+0Star
* tcp: dont drop MTU reduction indicationsEric Dumazet2012-07-232-5/+20
* tcp: avoid oops in tcp_metrics and reset tcpm_stampJulian Anastasov2012-07-231-2/+3
* Merge branch 'kill_rtcache'David S. Miller2012-07-2315-1155/+242Star
|\
| * ipv4: Kill rt->fiDavid S. Miller2012-07-201-31/+1Star
| * ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller2012-07-202-6/+6
| * ipv4: Kill rt->rt_oifDavid S. Miller2012-07-203-8/+5Star
| * ipv4: Dirty less cache lines in route caching paths.David S. Miller2012-07-201-3/+3
| * ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2012-07-203-9/+3Star
| * ipv4: Cache input routes in fib_info nexthops.David S. Miller2012-07-202-12/+45
| * ipv4: Cache output routes in fib_info nexthops.David S. Miller2012-07-202-43/+99
| * ipv4: Kill routes during PMTU/redirect updates.David S. Miller2012-07-201-12/+29
| * net: Document dst->obsolete better.David S. Miller2012-07-201-2/+3
| * ipv4: Adjust semantics of rt->rt_gateway.David S. Miller2012-07-207-17/+18
| * ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller2012-07-202-37/+9Star
| * ipv4: Remove 'rt_mark' from 'struct rtable'David Miller2012-07-203-9/+3Star
| * ipv4: Kill 'rt_src' from 'struct rtable'David Miller2012-07-202-20/+15Star
| * ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller2012-07-202-33/+9Star
| * ipv4: Kill ip_route_input_noref().David Miller2012-07-205-10/+10
| * ipv4: Delete routing cache.David S. Miller2012-07-202-932/+13Star
* | ipv4: tcp: set unicast_sock uc_ttl to -1Eric Dumazet2012-07-221-1/+2
|/
* ipv4: show pmtu in route listJulian Anastasov2012-07-201-1/+5
* tcp: improve latencies of timer triggered eventsEric Dumazet2012-07-202-50/+66
* tcp: fix ABC in tcp_slow_start()Eric Dumazet2012-07-201-2/+3
* tcp: use hash_32() in tcp_metricsEric Dumazet2012-07-201-15/+10Star
* tcp: Return bool instead of int where appropriateVijay Subramanian2012-07-201-8/+8
* ipv4: Fix again the time difference calculationJulian Anastasov2012-07-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-2/+4
|\
| * cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore2012-07-181-2/+4
* | net-tcp: Fast Open client - cookie-less modeYuchung Cheng2012-07-192-3/+11
* | net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng2012-07-193-6/+33
* | net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng2012-07-193-10/+73
* | net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng2012-07-191-5/+35
* | net-tcp: Fast Open client - sending SYN-dataYuchung Cheng2012-07-193-11/+115
* | net-tcp: Fast Open client - cookie cacheYuchung Cheng2012-07-191-0/+51
* | net-tcp: Fast Open baseYuchung Cheng2012-07-198-13/+66
* | ipv4: tcp: remove per net tcp_sockEric Dumazet2012-07-192-23/+35
* | ipv4: use seqlock for nh_exceptionsJulian Anastasov2012-07-191-50/+68