Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
19b3340cf58d14decf2898fc795cc2b1fa49e79e
/
net
/
ipv6
/
route.c
8777531
net-ipv6: Delete an unnecessary check before the function call "free_percpu"
by Markus Elfring
· 9 years ago
d52d399
ipv6: Create percpu rt6_info
by Martin KaFai Lau
· 9 years ago
83a09ab
ipv6: Break up ip6_rt_copy()
by Martin KaFai Lau
· 9 years ago
8d0b94a
ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregister
by Martin KaFai Lau
· 9 years ago
3da59bd
ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is set
by Martin KaFai Lau
· 9 years ago
45e4fd2
ipv6: Only create RTF_CACHE routes after encountering pmtu exception
by Martin KaFai Lau
· 9 years ago
8b9df26
ipv6: Combine rt6_alloc_cow and rt6_alloc_clone
by Martin KaFai Lau
· 9 years ago
2647a9b
ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST
by Martin KaFai Lau
· 9 years ago
36583eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
48ed7b2
ipv6: reject locally assigned nexthop addresses
by Florian Westphal
· 9 years ago
2759647
ipv6: fix ECMP route replacement
by Michal Kubeček
· 9 years ago
35f1b4e
ipv6: do not delete previously existing ECMP routes if add fails
by Michal Kubeček
· 9 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
e16e888
ipv6: Fixed source specific default route handling.
by Markus Stenberg
· 10 years ago
7035870
ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flags
by Martin KaFai Lau
· 10 years ago
afc4eef
ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer
by Martin KaFai Lau
· 10 years ago
4b32b5a
ipv6: Stop rt6_info from using inet_peer's metrics
by Martin KaFai Lau
· 10 years ago
653437d
ipv6: Stop /128 route from disappearing after pmtu update
by Martin KaFai Lau
· 10 years ago
9fbdcfa
ipv6: Extend the route lookups to low priority metrics.
by Steffen Klassert
· 10 years ago
1f56a01
ipv6: Consider RTF_CACHE when searching the fib6 tree
by Martin KaFai Lau
· 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
63159f2
ipv6: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
c78ba6d
ipv6: expose RFC4191 route preference via rtnetlink
by Lubomir Rintel
· 10 years ago
ddb3b60
net: Remove protocol from struct dst_ops
by Eric W. Biederman
· 10 years ago
3b47117
ipv6: fix ipv6_cow_metrics for non DST_HOST case
by Martin KaFai Lau
· 10 years ago
662f553
rt6_probe_deferred: Do not depend on struct ordering
by Michael Büsch
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
b0a1ba5
ipv6: Fix __ip6_route_redirect
by Martin KaFai Lau
· 10 years ago
9d28971
ipv6: stop sending PTB packets for MTU < 1280
by Hagen Paul Pfeifer
· 10 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
ea69763
net: tcp: add RTAX_CC_ALGO fib handling
by Daniel Borkmann
· 10 years ago
e715b6d
net: fib6: convert cfg metric to u32 outside of table write lock
by Florian Westphal
· 10 years ago
367efcb
ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn
by Martin KaFai Lau
· 10 years ago
94c77bb
ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case
by Martin KaFai Lau
· 10 years ago
a3c00e4
ipv6: Remove BACKTRACK macro
by Martin KaFai Lau
· 10 years ago
739e4a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
705f1c8
ipv6: remove rt6i_genid
by Hannes Frederic Sowa
· 10 years ago
4c83acb
ipv6: White-space cleansing : gaps between function and symbol export
by Ian Morris
· 10 years ago
67ba415
ipv6: White-space cleansing : Line Layouts
by Ian Morris
· 10 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
1495664
ipv6: slight optimization in ip6_dst_gc
by Li RongQing
· 10 years ago
2e47b29
net: ipv6: make "ip -6 route get mark xyz" work.
by Lorenzo Colitti
· 10 years ago
be7a010
ipv6: update Destination Cache entries when gateway turn into host
by Duan Jiong
· 10 years ago
1b3c61d
net: Use fwmark reflection in PMTU discovery.
by Lorenzo Colitti
· 10 years ago
e374c61
net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iif
by Julian Anastasov
· 11 years ago
aad8872
ipv4: add a sock pointer to dst->output() path.
by Eric Dumazet
· 11 years ago
30f78d8
ipv6: Limit mtu to 65575 bytes
by Eric Dumazet
· 11 years ago
60ea37f
ipv6: reuse rt6_need_strict
by Wang Yufen
· 11 years ago
e5fd387
ipv6: do not overwrite inetpeer metrics prematurely
by Michal Kubeček
· 11 years ago
c88507f
ipv6: don't set DST_NOCOUNT for remotely added routes
by Sabrina Dubroca
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
0c3584d
ipv6: remove prune parameter for fib6_clean_all
by Li RongQing
· 11 years ago
e824353
ipv6: namespace cleanups
by stephen hemminger
· 11 years ago
24f5b85
ipv6: always set the new created dst's from in ip6_rt_copy
by Li RongQing
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7e98056
ipv6: router reachability probing
by Jiri Benc
· 11 years ago
a3300ef
ipv6: don't count addrconf generated routes against gc limit
by Hannes Frederic Sowa
· 11 years ago
7150aed
IPv6: Fixed support for blackhole and prohibit routes
by Kamala R
· 11 years ago
f104a56
ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv
by Duan Jiong
· 11 years ago
249a363
ipv6: drop the judgement in rt6_alloc_cow()
by Duan Jiong
· 11 years ago
394efd1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ba48650
ipv6: remove the unnecessary statement in find_match()
by Duan Jiong
· 11 years ago
e3bc10b
ipv6: ip6_dst_check needs to check for expired dst_entries
by Hannes Frederic Sowa
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
c2f17e8
ipv6: probe routes asynchronous in rt6_probe
by Hannes Frederic Sowa
· 11 years ago
550bab4
ipv6: fill rt6i_gateway with nexthop address
by Julian Anastasov
· 11 years ago
fbadadd
ipv6: Not need to set fl6.flowi6_flags as zero
by Li RongQing
· 11 years ago
8d2ca1d
ipv6: avoid high order memory allocations for /proc/net/ipv6_route
by Hannes Frederic Sowa
· 11 years ago
b55b76b
ipv6:introduce function to find route for redirect
by Duan Jiong
· 11 years ago
3ce9b35
ipv6: move ip6_dst_hoplimit() into core kernel
by Cong Wang
· 11 years ago
b05930f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
c92a59e
ipv6: handle Redirect ICMP Message with no Redirected Header option
by Duan Jiong
· 11 years ago
0e76a3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
49a18d8
ipv6: update ip6_rt_last_gc every time GC is run
by Michal Kubeček
· 11 years ago
2ac3ac8
ipv6: prevent fib6_run_gc() contention
by Michal Kubeček
· 11 years ago
ca4c3fc
net: split rt_genid for ipv4 and ipv6
by fan.du
· 11 years ago
86a37de
net ipv6: Remove rebundant rt6i_nsiblings initialization
by fan.du
· 11 years ago
afc154e
ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREF
by Hannes Frederic Sowa
· 11 years ago
1eb4f75
ipv6: in case of link failure remove route directly instead of letting it expire
by Hannes Frederic Sowa
· 11 years ago
3630d40
ipv6: rt6_check_neigh should successfully verify neigh if no NUD information are available
by Hannes Frederic Sowa
· 11 years ago
52bd4c0
ipv6: fix ecmp lookup when oif is specified
by Nicolas Dichtel
· 11 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
29a3cad
ipv6: Correct comparisons and calculations using skb->tail and skb-transport_header
by Simon Horman
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
661d296
rtnetlink: Remove passing of attributes into rtnl_doit functions
by Thomas Graf
· 12 years ago
3e8b0ac
net: ipv6: Don't purge default router if accept_ra=2
by Lorenzo Colitti
· 12 years ago
ecd9883
ipv6: fix race condition regarding dst->expires and dst->from.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
b820bb6
ndisc: Do not try to update "updated" time if neighbour has already gone.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
12fd84f
ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
887c95c
ipv6: Complete neighbour entry removal from dst_entry.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
2152cae
ipv6: Do not depend on rt->n in rt6_probe().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
145a362
ipv6: Do not depend on rt->n in rt6_check_neigh().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
c440f16
ipv6: Do not depend on rt->n in ip6_pol_route().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
dd0cbf2
ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
8e022ee
ndisc: Remove tbl argument for __ipv6_neigh_lookup().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
7ff74a5
ndisc: Update neigh->updated with write lock.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
6059283
ipv6 netevent: Remove old_neigh from netevent_redirect.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
Next »