index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
addrconf_core.c
Age
Commit message (
Expand
)
Author
2020-08-31
ipv6: add ipv6_fragment hook in ipv6_stub
wenxu
2020-04-28
net: ipv6: new arg skip_notify to ip6_rt_del
Roopa Prabhu
2019-12-04
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
2019-10-22
ipv6: include <net/addrconf.h> for missing declarations
Ben Dooks (Codethink)
2019-05-22
ipv6: Add delete route hook to stubs
David Ahern
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-04-17
ipv6: Pass fib6_result to fib lookups
David Ahern
2019-04-17
ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu
David Ahern
2019-04-17
ipv6: Rename fib6_multipath_select and pass fib6_result
David Ahern
2019-04-08
ipv6: Add fib6_nh_init and release to stubs
David Ahern
2019-03-29
ipv6: Move ipv6 stubs to a separate header file
David Ahern
2019-02-13
ipv6_stub: add ipv6_route_input stub/proxy.
Peter Oskolkov
2018-05-22
net/ipv6: Add helper to return path MTU based on fib result
David Ahern
2018-05-11
net/ipv6: Add fib lookup stubs for use in bpf helper
David Ahern
2017-10-20
net: ipv6: Make inet6addr_validator a blocking notifier
David Ahern
2017-06-09
Ipvlan should return an error when an address is already in use.
Krister Johansen
2015-07-31
ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument
Roopa Prabhu
2015-06-08
ipv6: fix possible use after free of dev stats
Robert Shearman
2015-03-31
ipv6: coding style: comparison for inequality with NULL
Ian Morris
2014-09-30
ipv6: remove rt6i_genid
Hannes Frederic Sowa
2014-05-07
net: clean up snmp stats code
WANG Cong
2013-08-31
ipv6: move in6_dev_finish_destroy() into core kernel
Cong Wang
2013-08-31
ipv6: export in6addr_loopback to modules
Cong Wang
2013-08-31
ipv6: export a stub for IPv6 symbols used by vxlan
Cong Wang
2013-06-25
ipv6: add include file to suppress sparse warnings
Eric Dumazet
2013-04-14
ipv6: statically link register_inet6addr_notifier()
Cong Wang
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-02
net/ipv6/addrconf_core.c: Checkpatch cleanup
Eldad Zack
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2010-02-26
ipv6: Remove IPV6_ADDR_RESERVED
Ulrich Weber
2007-07-31
[IPV6]: ipv6_addr_type() doesn't know about RFC4193 addresses.
Dave Johnson
2007-02-26
[IPV6]: Fix __ipv6_addr_type() export in correct place.
David S. Miller
2007-02-26
[IPV6] ADDRCONF: Statically link __ipv6_addr_type() for sunrpc subsystem.
YOSHIFUJI Hideaki