summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-23ipv4: Give backtrace in ip_rt_bug().Dave Jones1-0/+1
2011-05-23ipv4: Include linux/prefetch.h in fib_trie.cDavid S. Miller1-0/+1
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds39-830/+1999
2011-05-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-43/+8
2011-05-20ipconfig wait for carrierMicha Nelissen1-13/+22
2011-05-20net: ping: fix the coding styleChangli Gao1-3/+7
2011-05-20net: ping: make local functions staticChangli Gao1-4/+4
2011-05-19ipv4: Pass explicit destination address to rt_bind_peer().David S. Miller3-13/+13
2011-05-19ipv4: Pass explicit destination address to rt_get_peer().David S. Miller1-3/+3
2011-05-19ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller2-7/+9
2011-05-19ipv4: Kill RT_CACHE_DEBUGDavid S. Miller1-22/+0
2011-05-18ipv4: Don't use enums as bitmasks in ip_fragment.cDavid S. Miller1-6/+4
2011-05-17net: ping: fix build failureVasiliy Kulikov2-12/+13
2011-05-16ipv4: more compliant RFC 3168 supportEric Dumazet1-22/+38
2011-05-16ipv4: Trivial rt->rt_src conversions in net/ipv4/route.cDavid S. Miller1-2/+2
2011-05-16net: ping: dont call udp_ioctl()Eric Dumazet1-19/+0
2011-05-15net: ping: small changesEric Dumazet1-4/+4
2011-05-14ipv4: Remove rt->rt_dst reference from ip_forward_options().David S. Miller1-1/+1
2011-05-14ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller2-16/+20
2011-05-14ipv4: Always call ip_options_build() after rest of IP header is filled in.David S. Miller1-4/+5
2011-05-14ipv4: Kill spurious write to iph->daddr in ip_forward_options().David S. Miller1-1/+0
2011-05-14net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov5-2/+1051
2011-05-13ipv4: Fix 'iph' use before set.David S. Miller1-1/+1
2011-05-13ipv4: Elide use of rt->rt_dst in ip_forward()David S. Miller1-1/+1
2011-05-13ipv4: Simplify iph->daddr overwrite in ip_options_rcv_srr().David S. Miller1-1/+1
2011-05-13ipv4: Kill spurious opt->srr check in ip_options_rcv_srr().David S. Miller1-1/+1
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-4/+14
2011-05-11xfrm: Assign the inner mode output function to the dst entrySteffen Klassert2-2/+7
2011-05-11net: fix two lockdep splatsEric Dumazet1-2/+2
2011-05-11ipv4: xfrm: Eliminate ->rt_src reference in policy code.David S. Miller1-13/+21
2011-05-11ipv4: udp: Eliminate remaining uses of rt->rt_srcDavid S. Miller1-7/+6
2011-05-11ipv4: icmp: Eliminate remaining uses of rt->rt_srcDavid S. Miller1-3/+3
2011-05-11ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller2-6/+5
2011-05-09ipv4: Pass flow key down into ip_append_*().David S. Miller4-15/+19
2011-05-09ipv4: Pass flow keys down into datagram packet building engine.David S. Miller4-90/+86
2011-05-09udp: Use flow key information instead of rt->rt_{src,dst}David S. Miller1-6/+8
2011-05-09tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger1-2/+7
2011-05-09tcp: Use cork flow info instead of rt->rt_dst in tcp_v4_get_peer()David S. Miller1-1/+2
2011-05-09ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit().David S. Miller1-4/+4
2011-05-09inet: Pass flowi to ->queue_xmit().David S. Miller2-3/+3
2011-05-09ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.David S. Miller1-8/+10
2011-05-09ipv4: Create inet_csk_route_child_sock().David S. Miller1-0/+33
2011-05-09ipv4: Use cork flow in ip_queue_xmit()David S. Miller1-2/+3
2011-05-09ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}()David S. Miller1-5/+7
2011-05-09ipv4: Lock socket and use cork flow in ip4_datagram_connect().David S. Miller1-8/+15
2011-05-09tcp: Use cork flow in tcp_v4_connect()David S. Miller1-6/+7
2011-05-08net,rcu: convert call_rcu(ip_mc_socklist_reclaim) to kfree_rcu()Lai Jiangshan1-10/+2
2011-05-08net,rcu: convert call_rcu(ip_sf_socklist_reclaim) to kfree_rcu()Lai Jiangshan1-9/+3