aboutsummaryrefslogtreecommitdiff
path: root/include/net/flow.h
AgeCommit message (Expand)Author
2021-04-19flow: remove spi key from flowi structFlorian Westphal
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern
2020-07-15net: flow: Remove unused inline functionYueHaibing
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu
2018-11-30net: reorder flowi_common fields to avoid holesPaolo Abeni
2018-03-04net: Remove unused get_hash_from_flow functionsDavid Ahern
2018-02-28inet: whitespace cleanupStephen Hemminger
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-24net: Extend struct flowi6 with multipath hashJakub Sitnicki
2017-07-18xfrm: remove flow cacheFlorian Westphal
2017-04-03flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-11-09net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti
2016-09-10net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flagDavid Ahern
2016-03-20ipv6, trace: fix tos reporting on fib6_table_lookupDaniel Borkmann
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern
2015-09-01flow_dissector: Use 'const' where possible.David S. Miller
2015-09-01flowi: Abstract out functions to get flow hash based on flowiTom Herbert
2015-08-20ipv6: route: extend flow representation with tunnel keyJiri Benc
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern
2015-07-21route: Extend flow representation with tunnel keyThomas Graf
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert
2014-02-12flowcache: Make flow cache name space awareFan Du
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-09-20flow.h/flow_keys.h: Remove extern from function prototypesJoe Perches
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller
2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet
2012-02-04ipv4: reset flowi parameters on route connectJulian Anastasov
2012-01-17net: fix some sparse errorsEric Dumazet
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet
2011-09-16net: Handle different key sizes between address families in flow cachedpward
2011-09-16net: Align AF-specific flowi structs to longDavid Ward
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-31net: Order ports in same order as addresses in flow objects.David S. Miller
2011-03-31net: Add helper flowi4_init_output().David S. Miller
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12net: Add flowi6_* member helper macros.David S. Miller
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller
2011-03-12net: Add flowiX_to_flowi() shorthands.David S. Miller