Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7bc570c8b4f75ddb3fd5dbeb38127cdc4acbcc9c
/
net
/
ipv6
/
route.c
7bc570c
[IPV6] MROUTE: Support multicast forwarding.
by YOSHIFUJI Hideaki
· 17 years ago
a233352
[IPV6]: Fix potential net leak and oops in ipv6 routing code.
by Pavel Emelyanov
· 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
7cbca67
[IPV6]: Support Source Address Selection API (RFC5014).
by YOSHIFUJI Hideaki
· 17 years ago
6b75d09
[IPV6]: Optimize hop-limit determination.
by YOSHIFUJI Hideaki
· 17 years ago
8a3edd8
[NETNS][IPV6] fix some missing namespace
by Daniel Lezcano
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
4591db4
[NETNS][IPV6] route6 - add netns parameter to ip6_route_output
by Daniel Lezcano
· 17 years ago
7019b78
[NETNS][IPV6] route6 - Make ip6_dst_gc simpler
by Daniel Lezcano
· 17 years ago
6891a34
[NETNS][IPV6] route6 - make garbage collection work with multiple network namespaces
by Benjamin Thery
· 17 years ago
f2fc6a5
[NETNS][IPV6] route6 - move ip6_dst_ops inside the network namespace
by Benjamin Thery
· 17 years ago
9a7ec3a
[NETNS][IPV6] route6 - dynamically allocate ip6_dst_ops
by Daniel Lezcano
· 17 years ago
8ed6778
[NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace
by Daniel Lezcano
· 17 years ago
bdb3289
[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer
by Daniel Lezcano
· 17 years ago
5578689
[NETNS][IPV6] route6 - make route6 per namespace
by Daniel Lezcano
· 17 years ago
7b4da53
[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt_routers
by Daniel Lezcano
· 17 years ago
efa2cea
[NETNS][IPV6] route6 - Pass network namespace to rt6_add_route_info and rt6_get_route_info
by Daniel Lezcano
· 17 years ago
69ddb80
[NETNS][IPV6] route6 - Make proc entry /proc/net/rt6_stats per namespace
by Daniel Lezcano
· 17 years ago
606a2b4
[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup
by Daniel Lezcano
· 17 years ago
cdb1876
[NETNS][IPV6] route6 - create route6 proc files for the namespace
by Daniel Lezcano
· 17 years ago
c572872
[NETNS][IPV6] rt6_stats - make the stats per network namespace
by Benjamin Thery
· 17 years ago
6cc118b
[NETNS][IPV6] rt6_stats - dynamically allocate the routes statistics
by Daniel Lezcano
· 17 years ago
63152fc
[NETNS][IPV6] ip6_fib - gc timer per namespace
by Daniel Lezcano
· 17 years ago
5b7c931
[NETNS][IPV6] ip6_fib - add net to gc timer parameter
by Daniel Lezcano
· 17 years ago
f3db485
[NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces
by Daniel Lezcano
· 17 years ago
58f09b7
[NETNS][IPV6] ip6_fib - make it per network namespace
by Daniel Lezcano
· 17 years ago
3b00944
[IPV6]: Make ndisc_dst_alloc() common for later use.
by YOSHIFUJI Hideaki
· 17 years ago
5e5f3f0
[IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().
by YOSHIFUJI Hideaki
· 17 years ago
5ee0910
[IPV6] SYSCTL: complete initialization for sysctl table in subsystem code.
by YOSHIFUJI Hideaki
· 17 years ago
f1243c2
[IPV6]: Add missing initializations of the new nl_info.nl_net field
by Benjamin Thery
· 17 years ago
238fc7e
[IPV6]: Replace using the magic constant "1024" with IP6_RT_PRIO_USER for fc_metric.
by Rami Rosen
· 17 years ago
2371779
[IPV6]: Update MSS even if MTU is unchanged.
by Jim Paris
· 17 years ago
e242297
[NET]: should explicitely initialize atomic_t field in struct dst_ops
by Eric Dumazet
· 17 years ago
2216b48
[NETNS]: Add missing initialization of nl_info.nl_net in rtm_to_fib6_config()
by Benjamin Thery
· 17 years ago
569d364
[NETNS][DST] dst: pass the dst_ops as parameter to the gc functions
by Daniel Lezcano
· 17 years ago
50eb431
[IPV6] route: kill some bloat
by Ilpo Järvinen
· 17 years ago
4d1169c
[NETNS]: Add netns to nl_info structure.
by Denis V. Lunev
· 17 years ago
4990509
[NETNS][IPV6]: Make sysctls route per namespace.
by Daniel Lezcano
· 17 years ago
760f2d0
[NETNS][IPV6]: Make multiple instance of sysctl tables.
by Daniel Lezcano
· 17 years ago
528c4ce
[IPV6]: Always pass a valid nl_info to inet6_rt_notify.
by Denis V. Lunev
· 17 years ago
7e5449c
[IPV6]: route6 remove ifdef for fib_rules
by Daniel Lezcano
· 17 years ago
c35b7e7
[IPV6]: remove ifdef in route6 for xfrm6
by Daniel Lezcano
· 17 years ago
75314fb
[IPV6]: create route6 proc init-fini functions
by Daniel Lezcano
· 17 years ago
f845ab6
[IPV6] route6/fib6: Don't panic a kmem_cache_create.
by Daniel Lezcano
· 17 years ago
433d49c
[IPV6]: Make ip6_route_init to return an error code.
by Daniel Lezcano
· 17 years ago
5a3e55d
[NET]: Multiple namespaces in the all dst_ifdown routines.
by Denis V. Lunev
· 17 years ago
c7dc89c
[IPV6]: Add RFC4214 support
by Fred L. Templin
· 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
862b82c
[IPSEC]: Merge most of the output path
by Herbert Xu
· 17 years ago
352e512
[NET]: Eliminate duplicate copies of dst_discard
by Herbert Xu
· 17 years ago
398bcbe
[IPV6] ROUTE: Make sending algorithm more friendly with RFC 4861.
by YOSHIFUJI Hideaki
· 17 years ago
03f49f3
[NET]: Make helper to get dst entry and "use" it
by Pavel Emelyanov
· 17 years ago
33120b3
[IPV6]: Convert /proc/net/ipv6_route to seq_file interface
by Alexey Dobriyan
· 17 years ago
428b367
sysctl: ipv6 route flushing (kill binary path)
by Eric W. Biederman
· 17 years ago
4acad72
[IPV6]: Consolidate the ip6_pol_route_(input|output) pair
by Pavel Emelyanov
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
8f4c1f9
[NETLINK]: Introduce nested and byteorder flag to netlink attribute
by Thomas Graf
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
566cfd8
[IPV6]: Don't update ADVMSS on routes where the MTU is not also updated
by Simon Arlott
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
ef7c79e
[NETLINK]: Mark netlink policies const
by Patrick McHardy
· 17 years ago
14e50e5
[XFRM]: Allow packet drops during larval state resolution.
by David S. Miller
· 17 years ago
952a10b
[IPV6] SNMP: Fix several warnings without procfs.
by YOSHIFUJI Hideaki
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
c127ea2
[IPv6]: Use rtnl registration interface
by Thomas Graf
· 18 years ago
0660e03
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
7159039
[IPV6]: Decentralize EXPORT_SYMBOLs.
by YOSHIFUJI Hideaki
· 18 years ago
612f09e
[IPV6] SNMP: Fix {In,Out}NoRoutes statistics.
by YOSHIFUJI Hideaki
· 18 years ago
161980f
[IPV6]: Revert recent change to rt6_check_dev().
by David S. Miller
· 18 years ago
f11e665
[IPV6]: Fix routing round-robin locking.
by David S. Miller
· 18 years ago
b6f99a2
[NET]: fix up misplaced inlines.
by Dave Jones
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
7cc4826
[IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer
by Eric Dumazet
· 18 years ago
1ab1457
[NET] IPV6: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
a0d78eb
[IPV6] ROUTE: Do not route packets to link-local address on other device.
by YOSHIFUJI Hideaki
· 18 years ago
2693256
[NETLINK]: Don't BUG on undersized allocations
by Patrick McHardy
· 18 years ago
6a2b9ce
[IPV6]: Fixed the size of the netlink message notified by inet6_rt_notify().
by Noriaki TAKAMIYA
· 18 years ago
8bce65b
[IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES
by Kim Nordlund
· 18 years ago
e3703b3
[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code
by Thomas Graf
· 18 years ago
e69a4ad
[IPV6]: Misc endianness annotations.
by Al Viro
· 18 years ago
339bf98
[NETLINK]: Do precise netlink message allocations where possible
by Thomas Graf
· 18 years ago
a11d206
[IPV6]: Per-interface statistics support.
by YOSHIFUJI Hideaki
· 18 years ago
40aa7b9
[IPV6] ROUTE: Use &rt->u.dst instead of cast.
by YOSHIFUJI Hideaki
· 18 years ago
33e93c9
[IPV6] ROUTE: Use macros to format /proc/net/ipv6_route.
by YOSHIFUJI Hideaki
· 18 years ago
47dcf0c
[NET]: Rethink mark field in struct flowi
by Thomas Graf
· 18 years ago
82e91ff
[NET]: Turn nfmark into generic mark
by Thomas Graf
· 18 years ago
90bcaf7
[IPV6]: flowlabels are net-endian
by Al Viro
· 18 years ago
ea659e0
[IPV6] ROUTE: Do not enable router reachability probing in router mode.
by YOSHIFUJI Hideaki
· 18 years ago
557e92e
[IPV6] ROUTE: Prefer reachable nexthop only if the caller requests.
by YOSHIFUJI Hideaki
· 18 years ago
ea73ee2
[IPV6] ROUTE: Try to use router which is not known unreachable.
by YOSHIFUJI Hideaki
· 18 years ago
6723ab5
[IPV6]: Fix route.c warnings when multiple tables are disabled.
by David S. Miller
· 18 years ago
9ce8ade
[IPv6] route: Fix prohibit and blackhole routing decision
by Thomas Graf
· 18 years ago
22e1e4d
[IPV6]: Always copy rt->u.dst.error when copying a rt6_info.
by Ville Nuorvala
· 18 years ago
e0eda7b
[IPV6]: Clean up BACKTRACK().
by Ville Nuorvala
· 18 years ago
adaa70b
[IPv6] rules: Use RT6_LOOKUP_F_HAS_SADDR and fix source based selectors
by Thomas Graf
· 18 years ago
Next »