aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inetpeer.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-2/+2
* net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-151-0/+1
* inetpeer: fix race in unused_list manipulationsEric Dumazet2011-05-271-15/+27
* inetpeer: reduce stack usageEric Dumazet2011-04-121-6/+7
* inetpeer: should use call_rcu() variantEric Dumazet2011-03-131-1/+1
* ipv4: Fix PMTU update.Hiroaki SHIMODA2011-03-131-0/+1
* inetpeer: Don't disable BH for initial fast RCU lookup.David S. Miller2011-03-081-9/+9
* inetpeer: seqlock optimizationEric Dumazet2011-03-041-40/+35
* inetpeer: Add redirect and PMTU discovery cached info.David S. Miller2011-02-101-0/+2
* inetpeer: Abstract address representation further.David S. Miller2011-02-101-3/+3
* inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-041-0/+43
* inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller2011-01-271-0/+1
* inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller2011-01-241-1/+1
* inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller2010-12-011-4/+4
* ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller2010-11-301-0/+2
* inetpeer: Add v6 peers tree, abstract root properly.David S. Miller2010-11-301-9/+18
* inetpeer: Abstract address comparisons.David S. Miller2010-11-301-8/+27
* inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller2010-11-301-5/+5
* inetpeer: Introduce inet_peer_address_t.David S. Miller2010-11-301-8/+8
* inetpeer: Abstract out the tree root accesses.David S. Miller2010-11-301-50/+69
* inetpeer: __rcu annotationsEric Dumazet2010-10-271-58/+80
* inetpeer: restore small inet_peer structuresEric Dumazet2010-06-161-2/+2
* inetpeer: do not use zero refcnt for freed entriesEric Dumazet2010-06-151-2/+8
* inetpeer: RCU conversionEric Dumazet2010-06-151-69/+95
* inetpeer: various changesEric Dumazet2010-06-141-38/+56
* inetpeer: Optimize inet_getid()Eric Dumazet2009-11-131-4/+1
* net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong2008-11-031-1/+1
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* [INET]: Use list_head-s in inetpeer.cPavel Emelyanov2007-11-121-27/+15
* [IPV4]: Fix inetpeer gcc-4.2 warningsPatrick McHardy2007-07-201-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [IPV4]: Optimize inet_getpeer()Eric Dumazet2007-04-251-16/+22
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()Eric Dumazet2006-10-151-7/+22
* [IPV4]: inetpeer annotationsAl Viro2006-09-281-2/+2
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-221-4/+1
* [IPV4] inetpeer: Get rid of volatile from peer_totalHerbert Xu2006-07-101-1/+1
* [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-091-4/+2
* [IPV4]: Safer reassemblyHerbert Xu2006-01-031-0/+1
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-2/+1
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-1/+1
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-291-0/+1
* [IPV4]: possible cleanupsAdrian Bunk2005-08-291-2/+0
* [IPV4]: Fix negative timer loop with lots of ipv4 peers.Dave Johnson2005-08-231-4/+7
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+460