index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
ip6_route.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-07
ipv6: Set nexthop flags upon carrier change
Ido Schimmel
1
-0
/
+1
2018-01-07
ipv6: Prepare to handle multiple netdev events
Ido Schimmel
1
-1
/
+1
2018-01-07
ipv6: Clear nexthop flags upon netdev up
Ido Schimmel
1
-0
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-07
ipv6: prepare fib6_age() for exception table
Wei Wang
1
-0
/
+2
2017-10-07
ipv6: introduce a hash table to store dst cache
Wei Wang
1
-0
/
+3
2017-08-29
ipv6: Use rt6i_idev index for echo replies to a local address
David Ahern
1
-0
/
+10
2017-08-24
ipv6: Compute multipath hash for ICMP errors from offending packet
Jakub Sitnicki
1
-0
/
+1
2017-07-16
ip6: fix PMTU discovery when using /127 subnets
Vincent Bernat
1
-1
/
+1
2017-07-06
net: ipv6: Compare lwstate in detecting duplicate nexthops
David Ahern
1
-0
/
+8
2017-06-17
ipv6: get rid of icmp6 dst garbage collector
Wei Wang
1
-1
/
+0
2017-05-22
net: ipv6: Plumb extack through route add functions
David Ahern
1
-1
/
+1
2017-05-04
ipv6: initialize route null entry in addrconf_init()
WANG Cong
1
-0
/
+1
2016-11-04
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
1
-2
/
+3
2016-10-27
net: ipv6: Do not consider link state for nexthop validation
David Ahern
1
-0
/
+1
2016-09-19
ipv6: Export p6_route_input_lookup symbol
Mahesh Bandewar
1
-0
/
+3
2016-06-17
net: ipv6: Move ip6_route_get_saddr to inline
David Ahern
1
-3
/
+18
2016-06-15
net: vrf: Handle ipv6 multicast and link-local addresses
David Ahern
1
-0
/
+2
2016-04-11
net: vrf: Fix dst reference counting
David Ahern
1
-0
/
+3
2016-01-29
ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
Paolo Abeni
1
-2
/
+10
2015-12-03
ipv6: kill sk_dst_lock
Eric Dumazet
1
-13
/
+4
2015-09-30
ipv6: Pass struct net through ip6_fragment
Eric W. Biederman
1
-2
/
+2
2015-05-25
ipv6: Add rt6_get_cookie() function
Martin KaFai Lau
1
-1
/
+1
2015-05-25
ipv6: Only create RTF_CACHE routes after encountering pmtu exception
Martin KaFai Lau
1
-1
/
+1
2015-05-25
ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST
Martin KaFai Lau
1
-5
/
+14
2015-04-07
netfilter: Pass socket pointer down through okfn().
David Miller
1
-1
/
+2
2015-04-06
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
1
-1
/
+2
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2014-05-15
ipv6: update Destination Cache entries when gateway turn into host
Duan Jiong
1
-0
/
+1
2014-05-12
net: rename local_df to ignore_df
WANG Cong
1
-1
/
+1
2014-04-14
ipv6: Limit mtu to 65575 bytes
Eric Dumazet
1
-0
/
+5
2014-03-31
ipv6: reuse rt6_need_strict
Wang Yufen
1
-0
/
+5
2014-02-26
ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMIT
Hannes Frederic Sowa
1
-1
/
+8
2014-01-07
IPv6: add the option to use anycast addresses as source addresses in echo reply
FX Le Bail
1
-0
/
+7
2014-01-01
ipv6: namespace cleanups
stephen hemminger
1
-20
/
+0
2013-12-18
ipv6: support IPV6_PMTU_INTERFACE on sockets
Hannes Frederic Sowa
1
-1
/
+6
2013-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+2
2013-10-21
ipv6: fill rt6i_gateway with nexthop address
Julian Anastasov
1
-4
/
+2
2013-10-21
ipv6: always prefer rt6i_gateway if present
Julian Anastasov
1
-1
/
+1
2013-09-21
ip*.h: Remove extern from function prototypes
Joe Perches
1
-55
/
+43
2013-08-31
ipv6: move ip6_dst_hoplimit() into core kernel
Cong Wang
1
-2
/
+0
2013-08-22
ipv6: handle Redirect ICMP Message with no Redirected Header option
Duan Jiong
1
-0
/
+2
2013-01-18
ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+0
2013-01-17
ipv6: Introduce rt6_nexthop() to select nexthop address.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+8
2012-11-16
ipv6: export IP6_RT_PRIO_* to userland
Nicolas Dichtel
1
-3
/
+0
2012-07-18
ipv6: fix inet6_csk_xmit()
Eric Dumazet
1
-1
/
+2
2012-07-12
ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().
David S. Miller
1
-2
/
+0
2012-07-12
ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.
David S. Miller
1
-0
/
+2
2012-07-11
ipv6: Move bulk of redirect handling into rt6_redirect().
David S. Miller
1
-6
/
+1
[next]