summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-3/+4
2024-03-06ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet1-3/+4
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet1-3/+18
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski1-5/+1
2023-10-25net: release reference to inet6_dev pointerPatrick Rohr1-1/+1
2023-10-25net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr1-5/+8
2023-10-25net: add sysctl accept_ra_min_rtr_lftPatrick Rohr1-0/+10
2023-09-19net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie1-1/+1
2023-08-11ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski1-4/+10
2023-07-27ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan1-2/+1
2022-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-3/+2
2022-07-07ipv6: take care of disable_policy when restoring routesNicolas Dichtel1-4/+0
2022-06-09ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran1-1/+2
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-6/+24
2022-04-13ipv6: make mc_forwarding atomicEric Dumazet1-2/+2
2022-03-16ipv6: prevent a possible race condition with lifetimesNiels Dossche1-0/+2
2022-03-08net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de1-2/+6
2022-02-01Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault1-7/+20
2021-11-18gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra1-0/+3
2021-06-30net: ipv4: Remove unneed BUG() functionZheng Yongjun1-1/+1
2021-01-27ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-27ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2020-11-14ipv6: Fix error path to cancel the meseageZhang Qilong1-2/+6
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
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel1-3/+20
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers1-5/+5
2020-05-07ipv6: Implement draft-ietf-6man-rfc4941bisFernando Gont1-52/+39
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-20/+13
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu1-6/+6
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann1-20/+13
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-20/+13
2020-04-23ipv6: Honor all IPv6 PIO Valid Lifetime valuesFernando Gont1-20/+7
2020-04-03neigh: support smaller retrans_time setttingHangbin Liu1-3/+4
2020-04-01ipv6: don't auto-add link-local address to lag portsJarod Wilson1-0/+4
2020-03-30net: ipv6: add support for rpl sr exthdrAlexander Aring1-0/+10
2020-03-30addrconf: add functionality to check on rpl requirementsAlexander Aring1-0/+53
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+40
2020-03-13inet: Use fallthrough;Joe Perches1-4/+2
2020-03-11ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu1-0/+4
2020-03-04net/ipv6: remove the old peer route if change it to a new oneHangbin Liu1-4/+17
2020-03-04net/ipv6: need update peer route when modify metricHangbin Liu1-4/+16
2020-03-01net/ipv6: use configured metric when add peer routeHangbin Liu1-3/+3
2020-02-07ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet1-0/+3