summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2022-02-28net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de1-2/+6
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-24ipv6: prevent a possible race condition with lifetimesNiels Dossche1-0/+2
2022-02-19net: Add new protocol attribute to IP addressesJacques de Laval1-6/+21
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-02-17ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet1-1/+1
2022-02-14ipv6: blackhole_netdev needs snmp6 countersIdo Schimmel1-9/+9
2022-02-14ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin1-2/+2
2022-02-11ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet1-46/+32
2022-02-09ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet1-54/+23
2022-02-09ipv6/addrconf: use one delayed work per netnsEric Dumazet1-20/+24
2022-02-09ipv6/addrconf: allocate a per netns hash tableEric Dumazet1-0/+20
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet1-0/+2
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet1-2/+2
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault1-7/+20
2021-12-07ipv6: add net device refcount tracker to struct inet6_devEric Dumazet1-2/+2
2021-11-02net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood1-0/+12
2021-10-23gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra1-0/+3
2021-10-13ipv6: constify dev_addr passingJakub Kicinski1-2/+2
2021-09-05ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL addressAntonio Quartulli1-10/+18
2021-08-28ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue1-0/+10
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-08-04net: add extack arg for link opsRocco Yue1-2/+3
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts1-2/+1
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman1-0/+37
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-1/+1
2021-07-15ipv6: remove unnecessary local variableRocco Yue1-4/+2
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-08net: ipv4: Remove unneed BUG() functionZheng Yongjun1-1/+1
2021-06-01ipv6: align code with contextRocco Yue1-4/+4
2021-04-17mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo1-0/+2
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+26
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger1-6/+26
2021-03-29ipv6: addrconf.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-27mld: convert ifmcaddr6 to RCUTaehee Yoo1-4/+5
2021-01-27net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary1-0/+11
2021-01-19ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-19ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2020-11-14ipv6: Fix error path to cancel the meseageZhang Qilong1-2/+6
2020-11-03net: ipv6: For kerneldoc warnings with W=1Xin Long1-0/+1
2020-08-19ipv6: some fixes for ipv6_dev_find()Xin Long1-37/+23
2020-08-05ipv6: add ipv6_dev_find()Xin Long1-0/+39
2020-08-04ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot1-12/+12
2020-08-04ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot1-1/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-151/+120
2020-05-20ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig1-7/+2
2020-05-20ipv6: streamline addrconf_set_dstaddrChristoph Hellwig1-49/+38
2020-05-20ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig1-2/+3