aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inetpeer.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-06inetpeer: add a missing read_seqretry() in inet_getpeer()Eric Dumazet1-1/+2
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera1-4/+0
2026-03-09net: Add SPDX ids to some source filesTim Bird1-2/+1
2025-02-14inetpeer: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-4/+4
2024-12-20inetpeer: avoid false sharing in inet_peer_xrlim_allow()Eric Dumazet1-7/+11
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet1-6/+2
2024-12-17inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet1-8/+4
2024-12-17inetpeer: remove create argument of inet_getpeer()Eric Dumazet1-9/+2
2024-10-15inetpeer: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-7/+2
2024-01-31net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan1-4/+1
2022-07-08inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima1-4/+8
2021-03-01inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng1-14/+7
2019-11-07inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet1-2/+10
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-0/+1
2018-04-09inetpeer: fix uninit-value in inet_getpeerEric Dumazet1-0/+1
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan1-1/+2
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-09-28inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet1-4/+7
2017-09-28inetpeer: fix RCU lookup() againEric Dumazet1-2/+2
2017-09-01inetpeer: fix RCU lookup()Eric Dumazet1-3/+6
2017-07-17inetpeer: remove AVL implementation in favor of RB treeEric Dumazet1-338/+90
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena1-9/+9
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern1-18/+2
2014-09-08inet: remove dead inetpeer sequence codeWillem de Bruijn1-21/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-19/+1
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-18/+0
2014-04-26inetpeer_gc_worker: trivial cleanupxiao jin1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2013-12-28ipv4: remove unused functionStephen Hemminger1-7/+0
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen1-2/+2
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-2/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-27inetpeer: fix token initializationNicolas Dichtel1-1/+4
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+1
2012-07-10ipv4: Maintain redirect and PMTU info in struct rtable again.David S. Miller1-3/+0
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller1-1/+0
2012-06-20inetpeer: inetpeer_invalidate_tree() cleanupEric Dumazet1-19/+15
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller1-0/+28
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller1-8/+1
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller1-9/+1
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller1-48/+16
2012-06-08inetpeer: add namespace support for inetpeerGao feng1-18/+50
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-4/+12
2012-03-08route: Remove redirect_genidSteffen Klassert1-1/+0
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert1-1/+79
2012-01-17inetpeer: initialize ->redirect_genid in inet_getpeer()Dan Carpenter1-0/+1
2012-01-17net: fix some sparse errorsEric Dumazet1-1/+1
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller1-0/+1
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet1-2/+5
2011-07-11inetpeer: kill inet_putpeer raceEric Dumazet1-5/+9
2011-06-08inetpeer: remove unused listEric Dumazet1-206/+72
2011-05-27inetpeer: fix race in unused_list manipulationsEric Dumazet1-15/+27
2011-04-12inetpeer: reduce stack usageEric Dumazet1-6/+7
2011-03-13inetpeer: should use call_rcu() variantEric Dumazet1-1/+1
2011-03-13ipv4: Fix PMTU update.Hiroaki SHIMODA1-0/+1
2011-03-08inetpeer: Don't disable BH for initial fast RCU lookup.David S. Miller1-9/+9
2011-03-04inetpeer: seqlock optimizationEric Dumazet1-40/+35
2011-02-10inetpeer: Add redirect and PMTU discovery cached info.David S. Miller1-0/+2
2011-02-10inetpeer: Abstract address representation further.David S. Miller1-3/+3
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller1-0/+43
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller1-0/+1
2011-01-24inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller1-1/+1
2010-12-01inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller1-4/+4
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller1-0/+2
2010-11-30inetpeer: Add v6 peers tree, abstract root properly.David S. Miller1-9/+18
2010-11-30inetpeer: Abstract address comparisons.David S. Miller1-8/+27
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller1-5/+5
2010-11-30inetpeer: Introduce inet_peer_address_t.David S. Miller1-8/+8
2010-11-30inetpeer: Abstract out the tree root accesses.David S. Miller1-50/+69
2010-10-27inetpeer: __rcu annotationsEric Dumazet1-58/+80
2010-06-16inetpeer: restore small inet_peer structuresEric Dumazet1-2/+2
2010-06-15inetpeer: do not use zero refcnt for freed entriesEric Dumazet1-2/+8
2010-06-15inetpeer: RCU conversionEric Dumazet1-67/+93
2010-06-14inetpeer: various changesEric Dumazet1-38/+56
2009-11-13inetpeer: Optimize inet_getid()Eric Dumazet1-4/+1
2008-11-03net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong1-1/+1
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2007-11-12[INET]: Use list_head-s in inetpeer.cPavel Emelyanov1-27/+15
2007-07-20[IPV4]: Fix inetpeer gcc-4.2 warningsPatrick McHardy1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-04-25[IPV4]: Optimize inet_getpeer()Eric Dumazet1-16/+22
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-10-15[NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()Eric Dumazet1-7/+22
2006-09-28[IPV4]: inetpeer annotationsAl Viro1-2/+2
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan1-4/+1
2006-07-10[IPV4] inetpeer: Get rid of volatile from peer_totalHerbert Xu1-1/+1
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn1-4/+2
2006-01-03[IPV4]: Safer reassemblyHerbert Xu1-0/+1
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-2/+1
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet1-1/+1
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-0/+1
2005-08-29[IPV4]: possible cleanupsAdrian Bunk1-2/+0
2005-08-23[IPV4]: Fix negative timer loop with lots of ipv4 peers.Dave Johnson1-4/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+460