summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-4/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1Star
|\
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1Star
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-051-0/+5
* | | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-031-3/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-22/+35
|\| |
| * | Validate required parameters in inet6_validate_link_afMaxim Mikityanskiy2019-05-221-22/+35
| |/
* | ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-241-3/+3
* | ipv6: Move pcpu cached routes to fib6_nhDavid Ahern2019-05-241-3/+3
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-17/+19
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-091-1/+1
* ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-1/+1
* ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-291-12/+13
* net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-041-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-1/+2
|\
| * net: fix IPv6 prefix route residueZhiqiang Liu2019-02-121-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-271-2/+4
|\|
| * net/ipv6: lower the level of "link is not ready" messagesLubomir Rintel2019-01-231-2/+2
| * net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski2019-01-231-0/+2
* | net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-0/+5
* | net: ipv6: netconf: perform strict checks also for doit handlersJakub Kicinski2019-01-191-3/+38
* | net: ipv6: addr: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+47
|/
* netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-041-1/+1
* net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET2018-12-301-2/+2
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu2018-11-231-6/+13
* net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork2018-10-261-0/+1
* net/ipv6: Put target net when address dump fails due to bad attributesDavid Ahern2018-10-241-6/+8
* net/ipv6: Add support for dumping addresses for a specific deviceDavid Ahern2018-10-231-5/+22
* net/ipv6: Remove ip_idx arg to in6_dump_addrsDavid Ahern2018-10-231-10/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-211-2/+4
|\
| * net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-10-211-2/+4
* | net: Update netconf dump handlers for strict data checkingDavid Ahern2018-10-081-3/+19
* | rtnetlink: Update inet6_dump_ifinfo for strict data checkingDavid Ahern2018-10-081-0/+35
* | net/ipv6: Update inet6_dump_addr for strict data checkingDavid Ahern2018-10-081-10/+59
* | net/ipv6: Refactor address dump to push inet6_fill_args to in6_dump_addrsDavid Ahern2018-10-081-27/+30
* | net: Add extack to nlmsg_parseDavid Ahern2018-10-081-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-3/+1Star
|\|
| * net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill2018-09-221-3/+1Star
* | ipv6: Allow the l3mdev to be a loopbackRobert Shearman2018-09-201-0/+1
* | ipv6: add inet6_fill_argsChristian Brauner2018-09-061-34/+55
* | ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-061-15/+58
|/
* addrconf: reduce unnecessary atomic allocationsCong Wang2018-08-231-3/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-1/+2
|\
| * ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-231-1/+2
* | net/ipv6: propagate net.ipv6.conf.all.addr_gen_mode to devicesSabrina Dubroca2018-07-121-0/+12
* | net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODESabrina Dubroca2018-07-121-1/+3
* | net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_devSabrina Dubroca2018-07-121-2/+0Star