summaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
AgeCommit message (Expand)AuthorLines
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang-1/+9
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert-0/+1
2014-02-12flowcache: Make flow cache name space awareFan Du-2/+3
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert-2/+1
2013-09-20flow.h/flow_keys.h: Remove extern from function prototypesJoe Perches-5/+6
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov-0/+1
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller-1/+0
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller-3/+2
2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet-0/+1
2012-02-04ipv4: reset flowi parameters on route connectJulian Anastasov-0/+10
2012-01-17net: fix some sparse errorsEric Dumazet-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert-0/+1
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet-1/+4
2011-09-16net: Handle different key sizes between address families in flow cachedpward-0/+19
2011-09-16net: Align AF-specific flowi structs to longDavid Ward-3/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-03-31net: Order ports in same order as addresses in flow objects.David S. Miller-3/+3
2011-03-31net: Add helper flowi4_init_output().David S. Miller-0/+21
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller-4/+8
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller-10/+7
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller-11/+7
2011-03-12net: Add flowi6_* member helper macros.David S. Miller-0/+8
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller-0/+8
2011-03-12net: Add flowiX_to_flowi() shorthands.David S. Miller-0/+15
2011-03-12net: Break struct flowi out into AF specific instances.David S. Miller-57/+57
2011-03-12net: Make flowi ports AF dependent.David S. Miller-7/+14
2011-03-12net: Create union flowi_uliDavid S. Miller-23/+25
2011-03-12net: Create struct flowi_commonDavid S. Miller-9/+21
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller-11/+11
2011-03-12net: Remove unnecessary padding in struct flowiDavid S. Miller-10/+10
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller-0/+1
2011-02-22net: Make flow cache paths use a const struct flowi.David S. Miller-2/+2
2011-02-22net: Mark flowi arg to flow_cache_uli_match() const.David S. Miller-1/+2
2011-01-27net: Pre-COW metrics for TCP.David S. Miller-1/+2
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+0
2010-12-23Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller-1/+0
2010-11-15xfrm: use gre key as flow upper protocol infoTimo Teräs-0/+2
2010-09-28ipv4: Allow configuring subnets as local addressesTom Herbert-0/+1
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs-4/+19
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan-4/+5
2008-10-01ipv4: Loosen source address check on IPv4 outputJulian Anastasov-0/+2
2008-08-05ipv4: remove unused field in struct flowi (include/net/flow.h).Rami Rosen-1/+0
2008-01-28[IPV4]: Remove unused multipath cached routing defintion in net/flow.hRami Rosen-1/+0
2007-07-10[IPV6] MIP6: Kill unnecessary ifdefs.Masahide NAKAMURA-4/+0
2007-04-30[XFRM]: Restrict upper layer information by bundle.Masahide NAKAMURA-0/+6
2006-12-02[NET]: Rethink mark field in struct flowiThomas Graf-6/+1
2006-12-02[IPV6]: flowlabels are net-endianAl Viro-1/+1
2006-10-21[NET]: Reduce sizeof(struct flowi) by 20 bytes.Eric Dumazet-3/+0
2006-10-11IPsec: propagate security module errors up from flow_cache_lookupJames Morris-1/+1