Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d9a2545ac713e26ab8c8eee741d2da1626cebd6e
/
net
/
core
/
fib_rules.c
7a2b03c
fib_rules: __rcu annotates ctarget
by Eric Dumazet
· 14 years ago
ebb9fed
fib: fix fib_nl_newrule()
by Eric Dumazet
· 14 years ago
a0a4a85
fib: remove a useless synchronize_rcu() call
by Eric Dumazet
· 14 years ago
ebc0ffa
fib: RCU conversion of fib_lookup()
by Eric Dumazet
· 14 years ago
1df9916
fib: fib_rules_cleanup can be static
by stephen hemminger
· 14 years ago
4465b46
ipv4: Allow configuring subnets as local addresses
by Tom Herbert
· 14 years ago
7fa7cb7
fib: use atomic_inc_not_zero() in fib_rules_lookup
by Eric Dumazet
· 14 years ago
3d0c9c4
net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
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
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2fb3573
net: remove rcu locking from fib_rules_event()
by Eric Dumazet
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 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
1b038a5
net 03/05: fib_rules: add oif classification
by Patrick McHardy
· 15 years ago
491deb24b
net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FRA_IIFNAME
by Patrick McHardy
· 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
1ce85fe
netlink: change nlmsg_notify() return value logic
by Pablo Neira Ayuso
· 16 years ago
5d6d480
net: fib_rules ordering fixes.
by Eric W. Biederman
· 16 years ago
ea2aca0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ae299fc
net: add fib_rules_ops to flush_cache method
by Denis V. Lunev
· 16 years ago
2fe195c
net: fib_rules: fix error code for unsupported families
by Patrick McHardy
· 16 years ago
3661a91
[NETNS]: Add netns refcnt debug to fib rules.
by Denis V. Lunev
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 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
72132c1b
[IPV4]: fib_rules_unregister is essentially void.
by Denis V. Lunev
· 17 years ago
5fd30ee
[NETNS]: Namespacing in the generic fib rules code.
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
9eb87f3
[IPV6]: Make fib6_rules_init to return an error code.
by Daniel Lezcano
· 17 years ago
97c53ca
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
by Denis V. Lunev
· 17 years ago
b854272
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
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
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
6313c1e
[RTNETLINK]: Remove unnecessary locking in dump callbacks
by Patrick McHardy
· 18 years ago
73417f6
[NET] fib_rules: Flush route cache after rule modifications
by Thomas Graf
· 18 years ago
fa0b2d1
[NET] fib_rules: Add no-operation action
by Thomas Graf
· 18 years ago
2b44368
[NET] fib_rules: Mark rules detached from the device
by Thomas Graf
· 18 years ago
0947c9fe
[NET] fib_rules: goto rule action
by Thomas Graf
· 18 years ago
c454673
[NET] rules: Unified rules dumping
by Thomas Graf
· 18 years ago
9d9e6a5
[NET] rules: Use rtnl registration interface
by Thomas Graf
· 18 years ago
83886b6
[NET]: Change "not found" return value for rule lookup
by Steven Whitehouse
· 18 years ago
e1701c6
[NET]: Fix fib_rules compatibility breakage
by Thomas Graf
· 18 years ago
ec25615
[NET]: Fix fib_rules dump race
by Patrick McHardy
· 18 years ago
2693256
[NETLINK]: Don't BUG on undersized allocations
by Patrick McHardy
· 18 years ago
339bf98
[NETLINK]: Do precise netlink message allocations where possible
by Thomas Graf
· 18 years ago
3dfbcc4
[NET] rules: Add support to invert selectors
by Thomas Graf
· 18 years ago
b8964ed
[NET] rules: Protocol independant mark selector
by Thomas Graf
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
5176f91
[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation
by Thomas Graf
· 18 years ago
c17084d
[NET] fib_rules: Convert fib rule notification to use rtnl_notify()
by Thomas Graf
· 18 years ago
9e762a4
[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
by Patrick McHardy
· 18 years ago
14c0b97
[NET]: Protocol Independant Policy Routing Rules Framework
by Thomas Graf
· 18 years ago