aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu1-0/+2
2018-11-30net: reorder flowi_common fields to avoid holesPaolo Abeni1-1/+1
2018-03-04net: Remove unused get_hash_from_flow functionsDavid Ahern1-16/+0
2018-02-28inet: whitespace cleanupStephen Hemminger1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-24net: Extend struct flowi6 with multipath hashJakub Sitnicki1-0/+1
2017-07-18xfrm: remove flow cacheFlorian Westphal1-34/+0
2017-04-03flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan1-1/+1
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-11-09net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior1-0/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-1/+3
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti1-0/+5
2016-09-10net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flagDavid Ahern1-2/+1
2016-03-20ipv6, trace: fix tos reporting on fib6_table_lookupDaniel Borkmann1-1/+1
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern1-1/+1
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern1-0/+1
2015-09-01flow_dissector: Use 'const' where possible.David S. Miller1-4/+4
2015-09-01flowi: Abstract out functions to get flow hash based on flowiTom Herbert1-0/+19
2015-08-20ipv6: route: extend flow representation with tunnel keyJiri Benc1-0/+1
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern1-0/+1
2015-07-21route: Extend flow representation with tunnel keyThomas Graf1-0/+8
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang1-1/+9
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert1-0/+1
2014-02-12flowcache: Make flow cache name space awareFan Du1-2/+3
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-2/+1
2013-09-20flow.h/flow_keys.h: Remove extern from function prototypesJoe Perches1-5/+6
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov1-0/+1
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller1-1/+0
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller1-3/+2
2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet1-0/+1
2012-02-04ipv4: reset flowi parameters on route connectJulian Anastasov1-0/+10
2012-01-17net: fix some sparse errorsEric Dumazet1-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert1-0/+1
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet1-1/+4
2011-09-16net: Handle different key sizes between address families in flow cachedpward1-0/+19
2011-09-16net: Align AF-specific flowi structs to longDavid Ward1-3/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31net: Order ports in same order as addresses in flow objects.David S. Miller1-3/+3
2011-03-31net: Add helper flowi4_init_output().David S. Miller1-0/+21
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller1-4/+8
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-10/+7
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-11/+7
2011-03-12net: Add flowi6_* member helper macros.David S. Miller1-0/+8
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller1-0/+8
2011-03-12net: Add flowiX_to_flowi() shorthands.David S. Miller1-0/+15
2011-03-12net: Break struct flowi out into AF specific instances.David S. Miller1-57/+57
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-7/+14
2011-03-12net: Create union flowi_uliDavid S. Miller1-23/+25
2011-03-12net: Create struct flowi_commonDavid S. Miller1-9/+21