summaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-121-4/+8
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-121-10/+7
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-121-11/+7
* net: Add flowi6_* member helper macros.David S. Miller2011-03-121-0/+8
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-121-0/+8
* net: Add flowiX_to_flowi() shorthands.David S. Miller2011-03-121-0/+15
* net: Break struct flowi out into AF specific instances.David S. Miller2011-03-121-57/+57
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-7/+14
* net: Create union flowi_uliDavid S. Miller2011-03-121-23/+25
* net: Create struct flowi_commonDavid S. Miller2011-03-121-9/+21
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-11/+11
* net: Remove unnecessary padding in struct flowiDavid S. Miller2011-03-121-10/+10
* net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2011-03-011-0/+1
* net: Make flow cache paths use a const struct flowi.David S. Miller2011-02-221-2/+2
* net: Mark flowi arg to flow_cache_uli_match() const.David S. Miller2011-02-221-1/+2
* net: Pre-COW metrics for TCP.David S. Miller2011-01-271-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-1/+0
|\
| * Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2010-12-231-1/+0