index
:
linux-dev
for-cryptodev-2.6
for-next
jd/arm-thumb-sym
jd/big-key-gcm
jd/big-key-gcm-split
jd/broken-netlink-dump
jd/chacha-stack-validation
jd/clang-aarch64
jd/cleaner-add-random-ready
jd/fast-ti-aarch64
jd/fix-tishift-modules
jd/hsiphash128
jd/hsiphash128-2
jd/hsiphash128-3
jd/icmp-conntrack
jd/kasan-stack-frame
jd/kconfig-assembler-support
jd/memcmp-wpa
jd/netdev-pub
jd/netlink-dump-size
jd/netlink-dump-size-v2
jd/random-zinc
jd/re-zinc-it-up
jd/rmk-toolcheck
jd/rng-blocker
jd/skb_memzero_explicit
jd/timekeeping
jd/um-fixups
jd/variable-time-memcmp
jd/wireguard
jd/wireguard-azinc
jd/with-cryptoapi-port
jd/zinc-light
jn/rhashtable
jn/rhashtable-api
jn/rhashtable-next
master
tg/skb_memzero
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
route.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-16
ipv6: Fix nlmsg_flags when splitting a multipath route
Benjamin Poirier
1
-0
/
+1
2020-01-14
ipv6: Add "offload" and "trap" indications to routes
Ido Schimmel
1
-0
/
+7
2019-12-24
ipv6: Remove old route notifications and convert listeners
Ido Schimmel
1
-16
/
+2
2019-12-24
ipv6: Handle multipath route deletion notification
Ido Schimmel
1
-0
/
+26
2019-12-24
ipv6: Notify multipath route if should be offloaded
Ido Schimmel
1
-0
/
+48
2019-12-24
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
1
-7
/
+15
2019-11-21
ipv6: keep track of routes using src
Paolo Abeni
1
-0
/
+3
2019-11-20
ipv6/route: return if there is no fib_nh_gw_family
Hangbin Liu
1
-1
/
+1
2019-11-07
ipv6: fixes rt6_probe() and fib6_nh->last_probe init
Eric Dumazet
1
-3
/
+10
2019-11-05
icmp: remove duplicate code
Matteo Croce
1
-4
/
+1
2019-11-04
ipv6: use jhash2() in rt6_exception_hash()
Eric Dumazet
1
-2
/
+2
2019-10-16
Revert "blackhole_netdev: fix syzkaller reported issue"
Mahesh Bandewar
1
-6
/
+9
2019-10-15
blackhole_netdev: fix syzkaller reported issue
Mahesh Bandewar
1
-9
/
+6
2019-09-11
ipv6: Don't use dst gateway directly in ip6_confirm_neigh()
Stefano Brivio
1
-1
/
+1
2019-09-07
ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()
Maciej Żenczykowski
1
-1
/
+1
2019-09-05
net: Properly update v4 routes with v6 nexthop
Donald Sharp
1
-5
/
+6
2019-09-05
ipv6: Fix RTA_MULTIPATH with nexthop objects
David Ahern
1
-1
/
+1
2019-09-05
net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)
Maciej Żenczykowski
1
-2
/
+6
2019-08-05
ipv6: have a single rcu unlock point in __ip6_rt_update_pmtu
David Ahern
1
-8
/
+6
2019-08-05
ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rt
David Ahern
1
-1
/
+1
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
1
-5
/
+2
2019-07-17
ipv6: rt6_check should return NULL if 'from' is NULL
David Ahern
1
-1
/
+1
2019-07-08
ipv6: Support multipath hashing on inner IP pkts
Stephen Suryaputra
1
-0
/
+36
2019-07-01
blackhole_netdev: use blackhole_netdev to invalidate dst entries
Mahesh Bandewar
1
-1
/
+1
2019-06-27
ipv6: Convert gateway validation to use fib6_info
David Ahern
1
-62
/
+56
2019-06-26
ipv6: fix neighbour resolution with raw socket
Nicolas Dichtel
1
-1
/
+2
2019-06-26
ipv6: fix suspicious RCU usage in rt6_dump_route()
Eric Dumazet
1
-0
/
+2
2019-06-25
net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"
Eiichi Tsukata
1
-1
/
+1
2019-06-24
ipv6: Dump route exceptions if requested
Stefano Brivio
1
-11
/
+103
2019-06-24
ipv6/route: Change return code of rt6_dump_route() for partial node dumps
Stefano Brivio
1
-6
/
+10
2019-06-24
ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()
Stefano Brivio
1
-1
/
+2
2019-06-23
ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF
Wei Wang
1
-2
/
+27
2019-06-23
ipv6: convert rx data path to not take refcnt on dst
Wei Wang
1
-3
/
+4
2019-06-23
ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entries
Wei Wang
1
-0
/
+3
2019-06-23
ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()
Wei Wang
1
-43
/
+30
2019-06-22
ipv6: Error when route does not have any valid nexthops
Ido Schimmel
1
-0
/
+6
2019-06-19
ipv6: Default fib6_type to RTN_UNICAST when not set
David Ahern
1
-1
/
+1
2019-06-18
ipv6: Add IPv6 multipath notification for route delete
Ido Schimmel
1
-0
/
+6
2019-06-18
ipv6: Add IPv6 multipath notifications for add / replace
Ido Schimmel
1
-0
/
+15
2019-06-10
ipv6: Allow routes to use nexthop objects
David Ahern
1
-8
/
+81
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in mtu updates
David Ahern
1
-1
/
+28
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirect
David Ahern
1
-1
/
+19
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirect
David Ahern
1
-4
/
+35
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in exception handling
David Ahern
1
-3
/
+108
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_dev
David Ahern
1
-0
/
+18
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_size
David Ahern
1
-12
/
+37
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf
David Ahern
1
-2
/
+47
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_device_match
David Ahern
1
-2
/
+52
2019-06-06
ipv6: fix spelling mistake: "wtih" -> "with"
Colin Ian King
1
-1
/
+1
2019-06-04
ipv6: Plumb support for nexthop object in a fib6_info
David Ahern
1
-22
/
+126
[next]