| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-26 | ipv4: Convert ->flowi4_tos to dscp_t. | Guillaume Nault | 1 | -5/+6 |
| 2025-04-29 | ip: load balance tcp connections to single dst addr and port | Willem de Bruijn | 1 | -0/+1 |
| 2025-04-15 | net: fib_rules: Fix iif / oif matching on L3 master device | Ido Schimmel | 1 | -0/+1 |
| 2023-11-02 | inet: shrink struct flowi_common | Eric Dumazet | 1 | -1/+1 |
| 2023-06-02 | ipv4: Drop tos parameter from flowi4_update_output() | Guillaume Nault | 1 | -2/+1 |
| 2023-01-27 | net: remove unnecessary includes from net/flow.h | Jakub Kicinski | 1 | -2/+3 |
| 2022-10-03 | net: Remove DECnet leftovers from flow.h. | Guillaume Nault | 1 | -26/+0 |
| 2022-03-15 | net: Add l3mdev index to flow struct and avoid oif reset for port devices | David Ahern | 1 | -1/+5 |
| 2021-09-02 | flow: fix object-size-mismatch warning in flowi{4,6}_to_flowi_common() | Tetsuo Handa | 1 | -2/+2 |
| 2021-04-19 | flow: remove spi key from flowi struct | Florian Westphal | 1 | -3/+0 |
| 2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore | 1 | -0/+10 |
| 2020-09-14 | ipv4: Initialize flowi4_multipath_hash in data path | David Ahern | 1 | -0/+1 |
| 2020-07-15 | net: flow: Remove unused inline function | YueHaibing | 1 | -18/+0 |
| 2019-02-27 | route: Add multipath_hash in flowi_common to make user-define hash | wenxu | 1 | -0/+2 |
| 2018-11-30 | net: reorder flowi_common fields to avoid holes | Paolo Abeni | 1 | -1/+1 |
| 2018-03-04 | net: Remove unused get_hash_from_flow functions | David Ahern | 1 | -16/+0 |
| 2018-02-28 | inet: whitespace cleanup | Stephen Hemminger | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-24 | net: Extend struct flowi6 with multipath hash | Jakub Sitnicki | 1 | -0/+1 |
| 2017-07-18 | xfrm: remove flow cache | Florian Westphal | 1 | -34/+0 |
| 2017-04-03 | flowcache: make flow_key_size() return "unsigned int" | Alexey Dobriyan | 1 | -1/+1 |
| 2016-12-12 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
| 2016-11-09 | net/flowcache: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -0/+1 |
| 2016-11-04 | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti | 1 | -1/+3 |
| 2016-11-04 | net: core: add UID to flows, rules, and routes | Lorenzo Colitti | 1 | -0/+5 |
| 2016-09-10 | net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flag | David Ahern | 1 | -2/+1 |
| 2016-03-20 | ipv6, trace: fix tos reporting on fib6_table_lookup | Daniel Borkmann | 1 | -1/+1 |
| 2015-10-07 | net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC | David Ahern | 1 | -1/+1 |
| 2015-09-17 | net: Fix vti use case with oif in dst lookups | David Ahern | 1 | -0/+1 |
| 2015-09-01 | flow_dissector: Use 'const' where possible. | David S. Miller | 1 | -4/+4 |
| 2015-09-01 | flowi: Abstract out functions to get flow hash based on flowi | Tom Herbert | 1 | -0/+19 |
| 2015-08-20 | ipv6: route: extend flow representation with tunnel key | Jiri Benc | 1 | -0/+1 |
| 2015-08-13 | net: Use VRF device index for lookups on TX | David Ahern | 1 | -0/+1 |
| 2015-07-21 | route: Extend flow representation with tunnel key | Thomas Graf | 1 | -0/+8 |
| 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-08 | ipv4: Add FLOWI_FLAG_KNOWN_NH | Julian Anastasov | 1 | -0/+1 |
| 2012-07-20 | ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. | David S. Miller | 1 | -1/+0 |
| 2012-07-10 | inet: Kill FLOWI_FLAG_PRECOW_METRICS. | David S. Miller | 1 | -3/+2 |
| 2012-06-22 | ipv4: tcp: dont cache output dst for syncookies | Eric Dumazet | 1 | -0/+1 |
| 2012-02-04 | 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-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2011-12-21 | 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-16 | net: Handle different key sizes between address families in flow cache | dpward | 1 | -0/+19 |
| 2011-09-16 | net: Align AF-specific flowi structs to long | David Ward | 1 | -3/+3 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-03-31 | 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-12 | decnet: Convert to use flowidn where applicable. | David S. Miller | 1 | -4/+8 |
| 2011-03-12 | net: Put fl6_* macros to struct flowi6 and use them again. | David S. Miller | 1 | -10/+7 |
| 2011-03-12 | net: Put fl4_* macros to struct flowi4 and use them again. | David S. Miller | 1 | -11/+7 |
| 2011-03-12 | net: Add flowi6_* member helper macros. | David S. Miller | 1 | -0/+8 |
| 2011-03-12 | ipv4: Pass ipv4 flow objects into fib_lookup() paths. | David S. Miller | 1 | -0/+8 |
| 2011-03-12 | net: Add flowiX_to_flowi() shorthands. | David S. Miller | 1 | -0/+15 |
| 2011-03-12 | net: Break struct flowi out into AF specific instances. | David S. Miller | 1 | -57/+57 |
| 2011-03-12 | net: Make flowi ports AF dependent. | David S. Miller | 1 | -7/+14 |
| 2011-03-12 | net: Create union flowi_uli | David S. Miller | 1 | -23/+25 |
| 2011-03-12 | net: Create struct flowi_common | David S. Miller | 1 | -9/+21 |
| 2011-03-12 | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 1 | -11/+11 |
| 2011-03-12 | net: Remove unnecessary padding in struct flowi | David S. Miller | 1 | -10/+10 |
| 2011-03-01 | net: Add FLOWI_FLAG_CAN_SLEEP. | David S. Miller | 1 | -0/+1 |
| 2011-02-22 | net: Make flow cache paths use a const struct flowi. | David S. Miller | 1 | -2/+2 |
| 2011-02-22 | net: Mark flowi arg to flow_cache_uli_match() const. | David S. Miller | 1 | -1/+2 |
| 2011-01-27 | net: Pre-COW metrics for TCP. | David S. Miller | 1 | -1/+2 |
| 2010-12-26 | 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-28 | 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-25 | 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-28 | [IPV4]: Remove unused multipath cached routing defintion in net/flow.h | Rami Rosen | 1 | -1/+0 |
| 2007-07-10 | [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-02 | [NET]: Rethink mark field in struct flowi | Thomas Graf | 1 | -6/+1 |
| 2006-12-02 | [IPV6]: flowlabels are net-endian | Al Viro | 1 | -1/+1 |
| 2006-10-21 | [NET]: Reduce sizeof(struct flowi) by 20 bytes. | Eric Dumazet | 1 | -3/+0 |
| 2006-10-11 | IPsec: propagate security module errors up from flow_cache_lookup | James Morris | 1 | -1/+1 |
| 2006-09-28 | [XFRM]: fl_ipsec_spi is net-endian | Al Viro | 1 | -1/+1 |
| 2006-09-28 | [NET]: ip ports in struct flowi are net-endian | Al Viro | 1 | -2/+2 |
| 2006-09-28 | [IPV4]: annotate ipv4 addresses in struct rtable and struct flowi | Al Viro | 1 | -2/+2 |
| 2006-09-22 | [IPV6] ROUTE: Routing by FWMARK. | YOSHIFUJI Hideaki | 1 | -0/+2 |
| 2006-09-22 | [IPV6] MIP6: Add Mobility header definition. | Masahide NAKAMURA | 1 | -0/+9 |
| 2006-09-22 | [MLSXFRM]: Flow based matching of xfrm policy and state | Venkat Yekkirala | 1 | -2/+2 |
| 2006-09-22 | [MLSXFRM]: Add security sid to flowi | Venkat Yekkirala | 1 | -0/+1 |
| 2006-03-20 | [DECnet]: Endian annotation and fixes for DECnet. | Steven Whitehouse | 1 | -4/+4 |
| 2006-01-03 | [LSM-IPSec]: Security association restriction. | Trent Jaeger | 1 | -3/+4 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+95 |