Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5427b0d2bf8865abf5df46d7736cd60a0dc5f9d8
/
net
/
ipv6
/
route.c
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
c08977b
ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
6502ca5
ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
71bcdba
ndisc: Use struct rd_msg for redirect message.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
a5a81f0
ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=n
by Paul Marks
· 12 years ago
b51642f
net: Enable a userns root rtnl calls that are safe for unprivilged users
by Eric W. Biederman
· 12 years ago
af31f41
net: Allow userns root to control ipv6
by Eric W. Biederman
· 12 years ago
dfc47ef
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
by Eric W. Biederman
· 12 years ago
464dc80
net: Don't export sysctls to unprivileged users
by Eric W. Biederman
· 12 years ago
c75ea26
ipv6: remove obsolete comments in route.c
by Li RongQing
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
a4477c4
ipv6: remove rt6i_peer_genid from rt6_info and its handler
by Li RongQing
· 12 years ago
94e187c
ipv6: introduce ip6_rt_put()
by Amerigo Wang
· 12 years ago
1a72418
ipv6/multipath: remove flag NLM_F_EXCL after the first nexthop
by Nicolas Dichtel
· 12 years ago
14edd87
ipv6: Set default hoplimit as zero.
by Li RongQing
· 12 years ago
b3ce5ae
ipv6: fix sparse warnings in rt6_info_hash_nhsfn()
by Nicolas Dichtel
· 12 years ago
51ebd31
ipv6: add support of equal cost multipath (ECMP)
by Nicolas Dichtel
· 12 years ago
6825a26
ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rt
by Gao feng
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3fd91fb
ipv6: recursive check rt->dst.from when call rt6_check_expired
by Li RongQing
· 12 years ago
2c20cbd
ipv6: use DST_* macro to set obselete field
by Nicolas Dichtel
· 12 years ago
6f3118b
ipv6: use net->rt_genid to check dst validity
by Nicolas Dichtel
· 12 years ago
5744dd9
ipv6: replace write lock with read lock when get route info
by Li RongQing
· 12 years ago
fb0af4c
ipv6: route templates can be const
by Eric Dumazet
· 12 years ago
fdd6681
ipv6: remove some useless RCU read lock
by Amerigo Wang
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
b4949ab
ipv6: fix handling of throw routes
by Nicolas Dichtel
· 12 years ago
ef2c7d7
ipv6: fix handling of blackhole and prohibit routes
by Nicolas Dichtel
· 12 years ago
1fb9489
net: Loopback ifindex is constant now
by Pavel Emelyanov
· 12 years ago
8253947
ipv6: fix incorrect route 'expires' value passed to userspace
by Li Wei
· 12 years ago
f5b0a87
net: Document dst->obsolete better.
by David S. Miller
· 12 years ago
a6ff1a2
Merge branch 'nexthop_exceptions'
by David S. Miller
· 12 years ago
6700c27
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
by David S. Miller
· 12 years ago
f0396f60
ipv6: fix RTPROT_RA markup of RA routes w/nexthops
by Denis Ovsienko
· 12 years ago
8104891
ipv6: Initialize the struct rt6_info behind the dst_enty field
by Steffen Klassert
· 12 years ago
b587ee3
net: Add dummy dst_ops->redirect method where needed.
by David S. Miller
· 12 years ago
b94f1c0
ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().
by David S. Miller
· 12 years ago
Next »