Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
05f6e10e6cd47bbd8610c7391eab803dc77ec3aa
/
net
/
ipv4
/
fib_rules.c
347e3b2
switchdev: remove FIB offload infrastructure
by Jiri Pirko
· 8 years ago
b90eb75
fib: introduce FIB notification infrastructure
by Jiri Pirko
· 8 years ago
9ee0034
net: flow: Add l3mdev flow update
by David Ahern
· 8 years ago
96c63fa
net: Add l3mdev rule
by David Ahern
· 8 years ago
f53de1e
net: ipv6: use common fib_default_rule_pref
by Phil Sutter
· 9 years ago
0eeb075
net: ipv4 sysctl option to ignore routes when nexthop link is down
by Andy Gospodarek
· 9 years ago
51456b2
ipv4: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
67b61f6
netlink: implement nla_get_in_addr and nla_get_in6_addr
by Jiri Benc
· 10 years ago
930345e
netlink: implement nla_put_in_addr and nla_put_in6_addr
by Jiri Benc
· 10 years ago
0ddcf43
ipv4: FIB Local/MAIN table collapse
by Alexander Duyck
· 10 years ago
104616e
switchdev: don't support custom ip rules, for now
by Scott Feldman
· 10 years ago
345e9b5
fib_trie: Push rcu_read_lock/unlock to callers
by Alexander Duyck
· 10 years ago
49dd18b
ipv4: Fix incorrect error code when adding an unreachable route
by Panu Matilainen
· 10 years ago
673498b
inet: fix NULL pointer Oops in fib(6)_rule_suppress
by Stefan Tomanek
· 11 years ago
73f5698
fib_rules: fix suppressor names and default values
by Stefan Tomanek
· 11 years ago
6ef94cf
fib_rules: add route suppression based on ifgroup
by Stefan Tomanek
· 11 years ago
7764a45
fib_rules: add .suppress operation
by Stefan Tomanek
· 11 years ago
04a6f82
sections: fix section conflicts in net
by Andi Kleen
· 12 years ago
bafa6d9
ipv4/route: arg delay is useless in rt_cache_flush()
by Nicolas Dichtel
· 12 years ago
85b91b0
ipv4: Don't store a rule pointer in fib_result.
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
f3756b7
ipv4: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
6fc0143
net: ipv4: export fib_lookup and fib_table_lookup
by Florian Westphal
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
9ade228
ipv4: Use flowi4 in FIB layer.
by David S. Miller
· 14 years ago
22bd5b9
ipv4: Pass ipv4 flow objects into fib_lookup() paths.
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
c7066f7
netfilter: fix Kconfig dependencies
by Patrick McHardy
· 14 years ago
ebc0ffa
fib: RCU conversion of fib_lookup()
by Eric Dumazet
· 14 years ago
6a31d2a
fib: cleanups
by Eric Dumazet
· 14 years ago
25239ce
net: rtnetlink: decouple rtnetlink address families from real address families
by Patrick McHardy
· 15 years ago
3d0c9c4
net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
by Patrick McHardy
· 15 years ago
0f87b1d
net: fib_rules: decouple address families from real address families
by Patrick McHardy
· 15 years ago
28bb172
net: fib_rules: set family in fib_rule_hdr centrally
by Patrick McHardy
· 15 years ago
d8a566b
net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.
by Patrick McHardy
· 15 years ago
e9c5158
net: Allow fib_rule_unregister to batch
by Eric W. Biederman
· 15 years ago
5adef18
net 04/05: fib_rules: allow to delete local rule
by Patrick McHardy
· 15 years ago
16c6cf8
ipv4: fib table algorithm performance improvement
by Stephen Hemminger
· 15 years ago
04af8cf
net: Remove unused parameter from fill method in fib_rules_ops.
by Rami Rosen
· 15 years ago
8b3521e
ipv4: remove an unused parameter from configure method of fib_rules_ops.
by Rami Rosen
· 15 years ago
ae299fc
net: add fib_rules_ops to flush_cache method
by Denis V. Lunev
· 16 years ago
76e6ebf
netns: add namespace parameter to rt_cache_flush
by Denis V. Lunev
· 16 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
64c2d53
[IPV4]: Consolidate fib_select_default.
by Denis V. Lunev
· 17 years ago
da0e28c
[NETNS]: Add netns parameter to fib_lookup.
by Denis V. Lunev
· 17 years ago
51314a1
[NETNS]: Process FIB rule action in the context of the namespace.
by Denis V. Lunev
· 17 years ago
9e3a548
[NETNS]: FIB rules API cleanup.
by Denis V. Lunev
· 17 years ago
03592383
[FIB]: Add netns to fib_rules_ops.
by Denis V. Lunev
· 17 years ago
e4e4971
[NETNS]: Namespacing IPv4 fib rules.
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
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
868d13a
[NETNS]: Pass fib_rules_ops into default_pref method.
by Denis V. Lunev
· 17 years ago
f8c26b8
[NETNS]: Add netns parameter to fib_rules_(un)register.
by Denis V. Lunev
· 17 years ago
2994c63
[INET]: Small possible memory leak in FIB rules
by Denis V. Lunev
· 17 years ago
76c72d4
[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
by Denis V. Lunev
· 17 years ago
ef7c79e
[NETLINK]: Mark netlink policies const
by Patrick McHardy
· 17 years ago
4b19ca4
[NET] fib_rules: delay route cache flush by ip_rt_min_delay
by Thomas Graf
· 18 years ago
73417f6
[NET] fib_rules: Flush route cache after rule modifications
by Thomas Graf
· 18 years ago
c454673
[NET] rules: Unified rules dumping
by Thomas Graf
· 18 years ago
63f3444
[IPv4]: Use rtnl registration interface
by Thomas Graf
· 18 years ago
e1701c6
[NET]: Fix fib_rules compatibility breakage
by Thomas Graf
· 18 years ago
339bf98
[NETLINK]: Do precise netlink message allocations where possible
by Thomas Graf
· 18 years ago
1f6c955
[NET] rules: Share common attribute validation policy
by Thomas Graf
· 18 years ago
b8964ed
[NET] rules: Protocol independant mark selector
by Thomas Graf
· 18 years ago
47dcf0c
[NET]: Rethink mark field in struct flowi
by Thomas Graf
· 18 years ago
45d60b9
[IPV4]: FRA_{DST,SRC} annotated
by Al Viro
· 18 years ago
81f7bf6
[IPV4]: net/ipv4/fib annotations
by Al Viro
· 18 years ago
5176f91
[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation
by Thomas Graf
· 18 years ago
bbfb39c
[IPV4]: Add support for fwmark masks in routing rules
by Patrick McHardy
· 18 years ago
1af5a8c
[IPV4]: Increase number of possible routing tables to 2^32
by Patrick McHardy
· 18 years ago
9e762a4
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
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
8ce11e6
[NET]: Make code static.
by Adrian Bunk
· 18 years ago
e1ef4bf
[IPV4]: Use Protocol Independant Policy Routing Rules Framework
by Thomas Graf
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
26e0fd1ce
[NET]: Fix IPv4/DECnet routing rule dumping
by Patrick McHardy
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
a5cdc03
[IPV4]: Add fib rule netlink notifications
by Patrick McHardy
· 19 years ago
d15150f
[IPV4] fib_rules.c: make struct fib_rules static again
by Adrian Bunk
· 19 years ago
7b204af
[IPV4]: Use RCU locking in fib_rules.
by Robert Olsson
· 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
b6544c0
[NETLINK]: Correctly set NLM_F_MULTI without checking the pid
by Jamal Hadi Salim
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago