aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
2022-10-29ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao
2022-09-05bonding: add all node mcast address when slave upHangbin Liu
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima
2022-07-21net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park
2022-07-15net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-29ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet
2022-06-28ipv6/addrconf: fix timing bug in tempaddr regenSam Edwards
2022-06-27ipv6: take care of disable_policy when restoring routesNicolas Dichtel
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-31net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin
2022-05-02ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran
2022-04-22net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S
2022-04-17net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S
2022-04-06ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-28net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24ipv6: prevent a possible race condition with lifetimesNiels Dossche
2022-02-18net: Add new protocol attribute to IP addressesJacques de Laval
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet
2022-02-14ipv6: blackhole_netdev needs snmp6 countersIdo Schimmel
2022-02-14ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin
2022-02-11ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet
2022-02-08ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault
2021-12-06ipv6: add net device refcount tracker to struct inet6_devEric Dumazet
2021-11-01net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood
2021-10-22gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra
2021-10-13ipv6: constify dev_addr passingJakub Kicinski
2021-09-05ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL addressAntonio Quartulli
2021-08-27ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-04net: add extack arg for link opsRocco Yue
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin
2021-07-15ipv6: remove unnecessary local variableRocco Yue
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-08net: ipv4: Remove unneed BUG() functionZheng Yongjun
2021-05-31ipv6: align code with contextRocco Yue
2021-04-16mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo