index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
flow.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-16
ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif
Cong Wang
1
-1
/
+9
2014-03-12
flowcache: Fix resource leaks on namespace exit.
Steffen Klassert
1
-0
/
+1
2014-02-12
flowcache: Make flow cache name space aware
Fan Du
1
-2
/
+3
2013-12-06
net: Remove FLOWI_FLAG_CAN_SLEEP
Steffen Klassert
1
-2
/
+1
2013-09-20
flow.h/flow_keys.h: Remove extern from function prototypes
Joe Perches
1
-5
/
+6
2012-10-09
ipv4: Add FLOWI_FLAG_KNOWN_NH
Julian Anastasov
1
-0
/
+1
2012-07-21
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
David S. Miller
1
-1
/
+0
2012-07-11
inet: Kill FLOWI_FLAG_PRECOW_METRICS.
David S. Miller
1
-3
/
+2
2012-06-23
ipv4: tcp: dont cache output dst for syncookies
Eric Dumazet
1
-0
/
+1
2012-02-05
ipv4: reset flowi parameters on route connect
Julian Anastasov
1
-0
/
+10
2012-01-17
net: fix some sparse errors
Eric Dumazet
1
-1
/
+1
2011-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2011-12-22
net: Add a flow_cache_flush_deferred function
Steffen Klassert
1
-0
/
+1
2011-12-01
ipv4: use a 64bit load/store in output path
Eric Dumazet
1
-1
/
+4
2011-09-17
net: Handle different key sizes between address families in flow cache
dpward
1
-0
/
+19
2011-09-17
net: Align AF-specific flowi structs to long
David Ward
1
-3
/
+3
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-04-01
net: Order ports in same order as addresses in flow objects.
David S. Miller
1
-3
/
+3
2011-03-31
net: Add helper flowi4_init_output().
David S. Miller
1
-0
/
+21
2011-03-13
decnet: Convert to use flowidn where applicable.
David S. Miller
1
-4
/
+8
2011-03-13
net: Put fl6_* macros to struct flowi6 and use them again.
David S. Miller
1
-10
/
+7
2011-03-13
net: Put fl4_* macros to struct flowi4 and use them again.
David S. Miller
1
-11
/
+7
2011-03-13
net: Add flowi6_* member helper macros.
David S. Miller
1
-0
/
+8
2011-03-13
ipv4: Pass ipv4 flow objects into fib_lookup() paths.
David S. Miller
1
-0
/
+8
2011-03-13
net: Add flowiX_to_flowi() shorthands.
David S. Miller
1
-0
/
+15
2011-03-13
net: Break struct flowi out into AF specific instances.
David S. Miller
1
-57
/
+57
2011-03-13
net: Make flowi ports AF dependent.
David S. Miller
1
-7
/
+14
2011-03-13
net: Create union flowi_uli
David S. Miller
1
-23
/
+25
2011-03-13
net: Create struct flowi_common
David S. Miller
1
-9
/
+21
2011-03-13
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
1
-11
/
+11
2011-03-13
net: Remove unnecessary padding in struct flowi
David S. Miller
1
-10
/
+10
2011-03-02
net: Add FLOWI_FLAG_CAN_SLEEP.
David S. Miller
1
-0
/
+1
2011-02-23
net: Make flow cache paths use a const struct flowi.
David S. Miller
1
-2
/
+2
2011-02-23
net: Mark flowi arg to flow_cache_uli_match() const.
David S. Miller
1
-1
/
+2
2011-01-28
net: Pre-COW metrics for TCP.
David S. Miller
1
-1
/
+2
2010-12-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+0
2010-12-23
Revert "ipv4: Allow configuring subnets as local addresses"
David S. Miller
1
-1
/
+0
2010-11-15
xfrm: use gre key as flow upper protocol info
Timo Teräs
1
-0
/
+2
2010-09-29
ipv4: Allow configuring subnets as local addresses
Tom Herbert
1
-0
/
+1
2010-04-07
flow: virtualize flow cache entry methods
Timo Teräs
1
-4
/
+19
2008-11-26
netns xfrm: lookup in netns
Alexey Dobriyan
1
-4
/
+5
2008-10-01
ipv4: Loosen source address check on IPv4 output
Julian Anastasov
1
-0
/
+2
2008-08-05
ipv4: remove unused field in struct flowi (include/net/flow.h).
Rami Rosen
1
-1
/
+0
2008-01-29
[IPV4]: Remove unused multipath cached routing defintion in net/flow.h
Rami Rosen
1
-1
/
+0
2007-07-11
[IPV6] MIP6: Kill unnecessary ifdefs.
Masahide NAKAMURA
1
-4
/
+0
2007-04-30
[XFRM]: Restrict upper layer information by bundle.
Masahide NAKAMURA
1
-0
/
+6
2006-12-03
[NET]: Rethink mark field in struct flowi
Thomas Graf
1
-6
/
+1
2006-12-03
[IPV6]: flowlabels are net-endian
Al Viro
1
-1
/
+1
2006-10-22
[NET]: Reduce sizeof(struct flowi) by 20 bytes.
Eric Dumazet
1
-3
/
+0
2006-10-12
IPsec: propagate security module errors up from flow_cache_lookup
James Morris
1
-1
/
+1
[next]