summaryrefslogtreecommitdiff
path: root/net/ipv4/inetpeer.c
AgeCommit message (Expand)Author
2012-01-17inetpeer: initialize ->redirect_genid in inet_getpeer()Dan Carpenter
2012-01-17net: fix some sparse errorsEric Dumazet
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet
2011-07-11inetpeer: kill inet_putpeer raceEric Dumazet
2011-06-08inetpeer: remove unused listEric Dumazet
2011-05-27inetpeer: fix race in unused_list manipulationsEric Dumazet
2011-04-12inetpeer: reduce stack usageEric Dumazet
2011-03-13inetpeer: should use call_rcu() variantEric Dumazet
2011-03-13ipv4: Fix PMTU update.Hiroaki SHIMODA
2011-03-08inetpeer: Don't disable BH for initial fast RCU lookup.David S. Miller
2011-03-04inetpeer: seqlock optimizationEric Dumazet
2011-02-10inetpeer: Add redirect and PMTU discovery cached info.David S. Miller
2011-02-10inetpeer: Abstract address representation further.David S. Miller
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller
2011-01-24inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller
2010-12-01inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller
2010-11-30inetpeer: Add v6 peers tree, abstract root properly.David S. Miller
2010-11-30inetpeer: Abstract address comparisons.David S. Miller
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller
2010-11-30inetpeer: Introduce inet_peer_address_t.David S. Miller
2010-11-30inetpeer: Abstract out the tree root accesses.David S. Miller
2010-10-27inetpeer: __rcu annotationsEric Dumazet
2010-06-16inetpeer: restore small inet_peer structuresEric Dumazet
2010-06-15inetpeer: do not use zero refcnt for freed entriesEric Dumazet
2010-06-15inetpeer: RCU conversionEric Dumazet
2010-06-14inetpeer: various changesEric Dumazet
2009-11-13inetpeer: Optimize inet_getid()Eric Dumazet
2008-11-03net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong
2008-06-11net: remove CVS keywordsAdrian Bunk
2007-11-12[INET]: Use list_head-s in inetpeer.cPavel Emelyanov
2007-07-20[IPV4]: Fix inetpeer gcc-4.2 warningsPatrick McHardy
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-04-25[IPV4]: Optimize inet_getpeer()Eric Dumazet
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-10-15[NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()Eric Dumazet
2006-09-28[IPV4]: inetpeer annotationsAl Viro
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan
2006-07-10[IPV4] inetpeer: Get rid of volatile from peer_totalHerbert Xu
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn
2006-01-03[IPV4]: Safer reassemblyHerbert Xu
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo
2005-08-29[IPV4]: possible cleanupsAdrian Bunk
2005-08-23[IPV4]: Fix negative timer loop with lots of ipv4 peers.Dave Johnson
2005-04-16Linux-2.6.12-rc2Linus Torvalds