summaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
Commit message (Expand)AuthorAgeFilesLines
* inet: shrink struct flowi_commonEric Dumazet2023-11-021-1/+1
* ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault2023-06-021-2/+1
* net: remove unnecessary includes from net/flow.hJakub Kicinski2023-01-271-2/+3
* net: Remove DECnet leftovers from flow.h.Guillaume Nault2022-10-031-26/+0
* net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-151-1/+5
* flow: fix object-size-mismatch warning in flowi{4,6}_to_flowi_common()Tetsuo Handa2021-09-021-2/+2
* flow: remove spi key from flowi structFlorian Westphal2021-04-191-3/+0
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-0/+10
* ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-141-0/+1
* net: flow: Remove unused inline functionYueHaibing2020-07-151-18/+0
* 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-11-301-1/+1
* net: Remove unused get_hash_from_flow functionsDavid Ahern2018-03-041-16/+0
* 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-241-0/+1
* xfrm: remove flow cacheFlorian Westphal2017-07-181-34/+0
* flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan2017-04-031-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-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-101-2/+1
* 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-171-0/+1
* flow_dissector: Use 'const' where possible.David S. Miller2015-09-011-4/+4
* flowi: Abstract out functions to get flow hash based on flowiTom Herbert2015-09-011-0/+19
* ipv6: route: extend flow representation with tunnel keyJiri Benc2015-08-201-0/+1
* net: Use VRF device index for lookups on TXDavid Ahern2015-08-131-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/+1
* 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/+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