aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2012-07-23ipv4: Change rt->rt_iif encoding.David S. Miller
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller
2012-07-23ipv4: Remove all RTCF_DIRECTSRC handliing.David S. Miller
2012-07-23ipv4: Really ignore ICMP address requests/replies.David S. Miller
2012-07-23net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse.Saurabh
2012-07-23ipv4: Remove redundant assignmentLin Ming
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet
2012-07-23tcp: avoid oops in tcp_metrics and reset tcpm_stampJulian Anastasov
2012-07-22Merge branch 'kill_rtcache'David S. Miller
2012-07-22ipv4: tcp: set unicast_sock uc_ttl to -1Eric Dumazet
2012-07-20ipv4: Kill rt->fiDavid S. Miller
2012-07-20ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller
2012-07-20ipv4: Kill rt->rt_oifDavid S. Miller
2012-07-20ipv4: Dirty less cache lines in route caching paths.David S. Miller
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller
2012-07-20ipv4: Cache input routes in fib_info nexthops.David S. Miller
2012-07-20ipv4: Cache output routes in fib_info nexthops.David S. Miller
2012-07-20ipv4: Kill routes during PMTU/redirect updates.David S. Miller
2012-07-20net: Document dst->obsolete better.David S. Miller
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller
2012-07-20ipv4: Kill ip_route_input_noref().David Miller
2012-07-20ipv4: Delete routing cache.David S. Miller
2012-07-20ipv4: show pmtu in route listJulian Anastasov
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet
2012-07-20tcp: fix ABC in tcp_slow_start()Eric Dumazet
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian
2012-07-19ipv4: Fix again the time difference calculationJulian Anastasov
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet
2012-07-19ipv4: use seqlock for nh_exceptionsJulian Anastasov
2012-07-19ipv4: Fix time difference calculation in rt_bind_exception().David S. Miller
2012-07-19ipv4: fix address selection in fib_compute_spec_dstJulian Anastasov
2012-07-19ipv4: optimize fib_compute_spec_dst call in ip_options_echoJulian Anastasov
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore