summaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
Commit message (Expand)AuthorAgeFilesLines
* route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-271-0/+2
* net: reorder flowi_common fields to avoid holesPaolo Abeni2018-12-011-1/+1
* net: Remove unused get_hash_from_flow functionsDavid Ahern2018-03-041-16/+0Star
* inet: whitespace cleanupStephen Hemminger2018-02-281-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: Extend struct flowi6 with multipath hashJakub Sitnicki2017-08-251-0/+1
* xfrm: remove flow cacheFlorian Westphal2017-07-181-34/+0Star
* flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan2017-04-041-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-131-0/+1
|\
| * net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-0/+1
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-1/+3
* | net: core: add UID to flows, rules, and routesLorenzo Colitti2016-11-041-0/+5
|/
* net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flagDavid Ahern2016-09-111-2/+1Star
* ipv6, trace: fix tos reporting on fib6_table_lookupDaniel Borkmann2016-03-201-1/+1
* net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-071-1/+1
* net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-181-0/+1
* flow_dissector: Use 'const' where possible.David S. Miller2015-09-021-4/+4
* flowi: Abstract out functions to get flow hash based on flowiTom Herbert2015-09-021-0/+19
* ipv6: route: extend flow representation with tunnel keyJiri Benc2015-08-211-0/+1
* net: Use VRF device index for lookups on TXDavid Ahern2015-08-141-0/+1
* route: Extend flow representation with tunnel keyThomas Graf2015-07-211-0/+8
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-161-1/+9
* flowcache: Fix resource leaks on namespace exit.Steffen Klassert2014-03-121-0/+1
* flowcache: Make flow cache name space awareFan Du2014-02-121-2/+3
* net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-2/+1Star
* flow.h/flow_keys.h: Remove extern from function prototypesJoe Perches2013-09-201-5/+6
* 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/+0Star
* inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller2012-07-111-3/+2Star
* ipv4: tcp: dont cache output dst for syncookiesEric Dumazet2012-06-231-0/+1
* ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-051-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-271-1/+1
* net: Order ports in same order as addresses in flow objects.David S. Miller2011-04-011-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-131-4/+8
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-131-10/+7Star
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-131-11/+7Star
* net: Add flowi6_* member helper macros.David S. Miller2011-03-131-0/+8
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-131-0/+8
* net: Add flowiX_to_flowi() shorthands.David S. Miller2011-03-131-0/+15
* net: Break struct flowi out into AF specific instances.David S. Miller2011-03-131-57/+57
* net: Make flowi ports AF dependent.David S. Miller2011-03-131-7/+14
* net: Create union flowi_uliDavid S. Miller2011-03-131-23/+25
* net: Create struct flowi_commonDavid S. Miller2011-03-131-9/+21