summaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov2012-10-081-0/+1
* ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2012-07-201-1/+0
* inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller2012-07-101-3/+2
* ipv4: tcp: dont cache output dst for syncookiesEric Dumazet2012-06-221-0/+1
* ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-041-0/+10
* net: fix some sparse errorsEric Dumazet2012-01-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-0/+1
|\
| * net: Add a flow_cache_flush_deferred functionSteffen Klassert2011-12-211-0/+1
* | ipv4: use a 64bit load/store in output pathEric Dumazet2011-12-011-1/+4
|/
* net: Handle different key sizes between address families in flow cachedpward2011-09-161-0/+19
* net: Align AF-specific flowi structs to longDavid Ward2011-09-161-3/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* net: Order ports in same order as addresses in flow objects.David S. Miller2011-03-311-3/+3
* net: Add helper flowi4_init_output().David S. Miller2011-03-311-0/+21
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-121-4/+8
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-121-10/+7
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-121-11/+7
* net: Add flowi6_* member helper macros.David S. Miller2011-03-121-0/+8
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-121-0/+8
* net: Add flowiX_to_flowi() shorthands.David S. Miller2011-03-121-0/+15
* net: Break struct flowi out into AF specific instances.David S. Miller2011-03-121-57/+57
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-7/+14
* net: Create union flowi_uliDavid S. Miller2011-03-121-23/+25
* net: Create struct flowi_commonDavid S. Miller2011-03-121-9/+21
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-11/+11
* net: Remove unnecessary padding in struct flowiDavid S. Miller2011-03-121-10/+10
* net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2011-03-011-0/+1
* net: Make flow cache paths use a const struct flowi.David S. Miller2011-02-221-2/+2
* net: Mark flowi arg to flow_cache_uli_match() const.David S. Miller2011-02-221-1/+2
* net: Pre-COW metrics for TCP.David S. Miller2011-01-271-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-1/+0
|\
| * Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2010-12-231-1/+0
* | xfrm: use gre key as flow upper protocol infoTimo Teräs2010-11-151-0/+2
|/
* ipv4: Allow configuring subnets as local addressesTom Herbert2010-09-281-0/+1
* flow: virtualize flow cache entry methodsTimo Teräs2010-04-071-4/+19
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-4/+5
* ipv4: Loosen source address check on IPv4 outputJulian Anastasov2008-10-011-0/+2
* ipv4: remove unused field in struct flowi (include/net/flow.h).Rami Rosen2008-08-051-1/+0
* [IPV4]: Remove unused multipath cached routing defintion in net/flow.hRami Rosen2008-01-281-1/+0
* [IPV6] MIP6: Kill unnecessary ifdefs.Masahide NAKAMURA2007-07-101-4/+0
* [XFRM]: Restrict upper layer information by bundle.Masahide NAKAMURA2007-04-301-0/+6
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-021-6/+1
* [IPV6]: flowlabels are net-endianAl Viro2006-12-021-1/+1
* [NET]: Reduce sizeof(struct flowi) by 20 bytes.Eric Dumazet2006-10-211-3/+0
* IPsec: propagate security module errors up from flow_cache_lookupJames Morris2006-10-111-1/+1
* [XFRM]: fl_ipsec_spi is net-endianAl Viro2006-09-281-1/+1
* [NET]: ip ports in struct flowi are net-endianAl Viro2006-09-281-2/+2
* [IPV4]: annotate ipv4 addresses in struct rtable and struct flowiAl Viro2006-09-281-2/+2
* [IPV6] ROUTE: Routing by FWMARK.YOSHIFUJI Hideaki2006-09-221-0/+2
* [IPV6] MIP6: Add Mobility header definition.Masahide NAKAMURA2006-09-221-0/+9