aboutsummaryrefslogtreecommitdiff
path: root/include/net/flow.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-20flow.h/flow_keys.h: Remove extern from function prototypesGravatar Joe Perches 1-5/+6
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHGravatar Julian Anastasov 1-0/+1
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.Gravatar David S. Miller 1-1/+0
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.Gravatar David S. Miller 1-3/+2
2012-06-22ipv4: tcp: dont cache output dst for syncookiesGravatar Eric Dumazet 1-0/+1
2012-02-04ipv4: reset flowi parameters on route connectGravatar Julian Anastasov 1-0/+10
2012-01-17net: fix some sparse errorsGravatar Eric Dumazet 1-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2011-12-21net: Add a flow_cache_flush_deferred functionGravatar Steffen Klassert 1-0/+1
2011-12-01ipv4: use a 64bit load/store in output pathGravatar Eric Dumazet 1-1/+4
2011-09-16net: Handle different key sizes between address families in flow cacheGravatar dpward 1-0/+19
2011-09-16net: Align AF-specific flowi structs to longGravatar David Ward 1-3/+3
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-31net: Order ports in same order as addresses in flow objects.Gravatar David S. Miller 1-3/+3
2011-03-31net: Add helper flowi4_init_output().Gravatar David S. Miller 1-0/+21
2011-03-12decnet: Convert to use flowidn where applicable.Gravatar David S. Miller 1-4/+8
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.Gravatar David S. Miller 1-10/+7
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.Gravatar David S. Miller 1-11/+7
2011-03-12net: Add flowi6_* member helper macros.Gravatar David S. Miller 1-0/+8
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.Gravatar David S. Miller 1-0/+8
2011-03-12net: Add flowiX_to_flowi() shorthands.Gravatar David S. Miller 1-0/+15
2011-03-12net: Break struct flowi out into AF specific instances.Gravatar David S. Miller 1-57/+57
2011-03-12net: Make flowi ports AF dependent.Gravatar David S. Miller 1-7/+14
2011-03-12net: Create union flowi_uliGravatar David S. Miller 1-23/+25
2011-03-12net: Create struct flowi_commonGravatar David S. Miller 1-9/+21
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-11/+11
2011-03-12net: Remove unnecessary padding in struct flowiGravatar David S. Miller 1-10/+10
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.Gravatar David S. Miller 1-0/+1
2011-02-22net: Make flow cache paths use a const struct flowi.Gravatar David S. Miller 1-2/+2
2011-02-22net: Mark flowi arg to flow_cache_uli_match() const.Gravatar David S. Miller 1-1/+2
2011-01-27net: Pre-COW metrics for TCP.Gravatar David S. Miller 1-1/+2
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+0
2010-12-23Revert "ipv4: Allow configuring subnets as local addresses"Gravatar David S. Miller 1-1/+0
2010-11-15xfrm: use gre key as flow upper protocol infoGravatar Timo Teräs 1-0/+2
2010-09-28ipv4: Allow configuring subnets as local addressesGravatar Tom Herbert 1-0/+1
2010-04-07flow: virtualize flow cache entry methodsGravatar Timo Teräs 1-4/+19
2008-11-25netns xfrm: lookup in netnsGravatar Alexey Dobriyan 1-4/+5
2008-10-01ipv4: Loosen source address check on IPv4 outputGravatar Julian Anastasov 1-0/+2
2008-08-05ipv4: remove unused field in struct flowi (include/net/flow.h).Gravatar Rami Rosen 1-1/+0
2008-01-28[IPV4]: Remove unused multipath cached routing defintion in net/flow.hGravatar Rami Rosen 1-1/+0
2007-07-10[IPV6] MIP6: Kill unnecessary ifdefs.Gravatar Masahide NAKAMURA 1-4/+0
2007-04-30[XFRM]: Restrict upper layer information by bundle.Gravatar Masahide NAKAMURA 1-0/+6
2006-12-02[NET]: Rethink mark field in struct flowiGravatar Thomas Graf 1-6/+1
2006-12-02[IPV6]: flowlabels are net-endianGravatar Al Viro 1-1/+1
2006-10-21[NET]: Reduce sizeof(struct flowi) by 20 bytes.Gravatar Eric Dumazet 1-3/+0
2006-10-11IPsec: propagate security module errors up from flow_cache_lookupGravatar James Morris 1-1/+1
2006-09-28[XFRM]: fl_ipsec_spi is net-endianGravatar Al Viro 1-1/+1
2006-09-28[NET]: ip ports in struct flowi are net-endianGravatar Al Viro 1-2/+2
2006-09-28[IPV4]: annotate ipv4 addresses in struct rtable and struct flowiGravatar Al Viro 1-2/+2
2006-09-22[IPV6] ROUTE: Routing by FWMARK.Gravatar YOSHIFUJI Hideaki 1-0/+2