aboutsummaryrefslogtreecommitdiff
path: root/include/net/inetpeer.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsGravatar Lorenzo Bianconi 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-17inetpeer: remove AVL implementation in favor of RB treeGravatar Eric Dumazet 1-9/+2
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-2/+2
2015-12-16inet: tcp: fix inetpeer_set_addr_v4()Gravatar Eric Dumazet 1-0/+1
2015-08-28net: Add support for VRFs to inetpeer cacheGravatar David Ahern 1-5/+12
2015-08-28net: Refactor inetpeer address structGravatar David Ahern 1-16/+19
2015-08-28net: Add helper function to compare inetpeer addressesGravatar David Ahern 1-0/+16
2015-08-28net: Add set,get helpers for inetpeer addressesGravatar David Ahern 1-0/+23
2015-08-25inetpeer: remove dead codeGravatar David Ahern 1-67/+0
2015-03-31tcp: simplify inetpeer_addr_base useGravatar Jiri Benc 1-1/+2
2014-09-08inet: remove dead inetpeer sequence codeGravatar Willem de Bruijn 1-1/+0
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsGravatar Eric Dumazet 1-8/+1
2014-06-02inetpeer: get rid of ip_id_countGravatar Eric Dumazet 1-20/+3
2013-12-28ipv4: remove unused functionGravatar Stephen Hemminger 1-1/+0
2013-09-21inet*.h: Remove extern from function prototypesGravatar Joe Perches 1-6/+6
2012-07-10ipv4: Maintain redirect and PMTU info in struct rtable again.Gravatar David S. Miller 1-4/+0
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.Gravatar David S. Miller 1-3/+1
2012-06-11inet: Avoid potential NULL peer dereference.Gravatar David S. Miller 1-1/+1
2012-06-11inet: Add family scope inetpeer flushes.Gravatar David S. Miller 1-0/+2
2012-06-11inet: Hide route peer accesses behind helpers.Gravatar David S. Miller 1-0/+54
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.Gravatar David S. Miller 1-5/+5
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.Gravatar David S. Miller 1-2/+1
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cGravatar David S. Miller 1-0/+9
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gravatar Gao feng 1-4/+8
2012-06-08inetpeer: add namespace support for inetpeerGravatar Gao feng 1-4/+6
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Gravatar Eric Dumazet 1-1/+4
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-0/+3
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2011-11-26inet: add a redirect generation id in inetpeerGravatar Eric Dumazet 1-0/+1
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-21ipv6: make fragment identifications less predictableGravatar Eric Dumazet 1-3/+10
2011-06-08inetpeer: lower false sharing effectGravatar Eric Dumazet 1-11/+13
2011-06-08inetpeer: remove unused listGravatar Eric Dumazet 1-1/+1
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-1/+1
2011-02-10inetpeer: Add redirect and PMTU discovery cached info.Gravatar David S. Miller 1-7/+11
2011-02-10inetpeer: Abstract address representation further.Gravatar David S. Miller 1-6/+10
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.Gravatar David S. Miller 1-0/+3
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.Gravatar David S. Miller 1-0/+7
2011-01-27inetpeer: Add metrics storage to inetpeer entries.Gravatar David S. Miller 1-2/+4
2010-12-01inetpeer: Fix incorrect comment about inetpeer struct size.Gravatar David S. Miller 1-1/+0
2010-12-01inetpeer: Kill use of inet_peer_address_t typedef.Gravatar David S. Miller 1-6/+6
2010-11-30inetpeer: Add inet_getpeer_v6()Gravatar David S. Miller 1-0/+10
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.Gravatar David S. Miller 1-1/+10
2010-11-30inetpeer: Introduce inet_peer_address_t.Gravatar David S. Miller 1-1/+9
2010-10-27inetpeer: __rcu annotationsGravatar Eric Dumazet 1-1/+1
2010-06-16inetpeer: restore small inet_peer structuresGravatar Eric Dumazet 1-5/+26