aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh1-0/+68
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-07-17ipv4: fix rcu splatEric Dumazet3-10/+11
2012-07-17ipv4: Fix nexthop exception hash computation.David S. Miller1-4/+12
2012-07-17Merge branch 'nexthop_exceptions'David S. Miller7-50/+313
2012-07-17ipv4: Add FIB nexthop exceptions.David S. Miller2-31/+248
2012-07-17tcp: implement RFC 5961 4.2Eric Dumazet2-18/+16
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller6-16/+23
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet3-1/+38
2012-07-16net: make sock diag per-namespaceAndrey Vagin2-8/+23
2012-07-16tcp: add OFO snmp countersEric Dumazet2-2/+8
2012-07-16ipv4: Add helper inet_csk_update_pmtu().David S. Miller2-9/+48
2012-07-13ipv4: Don't store a rule pointer in fib_result.David S. Miller3-21/+8
2012-07-13tcp: add LAST_ACK as a valid state for TSQEric Dumazet1-2/+2
2012-07-12ipv4: Remove tb_peers from fib_table.David S. Miller1-3/+0
2012-07-12ipv4: Put proper checks into icmp_socket_deliver().David S. Miller1-6/+6