aboutsummaryrefslogtreecommitdiff
path: root/include/net/flow.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashGravatar wenxu 1-0/+2
2018-11-30net: reorder flowi_common fields to avoid holesGravatar Paolo Abeni 1-1/+1
2018-03-04net: Remove unused get_hash_from_flow functionsGravatar David Ahern 1-16/+0
2018-02-28inet: whitespace cleanupGravatar Stephen Hemminger 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-24net: Extend struct flowi6 with multipath hashGravatar Jakub Sitnicki 1-0/+1
2017-07-18xfrm: remove flow cacheGravatar Florian Westphal 1-34/+0
2017-04-03flowcache: make flow_key_size() return "unsigned int"Gravatar Alexey Dobriyan 1-1/+1
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2016-11-09net/flowcache: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-0/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Gravatar Lorenzo Colitti 1-1/+3
2016-11-04net: core: add UID to flows, rules, and routesGravatar Lorenzo Colitti 1-0/+5
2016-09-10net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flagGravatar David Ahern 1-2/+1
2016-03-20ipv6, trace: fix tos reporting on fib6_table_lookupGravatar Daniel Borkmann 1-1/+1
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCGravatar David Ahern 1-1/+1
2015-09-17net: Fix vti use case with oif in dst lookupsGravatar David Ahern 1-0/+1
2015-09-01flow_dissector: Use 'const' where possible.Gravatar David S. Miller 1-4/+4
2015-09-01flowi: Abstract out functions to get flow hash based on flowiGravatar Tom Herbert 1-0/+19
2015-08-20ipv6: route: extend flow representation with tunnel keyGravatar Jiri Benc 1-0/+1
2015-08-13net: Use VRF device index for lookups on TXGravatar David Ahern 1-0/+1
2015-07-21route: Extend flow representation with tunnel keyGravatar Thomas Graf 1-0/+8
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifGravatar Cong Wang 1-1/+9
2014-03-12flowcache: Fix resource leaks on namespace exit.Gravatar Steffen Klassert 1-0/+1
2014-02-12flowcache: Make flow cache name space awareGravatar Fan Du 1-2/+3
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPGravatar Steffen Klassert 1-2/+1
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