aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inetpeer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-17inetpeer: remove AVL implementation in favor of RB treeEric Dumazet1-9/+2
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2015-12-16inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet1-0/+1
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern1-5/+12
2015-08-28net: Refactor inetpeer address structDavid Ahern1-16/+19
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern1-0/+16
2015-08-28net: Add set,get helpers for inetpeer addressesDavid Ahern1-0/+23
2015-08-25inetpeer: remove dead codeDavid Ahern1-67/+0
2015-03-31tcp: simplify inetpeer_addr_base useJiri Benc1-1/+2
2014-09-08inet: remove dead inetpeer sequence codeWillem de Bruijn1-1/+0
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+1
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-20/+3
2013-12-28ipv4: remove unused functionStephen Hemminger1-1/+0
2013-09-21inet*.h: Remove extern from function prototypesJoe Perches1-6/+6
2012-07-10ipv4: Maintain redirect and PMTU info in struct rtable again.David S. Miller1-4/+0
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller1-3/+1
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller1-1/+1
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller1-0/+2
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller1-0/+54
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller1-5/+5
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller1-2/+1
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller1-0/+9
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng1-4/+8
2012-06-08inetpeer: add namespace support for inetpeerGao feng1-4/+6
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-1/+4
2012-03-08route: Remove redirect_genidSteffen Klassert1-1/+0
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert1-0/+3
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-11-26inet: add a redirect generation id in inetpeerEric Dumazet1-0/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet1-3/+10
2011-06-08inetpeer: lower false sharing effectEric Dumazet1-11/+13
2011-06-08inetpeer: remove unused listEric Dumazet1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-02-10inetpeer: Add redirect and PMTU discovery cached info.David S. Miller1-7/+11
2011-02-10inetpeer: Abstract address representation further.David S. Miller1-6/+10
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller1-0/+3
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller1-0/+7
2011-01-27inetpeer: Add metrics storage to inetpeer entries.David S. Miller1-2/+4
2010-12-01inetpeer: Fix incorrect comment about inetpeer struct size.David S. Miller1-1/+0
2010-12-01inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller1-6/+6
2010-11-30inetpeer: Add inet_getpeer_v6()David S. Miller1-0/+10
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller1-1/+10
2010-11-30inetpeer: Introduce inet_peer_address_t.David S. Miller1-1/+9
2010-10-27inetpeer: __rcu annotationsEric Dumazet1-1/+1
2010-06-16inetpeer: restore small inet_peer structuresEric Dumazet1-5/+26