aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/inetpeer.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-08route: Remove redirect_genidGravatar Steffen Klassert 1-1/+0
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheGravatar Steffen Klassert 1-1/+79
2012-01-17inetpeer: initialize ->redirect_genid in inet_getpeer()Gravatar Dan Carpenter 1-0/+1
2012-01-17net: fix some sparse errorsGravatar Eric Dumazet 1-1/+1
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.Gravatar David S. Miller 1-0/+1
2011-07-21ipv6: make fragment identifications less predictableGravatar Eric Dumazet 1-2/+5
2011-07-11inetpeer: kill inet_putpeer raceGravatar Eric Dumazet 1-5/+9
2011-06-08inetpeer: remove unused listGravatar Eric Dumazet 1-207/+73
2011-05-27inetpeer: fix race in unused_list manipulationsGravatar Eric Dumazet 1-15/+27
2011-04-12inetpeer: reduce stack usageGravatar Eric Dumazet 1-6/+7
2011-03-13inetpeer: should use call_rcu() variantGravatar Eric Dumazet 1-1/+1
2011-03-13ipv4: Fix PMTU update.Gravatar Hiroaki SHIMODA 1-0/+1
2011-03-08inetpeer: Don't disable BH for initial fast RCU lookup.Gravatar David S. Miller 1-9/+9
2011-03-04inetpeer: seqlock optimizationGravatar Eric Dumazet 1-40/+35
2011-02-10inetpeer: Add redirect and PMTU discovery cached info.Gravatar David S. Miller 1-0/+2
2011-02-10inetpeer: Abstract address representation further.Gravatar David S. Miller 1-3/+3
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.Gravatar David S. Miller 1-0/+43
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.Gravatar David S. Miller 1-0/+1
2011-01-24inetpeer: Use correct AVL tree base pointer in inet_getpeer().Gravatar David S. Miller 1-1/+1
2010-12-01inetpeer: Kill use of inet_peer_address_t typedef.Gravatar David S. Miller 1-4/+4
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.Gravatar David S. Miller 1-0/+2
2010-11-30inetpeer: Add v6 peers tree, abstract root properly.Gravatar David S. Miller 1-9/+18
2010-11-30inetpeer: Abstract address comparisons.Gravatar David S. Miller 1-8/+27
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.Gravatar David S. Miller 1-5/+5
2010-11-30inetpeer: Introduce inet_peer_address_t.Gravatar David S. Miller 1-8/+8
2010-11-30inetpeer: Abstract out the tree root accesses.Gravatar David S. Miller 1-50/+69
2010-10-27inetpeer: __rcu annotationsGravatar Eric Dumazet 1-58/+80
2010-06-16inetpeer: restore small inet_peer structuresGravatar Eric Dumazet 1-2/+2
2010-06-15inetpeer: do not use zero refcnt for freed entriesGravatar Eric Dumazet 1-2/+8
2010-06-15inetpeer: RCU conversionGravatar Eric Dumazet 1-69/+95
2010-06-14inetpeer: various changesGravatar Eric Dumazet 1-38/+56
2009-11-13inetpeer: Optimize inet_getid()Gravatar Eric Dumazet 1-4/+1
2008-11-03net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Gravatar Jianjun Kong 1-1/+1
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2007-11-12[INET]: Use list_head-s in inetpeer.cGravatar Pavel Emelyanov 1-27/+15
2007-07-20[IPV4]: Fix inetpeer gcc-4.2 warningsGravatar Patrick McHardy 1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-04-25[IPV4]: Optimize inet_getpeer()Gravatar Eric Dumazet 1-16/+22
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-10-15[NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()Gravatar Eric Dumazet 1-7/+22
2006-09-28[IPV4]: inetpeer annotationsGravatar Al Viro 1-2/+2
2006-09-22[NET]: Use SLAB_PANICGravatar Alexey Dobriyan 1-4/+1
2006-07-10[IPV4] inetpeer: Get rid of volatile from peer_totalGravatar Herbert Xu 1-1/+1
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Gravatar Kris Katterjohn 1-4/+2
2006-01-03[IPV4]: Safer reassemblyGravatar Herbert Xu 1-0/+1
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERGravatar Ingo Molnar 1-2/+1
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersGravatar Eric Dumazet 1-1/+1
2005-08-29[NET]: Fix sparse warningsGravatar Arnaldo Carvalho de Melo 1-0/+1
2005-08-29[IPV4]: possible cleanupsGravatar Adrian Bunk 1-2/+0