aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* net: Extend struct flowi6 with multipath hashJakub Sitnicki2017-08-24
* xfrm: remove flow cacheFlorian Westphal2017-07-18
* flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan2017-04-03
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-12
|\
| * net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-09
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-04
* | net: core: add UID to flows, rules, and routesLorenzo Colitti2016-11-04
|/
* net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flagDavid Ahern2016-09-11
* ipv6, trace: fix tos reporting on fib6_table_lookupDaniel Borkmann2016-03-20
* net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-07
* net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-17
* flow_dissector: Use 'const' where possible.David S. Miller2015-09-02
* flowi: Abstract out functions to get flow hash based on flowiTom Herbert2015-09-01
* ipv6: route: extend flow representation with tunnel keyJiri Benc2015-08-20
* net: Use VRF device index for lookups on TXDavid Ahern2015-08-14
* route: Extend flow representation with tunnel keyThomas Graf2015-07-21
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-16
* flowcache: Fix resource leaks on namespace exit.Steffen Klassert2014-03-12
* flowcache: Make flow cache name space awareFan Du2014-02-12
* net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-06
* flow.h/flow_keys.h: Remove extern from function prototypesJoe Perches2013-09-20
* ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov2012-10-08
* ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2012-07-20
* inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller2012-07-11
* ipv4: tcp: dont cache output dst for syncookiesEric Dumazet2012-06-23
* ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-04
* net: fix some sparse errorsEric Dumazet2012-01-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-23
|\
| * net: Add a flow_cache_flush_deferred functionSteffen Klassert2011-12-21
* | ipv4: use a 64bit load/store in output pathEric Dumazet2011-12-01
|/
* net: Handle different key sizes between address families in flow cachedpward2011-09-16
* net: Align AF-specific flowi structs to longDavid Ward2011-09-16
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* net: Order ports in same order as addresses in flow objects.David S. Miller2011-03-31
* net: Add helper flowi4_init_output().David S. Miller2011-03-31
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-12
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-12
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-12
* net: Add flowi6_* member helper macros.David S. Miller2011-03-12
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-12
* net: Add flowiX_to_flowi() shorthands.David S. Miller2011-03-12
* net: Break struct flowi out into AF specific instances.David S. Miller2011-03-12
* net: Make flowi ports AF dependent.David S. Miller2011-03-12
* net: Create union flowi_uliDavid S. Miller2011-03-12
* net: Create struct flowi_commonDavid S. Miller2011-03-12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* net: Remove unnecessary padding in struct flowiDavid S. Miller2011-03-12
* net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2011-03-01
* net: Make flow cache paths use a const struct flowi.David S. Miller2011-02-22