Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-02inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng
2019-11-08inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet
2019-02-09net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2018-04-09inetpeer: fix uninit-value in inet_getpeerEric Dumazet
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan
2017-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-28inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet
2017-09-28inetpeer: fix RCU lookup() againEric Dumazet
2017-09-02inetpeer: fix RCU lookup()Eric Dumazet
2017-07-17inetpeer: remove AVL implementation in favor of RB treeEric Dumazet
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern
2014-09-09inet: remove dead inetpeer sequence codeWillem de Bruijn
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-04-26inetpeer_gc_worker: trivial cleanupxiao jin
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2013-12-29ipv4: remove unused functionStephen Hemminger
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-28inetpeer: fix token initializationNicolas Dichtel
2012-08-22workqueue: make deferrable delayed_work initializer names consistentTejun Heo
2012-07-11ipv4: Maintain redirect and PMTU info in struct rtable again.David S. Miller
2012-07-11tcp: Move timestamps from inetpeer to metrics cache.David S. Miller
2012-06-21inetpeer: inetpeer_invalidate_tree() cleanupEric Dumazet
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller
2012-06-10inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller
2012-06-10inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller
2012-06-10inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller
2012-06-09inetpeer: add namespace support for inetpeerGao feng
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet
2012-03-08route: Remove redirect_genidSteffen Klassert
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert
2012-01-18inetpeer: initialize ->redirect_genid in inet_getpeer()Dan Carpenter
2012-01-17net: fix some sparse errorsEric Dumazet
2011-08-07net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-07-22ipv6: make fragment identifications less predictableEric Dumazet
2011-07-12inetpeer: kill inet_putpeer raceEric Dumazet
2011-06-09inetpeer: remove unused listEric Dumazet
2011-05-27inetpeer: fix race in unused_list manipulationsEric Dumazet
2011-04-13inetpeer: reduce stack usageEric Dumazet
2011-03-14inetpeer: should use call_rcu() variantEric Dumazet
2011-03-14ipv4: Fix PMTU update.Hiroaki SHIMODA
2011-03-09inetpeer: Don't disable BH for initial fast RCU lookup.David S. Miller
2011-03-05inetpeer: seqlock optimizationEric Dumazet
2011-02-11inetpeer: Add redirect and PMTU discovery cached info.David S. Miller
2011-02-11inetpeer: Abstract address representation further.David S. Miller
2011-02-05inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller
2011-01-28inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller