Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cb1fbb8882cb657b4dee73bc7223e6213dc2197f
/
include
/
net
/
ip_fib.h
5b9e12d
ipv4: fix definition of FIB_TABLE_HASHSZ
by Denis V. Lunev
· 12 years ago
f4ef85b
ipv4: add a fib_type to fib_info
by Eric Dumazet
· 12 years ago
c5038a8
ipv4: Cache routes in nexthop exception entries.
by David S. Miller
· 12 years ago
d26b3a7
ipv4: percpu nh_rth_output cache
by Eric Dumazet
· 12 years ago
54764bb
ipv4: Restore old dst_free() behavior.
by Eric Dumazet
· 12 years ago
d2d68ba
ipv4: Cache input routes in fib_info nexthops.
by David S. Miller
· 12 years ago
f2bb4be
ipv4: Cache output routes in fib_info nexthops.
by David S. Miller
· 12 years ago
aee06da
ipv4: use seqlock for nh_exceptions
by Julian Anastasov
· 12 years ago
4895c77
ipv4: Add FIB nexthop exceptions.
by David S. Miller
· 12 years ago
85b91b0
ipv4: Don't store a rule pointer in fib_result.
by David S. Miller
· 12 years ago
391e5c2
ipv4: Remove tb_peers from fib_table.
by David S. Miller
· 12 years ago
e044a65
ipv4: Fix crashes in fib_rules_tclass().
by David S. Miller
· 12 years ago
f4530fa
ipv4: Avoid overhead when no custom FIB rules are installed.
by David S. Miller
· 12 years ago
7a9bc9b
ipv4: Elide fib_validate_source() completely when possible.
by David S. Miller
· 12 years ago
9e56e38
ipv4: Adjust in_dev handling in fib_validate_source()
by David S. Miller
· 12 years ago
41347dc
ipv4: Kill rt->rt_spec_dst, no longer used.
by David S. Miller
· 12 years ago
35ebf65
ipv4: Create and use fib_compute_spec_dst() helper.
by David S. Miller
· 12 years ago
8e77327
inet: Add inetpeer tree roots to the FIB tables.
by David S. Miller
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
21d8c49
ipv4: Call fib_select_default() only when actually necessary.
by David S. Miller
· 14 years ago
5c04c81
fib_validate_source(): pass sk_buff instead of mark
by Michael Smith
· 14 years ago
37e826c
ipv4: Fix nexthop caching wrt. scoping.
by David S. Miller
· 14 years ago
436c3b6
ipv4: Invalidate nexthop cache nh_saddr more correctly.
by David S. Miller
· 14 years ago
22bd5b9
ipv4: Pass ipv4 flow objects into fib_lookup() paths.
by David S. Miller
· 14 years ago
1b7fe593
ipv4: Kill flowi arg to fib_select_multipath()
by David S. Miller
· 14 years ago
a7ac8fc
ipv4: Fix scope value used in route src-address caching.
by David S. Miller
· 14 years ago
1fc050a
ipv4: Cache source address in nexthop entries.
by David S. Miller
· 14 years ago
982721f
ipv4: Use const'ify fib_result deep in the route call chains.
by David S. Miller
· 14 years ago
b6bf3ca
ipv4: Mark fib_combine_itag()'s 'res' arg as const.
by David S. Miller
· 14 years ago
5348ba8
ipv4: Update some fib_hash centric interface names.
by David S. Miller
· 14 years ago
0c838ff
ipv4: Consolidate all default route selection implementations.
by David S. Miller
· 14 years ago
5b47044
ipv4: Remember FIB alias list head and table in lookup results.
by David S. Miller
· 14 years ago
9c150e8
ipv4: Allocate fib metrics dynamically.
by David S. Miller
· 14 years ago
c7066f7
netfilter: fix Kconfig dependencies
by Patrick McHardy
· 14 years ago
4aa2c46
fib: Fix fib zone and its hash leak on namespace stop
by Pavel Emelyanov
· 14 years ago
ebc0ffa
fib: RCU conversion of fib_lookup()
by Eric Dumazet
· 14 years ago
230f9bb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
b0c110c
net: Fix RPF to work with policy routing
by jamal
· 15 years ago
16c6cf8
ipv4: fib table algorithm performance improvement
by Stephen Hemminger
· 15 years ago
accc5b4
ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h.
by Rami Rosen
· 16 years ago
92ae3ef
ipv4: remove unused member in fib_table.
by Rami Rosen
· 16 years ago
cc8274f
[IPV4]: Fix compile error building without CONFIG_FS_PROC
by Li Zefan
· 17 years ago
4814bdb
[NETNS]: Lookup in FIB semantic hashes taking into account the namespace.
by Denis V. Lunev
· 17 years ago
7462bd74
[NETNS]: Add a namespace mark to fib_info.
by Denis V. Lunev
· 17 years ago
85326fa
[IPV4]: fib_sync_down rework.
by Denis V. Lunev
· 17 years ago
010278e
[NETNS]: Add netns parameter to fib_select_default.
by Denis V. Lunev
· 17 years ago
64c2d53
[IPV4]: Consolidate fib_select_default.
by Denis V. Lunev
· 17 years ago
e30d3a0
[IPV4]: Declarations cleanup in ip_fib.h.
by Denis V. Lunev
· 17 years ago
da0e28c
[NETNS]: Add netns parameter to fib_lookup.
by Denis V. Lunev
· 17 years ago
7f9b805
[IPV4]: fib hash|trie initialization
by Stephen Hemminger
· 17 years ago
e4aef8a
[NETNS]: Place fib tables into netns.
by Denis V. Lunev
· 17 years ago
8ad4942
[NETNS]: Add netns parameter to fib_get_table/fib_new_table.
by Denis V. Lunev
· 17 years ago
93456b6
[IPV4]: Unify access to the routing tables.
by Denis V. Lunev
· 17 years ago
7b1a74f
[NETNS]: Refactor fib initialization so it can handle multiple namespaces.
by Denis V. Lunev
· 17 years ago
dbb5016
[IPV4]: Check fib4_rules_init failure.
by Denis V. Lunev
· 17 years ago
61a0265
[NETNS]: Add namespace to API for routing /proc entries creation.
by Denis V. Lunev
· 17 years ago
971b893
[IPV4]: last default route is a fib table property
by Denis V. Lunev
· 17 years ago
bb80317
[IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines.
by Eric W. Biederman
· 17 years ago
c3e9a35
[IPV4]: Compact some ifdefs in the fib code.
by Pavel Emelyanov
· 17 years ago
e06e7c6
[IPV4]: The scheduled removal of multipath cached routing support.
by David S. Miller
· 17 years ago
ef7c79e
[NETLINK]: Mark netlink policies const
by Patrick McHardy
· 17 years ago
63f3444
[IPv4]: Use rtnl registration interface
by Thomas Graf
· 18 years ago
5f300893
[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_mark
by Thomas Graf
· 18 years ago
b52f070
[IPv4] fib: Remove unused fib_config members
by Thomas Graf
· 18 years ago
81f7bf6
[IPV4]: net/ipv4/fib annotations
by Al Viro
· 18 years ago
80e856e
[IPV4]: annotate addresses in fib_result and fib_result_nl
by Al Viro
· 18 years ago
d878e72e
[IPV4]: ip_fib_check_default() annotated
by Al Viro
· 18 years ago
6d85c10
[IPV4]: struct fib_config IPv4 address fields annotated
by Al Viro
· 18 years ago
b83738a
[IPV4]: FIB_RES_PREFSRC() annotated
by Al Viro
· 18 years ago
ed49e3c
[IPV4]: fib_hn ->nh_gw is net-endian
by Al Viro
· 18 years ago
d9c9df8
[IPV4]: fib_validate_source() annotations
by Al Viro
· 18 years ago
d889ce3
[IPv4]: Convert route get to new netlink api
by Thomas Graf
· 18 years ago
4e902c5
[IPv4]: FIB configuration using struct fib_config
by Thomas Graf
· 18 years ago
1af5a8c
[IPV4]: Increase number of possible routing tables to 2^32
by Patrick McHardy
· 18 years ago
2dfe55b
[NET]: Use u32 for routing table IDs
by Patrick McHardy
· 18 years ago
0298f36
[IPV4]: Kill fib4_rules_clean().
by David S. Miller
· 18 years ago
e1ef4bf
[IPV4]: Use Protocol Independant Policy Routing Rules Framework
by Thomas Graf
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
246955f
[NETLINK]: fib_lookup() via netlink
by Robert Olsson
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago